2023-11-15T05:49:37.700 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T05:49:37.701 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --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-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556 --owner scheduled_yuriw@teuthology --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556/orig.config.yaml 2023-11-15T05:49:37.736 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T05:49:37.823 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556 branch: wip-yuri4-testing-2023-11-13-0820-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: '7458556' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFMkVzmPA/5Y9bbkyXMWqMAPaj7tU5tC9gWgd/pZdox4mHYjl9JBc15rgumZehoBy2F17e0bcbhgIRgB3/ERMrs= smithi162.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUQx8C/cLiUNJClCK1e410nWiRc9YrUz8KvFVe1sTs8o6xZawWbtjGtiq7oRzreJo1SuXUm4EJvFEQ+HPEV74w= 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: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T05:49:37.824 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T05:49:37.825 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T05:49:37.825 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T05:49:37.827 INFO:teuthology.task.internal:Checking packages... 2023-11-15T05:49:37.855 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T05:49:37.855 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T05:49:37.856 INFO:teuthology.packaging:ref: None 2023-11-15T05:49:37.856 INFO:teuthology.packaging:tag: None 2023-11-15T05:49:37.856 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:49:37.856 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T05:49:37.857 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T05:49:38.076 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T05:49:38.077 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T05:49:38.082 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T05:49:38.083 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T05:49:38.108 INFO:teuthology.task.internal:Saving configuration 2023-11-15T05:49:38.122 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T05:49:38.133 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T05:49:38.163 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:44:29.517675', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFMkVzmPA/5Y9bbkyXMWqMAPaj7tU5tC9gWgd/pZdox4mHYjl9JBc15rgumZehoBy2F17e0bcbhgIRgB3/ERMrs='} 2023-11-15T05:49:38.186 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:44:29.518771', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUQx8C/cLiUNJClCK1e410nWiRc9YrUz8KvFVe1sTs8o6xZawWbtjGtiq7oRzreJo1SuXUm4EJvFEQ+HPEV74w='} 2023-11-15T05:49:38.187 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T05:49:38.193 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T05:49:38.194 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T05:49:38.194 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T05:49:38.293 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f90c322ba60>, signals=[15]) 2023-11-15T05:49:38.295 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T05:49:38.306 INFO:teuthology.task.internal:Opening connections... 2023-11-15T05:49:38.307 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T05:49:38.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:49:38.380 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2023-11-15T05:49:38.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:49:38.453 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T05:49:38.460 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2023-11-15T05:49:38.479 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2023-11-15T05:49:38.480 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2023-11-15T05:49:38.536 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T05:49:38.536 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T05:49:38.536 INFO:teuthology.orchestra.run.smithi073.stdout:ID="rhel" 2023-11-15T05:49:38.537 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE="fedora" 2023-11-15T05:49:38.537 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="8.4" 2023-11-15T05:49:38.537 INFO:teuthology.orchestra.run.smithi073.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:49:38.537 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T05:49:38.538 INFO:teuthology.orchestra.run.smithi073.stdout:ANSI_COLOR="0;31" 2023-11-15T05:49:38.538 INFO:teuthology.orchestra.run.smithi073.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T05:49:38.538 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T05:49:38.538 INFO:teuthology.orchestra.run.smithi073.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T05:49:38.538 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:49:38.539 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:49:38.539 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:49:38.539 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T05:49:38.539 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T05:49:38.540 INFO:teuthology.orchestra.run.smithi073.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T05:49:38.540 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2023-11-15T05:49:38.565 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2023-11-15T05:49:38.583 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2023-11-15T05:49:38.583 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2023-11-15T05:49:38.640 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="Red Hat Enterprise Linux" 2023-11-15T05:49:38.640 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="8.4 (Ootpa)" 2023-11-15T05:49:38.640 INFO:teuthology.orchestra.run.smithi162.stdout:ID="rhel" 2023-11-15T05:49:38.640 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE="fedora" 2023-11-15T05:49:38.640 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="8.4" 2023-11-15T05:49:38.641 INFO:teuthology.orchestra.run.smithi162.stdout:PLATFORM_ID="platform:el8" 2023-11-15T05:49:38.641 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-15T05:49:38.641 INFO:teuthology.orchestra.run.smithi162.stdout:ANSI_COLOR="0;31" 2023-11-15T05:49:38.641 INFO:teuthology.orchestra.run.smithi162.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-15T05:49:38.642 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://www.redhat.com/" 2023-11-15T05:49:38.642 INFO:teuthology.orchestra.run.smithi162.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-15T05:49:38.643 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T05:49:38.643 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:49:38.643 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T05:49:38.643 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-15T05:49:38.644 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-15T05:49:38.644 INFO:teuthology.orchestra.run.smithi162.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-15T05:49:38.644 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2023-11-15T05:49:38.665 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T05:49:38.675 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T05:49:38.699 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T05:49:38.700 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:49:38.702 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2023-11-15T05:49:38.718 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T05:49:38.724 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T05:49:38.726 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:49:38.759 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2023-11-15T05:49:38.775 INFO:teuthology.orchestra.run.smithi073.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T05:49:38.776 INFO:teuthology.orchestra.run.smithi162.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-15T05:49:38.777 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T05:49:38.834 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T05:49:38.853 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T05:49:38.854 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T05:49:38.854 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:49:38.855 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T05:49:38.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:49:38.871 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:49:38.872 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-11-15T05:49:38.873 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-15T05:49:38.928 INFO:teuthology.orchestra.run.smithi073.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:49:38.929 INFO:teuthology.task.kernel:Running kernel on smithi073: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:49:38.929 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum install -y kernel 2023-11-15T05:49:38.930 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:49:38.931 INFO:teuthology.task.kernel:Running kernel on smithi162: 4.18.0-305.25.1.el8_4.x86_64 2023-11-15T05:49:38.931 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum install -y kernel 2023-11-15T05:49:40.329 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-11-15T05:49:40.330 INFO:teuthology.orchestra.run.smithi073.stdout:Unable to read consumer identity 2023-11-15T05:49:40.379 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-15T05:49:40.380 INFO:teuthology.orchestra.run.smithi162.stdout:Unable to read consumer identity 2023-11-15T05:49:41.705 INFO:teuthology.orchestra.run.smithi073.stdout:Copr repo for python3-asyncssh owned by ceph 39 kB/s | 3.5 kB 00:00 2023-11-15T05:49:41.771 INFO:teuthology.orchestra.run.smithi162.stdout:Copr repo for python3-asyncssh owned by ceph 39 kB/s | 3.5 kB 00:00 2023-11-15T05:49:42.321 INFO:teuthology.orchestra.run.smithi073.stdout:Extra Packages for Enterprise Linux 27 MB/s | 16 MB 00:00 2023-11-15T05:49:42.846 INFO:teuthology.orchestra.run.smithi162.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-11-15T05:49:45.630 INFO:teuthology.orchestra.run.smithi073.stdout:lab-extras 3.8 MB/s | 24 kB 00:00 2023-11-15T05:49:46.160 INFO:teuthology.orchestra.run.smithi162.stdout:lab-extras 3.8 MB/s | 24 kB 00:00 2023-11-15T05:49:46.377 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T05:49:46.377 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T05:49:46.377 INFO:teuthology.orchestra.run.smithi073.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T05:49:46.516 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-15T05:49:46.517 INFO:teuthology.orchestra.run.smithi073.stdout:Nothing to do. 2023-11-15T05:49:46.517 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-11-15T05:49:46.612 DEBUG:teuthology.orchestra.run.smithi073:> echo no | sudo yum reinstall kernel || true 2023-11-15T05:49:46.923 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-15T05:49:46.923 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-15T05:49:46.923 INFO:teuthology.orchestra.run.smithi162.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-15T05:49:46.955 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-11-15T05:49:46.956 INFO:teuthology.orchestra.run.smithi073.stdout:Unable to read consumer identity 2023-11-15T05:49:47.064 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-15T05:49:47.065 INFO:teuthology.orchestra.run.smithi162.stdout:Nothing to do. 2023-11-15T05:49:47.065 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-15T05:49:47.174 DEBUG:teuthology.orchestra.run.smithi162:> echo no | sudo yum reinstall kernel || true 2023-11-15T05:49:47.255 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 05:49:45 AM UTC. 2023-11-15T05:49:47.390 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:49:47.391 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:47.391 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:47.413 INFO:teuthology.orchestra.run.smithi073.stderr:Error: No packages marked for reinstall. 2023-11-15T05:49:47.462 DEBUG:teuthology.orchestra.run.smithi073:> sudo yum reinstall -y kernel || true 2023-11-15T05:49:47.522 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-15T05:49:47.522 INFO:teuthology.orchestra.run.smithi162.stdout:Unable to read consumer identity 2023-11-15T05:49:47.803 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-11-15T05:49:47.803 INFO:teuthology.orchestra.run.smithi073.stdout:Unable to read consumer identity 2023-11-15T05:49:47.820 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:00:01 ago on Wed 15 Nov 2023 05:49:46 AM UTC. 2023-11-15T05:49:47.951 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:49:47.951 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:47.952 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:47.985 INFO:teuthology.orchestra.run.smithi162.stderr:Error: No packages marked for reinstall. 2023-11-15T05:49:48.035 DEBUG:teuthology.orchestra.run.smithi162:> sudo yum reinstall -y kernel || true 2023-11-15T05:49:48.092 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:00:03 ago on Wed 15 Nov 2023 05:49:45 AM UTC. 2023-11-15T05:49:48.231 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:49:48.232 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:48.232 INFO:teuthology.orchestra.run.smithi073.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:48.243 INFO:teuthology.orchestra.run.smithi073.stderr:Error: No packages marked for reinstall. 2023-11-15T05:49:48.295 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:49:48.382 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-15T05:49:48.383 INFO:teuthology.orchestra.run.smithi162.stdout:Unable to read consumer identity 2023-11-15T05:49:48.420 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:48.421 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:48.421 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:48.421 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:49:48.421 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:49:48.421 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T05:49:48.422 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:49:48.422 DEBUG:teuthology.orchestra.run.smithi073:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:49:48.546 INFO:teuthology.orchestra.run.smithi073.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:48.547 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:48.547 DEBUG:teuthology.orchestra.run.smithi073:> sudo rpm -qi grub2-tools 2023-11-15T05:49:48.574 INFO:teuthology.orchestra.run.smithi073.stdout:Name : grub2-tools 2023-11-15T05:49:48.574 INFO:teuthology.orchestra.run.smithi073.stdout:Epoch : 1 2023-11-15T05:49:48.574 INFO:teuthology.orchestra.run.smithi073.stdout:Version : 2.02 2023-11-15T05:49:48.575 INFO:teuthology.orchestra.run.smithi073.stdout:Release : 99.el8_4.1 2023-11-15T05:49:48.575 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: x86_64 2023-11-15T05:49:48.575 INFO:teuthology.orchestra.run.smithi073.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T05:49:48.575 INFO:teuthology.orchestra.run.smithi073.stdout:Group : System Environment/Base 2023-11-15T05:49:48.575 INFO:teuthology.orchestra.run.smithi073.stdout:Size : 9264631 2023-11-15T05:49:48.576 INFO:teuthology.orchestra.run.smithi073.stdout:License : GPLv3+ 2023-11-15T05:49:48.576 INFO:teuthology.orchestra.run.smithi073.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T05:49:48.576 INFO:teuthology.orchestra.run.smithi073.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T05:49:48.576 INFO:teuthology.orchestra.run.smithi073.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T05:49:48.576 INFO:teuthology.orchestra.run.smithi073.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T05:49:48.577 INFO:teuthology.orchestra.run.smithi073.stdout:Relocations : (not relocatable) 2023-11-15T05:49:48.577 INFO:teuthology.orchestra.run.smithi073.stdout:Packager : Red Hat, Inc. 2023-11-15T05:49:48.577 INFO:teuthology.orchestra.run.smithi073.stdout:Vendor : Red Hat, Inc. 2023-11-15T05:49:48.577 INFO:teuthology.orchestra.run.smithi073.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:49:48.577 INFO:teuthology.orchestra.run.smithi073.stdout:Summary : Support tools for GRUB. 2023-11-15T05:49:48.577 INFO:teuthology.orchestra.run.smithi073.stdout:Description : 2023-11-15T05:49:48.578 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:49:48.578 INFO:teuthology.orchestra.run.smithi073.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:49:48.578 INFO:teuthology.orchestra.run.smithi073.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:49:48.578 INFO:teuthology.orchestra.run.smithi073.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:49:48.578 INFO:teuthology.orchestra.run.smithi073.stdout:hardware devices. 2023-11-15T05:49:48.579 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T05:49:48.579 INFO:teuthology.orchestra.run.smithi073.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:49:48.580 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:49:48.580 INFO:teuthology.task.kernel:Updating grub on smithi073 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:48.581 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:49:48.683 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:00:02 ago on Wed 15 Nov 2023 05:49:46 AM UTC. 2023-11-15T05:49:48.808 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-15T05:49:48.809 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:48.809 INFO:teuthology.orchestra.run.smithi162.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-11-15T05:49:48.823 INFO:teuthology.orchestra.run.smithi162.stderr:Error: No packages marked for reinstall. 2023-11-15T05:49:48.878 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:49:49.004 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:49.004 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:49.004 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:49.004 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T05:49:49.005 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T05:49:49.005 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T05:49:49.005 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T05:49:49.005 DEBUG:teuthology.orchestra.run.smithi162:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T05:49:49.131 INFO:teuthology.orchestra.run.smithi162.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:49.131 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:49.132 DEBUG:teuthology.orchestra.run.smithi162:> sudo rpm -qi grub2-tools 2023-11-15T05:49:49.159 INFO:teuthology.orchestra.run.smithi162.stdout:Name : grub2-tools 2023-11-15T05:49:49.159 INFO:teuthology.orchestra.run.smithi162.stdout:Epoch : 1 2023-11-15T05:49:49.159 INFO:teuthology.orchestra.run.smithi162.stdout:Version : 2.02 2023-11-15T05:49:49.159 INFO:teuthology.orchestra.run.smithi162.stdout:Release : 99.el8_4.1 2023-11-15T05:49:49.160 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: x86_64 2023-11-15T05:49:49.160 INFO:teuthology.orchestra.run.smithi162.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-15T05:49:49.160 INFO:teuthology.orchestra.run.smithi162.stdout:Group : System Environment/Base 2023-11-15T05:49:49.160 INFO:teuthology.orchestra.run.smithi162.stdout:Size : 9264631 2023-11-15T05:49:49.160 INFO:teuthology.orchestra.run.smithi162.stdout:License : GPLv3+ 2023-11-15T05:49:49.161 INFO:teuthology.orchestra.run.smithi162.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-15T05:49:49.161 INFO:teuthology.orchestra.run.smithi162.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-15T05:49:49.161 INFO:teuthology.orchestra.run.smithi162.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-15T05:49:49.161 INFO:teuthology.orchestra.run.smithi162.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-15T05:49:49.161 INFO:teuthology.orchestra.run.smithi162.stdout:Relocations : (not relocatable) 2023-11-15T05:49:49.162 INFO:teuthology.orchestra.run.smithi162.stdout:Packager : Red Hat, Inc. 2023-11-15T05:49:49.162 INFO:teuthology.orchestra.run.smithi162.stdout:Vendor : Red Hat, Inc. 2023-11-15T05:49:49.162 INFO:teuthology.orchestra.run.smithi162.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T05:49:49.162 INFO:teuthology.orchestra.run.smithi162.stdout:Summary : Support tools for GRUB. 2023-11-15T05:49:49.162 INFO:teuthology.orchestra.run.smithi162.stdout:Description : 2023-11-15T05:49:49.163 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:49:49.163 INFO:teuthology.orchestra.run.smithi162.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T05:49:49.163 INFO:teuthology.orchestra.run.smithi162.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T05:49:49.163 INFO:teuthology.orchestra.run.smithi162.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T05:49:49.163 INFO:teuthology.orchestra.run.smithi162.stdout:hardware devices. 2023-11-15T05:49:49.164 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T05:49:49.164 INFO:teuthology.orchestra.run.smithi162.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T05:49:49.165 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T05:49:49.165 INFO:teuthology.task.kernel:Updating grub on smithi162 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:49.165 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T05:49:50.009 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2023-11-15T05:49:50.580 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2023-11-15T05:49:51.762 INFO:teuthology.orchestra.run.smithi073.stderr:done 2023-11-15T05:49:51.763 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2023-11-15T05:49:51.784 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.lc9bhGtDVC 2023-11-15T05:49:51.785 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lc9bhGtDVC 2023-11-15T05:49:51.856 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.lc9bhGtDVC 2023-11-15T05:49:52.013 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.lc9bhGtDVC is 6KB 2023-11-15T05:49:52.063 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.lc9bhGtDVC 2023-11-15T05:49:52.079 DEBUG:teuthology.orchestra.run.smithi073:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:49:52.147 INFO:teuthology.orchestra.run.smithi073.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T05:49:52.147 INFO:teuthology.orchestra.run.smithi073.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T05:49:52.147 INFO:teuthology.orchestra.run.smithi073.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T05:49:52.147 INFO:teuthology.orchestra.run.smithi073.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T05:49:52.148 DEBUG:teuthology.orchestra.run.smithi073:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:52.314 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2023-11-15T05:49:52.409 INFO:teuthology.orchestra.run.smithi162.stderr:done 2023-11-15T05:49:52.411 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2023-11-15T05:49:52.426 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.gQf3tdYdxN 2023-11-15T05:49:52.427 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gQf3tdYdxN 2023-11-15T05:49:52.496 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.gQf3tdYdxN 2023-11-15T05:49:52.654 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.gQf3tdYdxN is 6KB 2023-11-15T05:49:52.703 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.gQf3tdYdxN 2023-11-15T05:49:52.717 DEBUG:teuthology.orchestra.run.smithi162:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T05:49:52.783 INFO:teuthology.orchestra.run.smithi162.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-15T05:49:52.783 INFO:teuthology.orchestra.run.smithi162.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-15T05:49:52.783 INFO:teuthology.orchestra.run.smithi162.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-15T05:49:52.783 INFO:teuthology.orchestra.run.smithi162.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-15T05:49:52.784 DEBUG:teuthology.orchestra.run.smithi162:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-15T05:49:52.927 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2023-11-15T05:50:22.346 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T05:50:22.347 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:50:22.348 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:50:22.930 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T05:50:22.930 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:50:22.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:50:56.890 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-11-15T05:50:57.406 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2023-11-15T05:51:05.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:51:05.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:51:06.408 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:51:06.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:51:24.283 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2023-11-15T05:51:36.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:51:36.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T05:51:36.769 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-11-15T05:51:37.062 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T05:51:37.062 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T05:51:37.063 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2023-11-15T05:51:37.077 INFO:teuthology.orchestra.run.smithi073.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T05:51:37.078 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:51:37.078 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:51:37.078 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T05:51:38.079 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T05:51:38.079 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:51:38.195 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2023-11-15T05:51:38.207 DEBUG:teuthology.parallel:result is None 2023-11-15T05:51:40.382 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-15T05:51:41.870 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T05:51:41.871 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-15T05:51:41.872 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2023-11-15T05:51:41.886 INFO:teuthology.orchestra.run.smithi162.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-15T05:51:41.887 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-11-15T05:51:41.887 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T05:51:41.887 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-15T05:51:42.888 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T05:51:42.889 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T05:51:43.050 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2023-11-15T05:51:43.071 DEBUG:teuthology.parallel:result is None 2023-11-15T05:51:43.071 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T05:51:43.078 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T05:51:43.078 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:51:43.117 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T05:51:43.325 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T05:51:43.332 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T05:51:43.360 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T05:51:43.361 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:51:43.406 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T05:51:43.677 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T05:51:43.684 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T05:51:43.684 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:51:43.696 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-15T05:51:43.763 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:51:43.773 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:51:44.107 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:51:44.285 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T05:51:44.286 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T05:51:44.293 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T05:51:44.294 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:51:44.309 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T05:51:44.338 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T05:51:44.348 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T05:51:44.349 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:51:44.380 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T05:51:44.396 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:51:44.477 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:51:44.668 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:51:44.710 DEBUG:teuthology.orchestra.run.smithi073:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:51:44.752 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T05:51:44.752 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:51:44.817 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:51:44.858 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T05:51:44.913 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:51:44.998 DEBUG:teuthology.orchestra.run.smithi162:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T05:51:45.044 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T05:51:45.044 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T05:51:45.121 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2023-11-15T05:51:45.124 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2023-11-15T05:51:45.230 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:51:45.373 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T05:51:45.586 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T05:51:45.594 INFO:teuthology.task.internal:Starting timer... 2023-11-15T05:51:45.595 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T05:51:45.646 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T05:51:45.696 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T05:51:45.696 DEBUG:teuthology.orchestra.run.smithi073:> sudo service auditd rotate 2023-11-15T05:51:45.761 INFO:teuthology.orchestra.run.smithi073.stdout:Rotating logs: [ OK ] 2023-11-15T05:51:45.763 DEBUG:teuthology.orchestra.run.smithi162:> sudo service auditd rotate 2023-11-15T05:51:45.828 INFO:teuthology.orchestra.run.smithi162.stdout:Rotating logs: [ OK ] 2023-11-15T05:51:45.830 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T05:51:45.830 DEBUG:teuthology.orchestra.run.smithi073:> /usr/sbin/getenforce 2023-11-15T05:51:45.853 INFO:teuthology.orchestra.run.smithi073.stdout:Permissive 2023-11-15T05:51:45.854 DEBUG:teuthology.orchestra.run.smithi162:> /usr/sbin/getenforce 2023-11-15T05:51:45.883 INFO:teuthology.orchestra.run.smithi162.stdout:Permissive 2023-11-15T05:51:45.884 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi073.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi162.front.sepia.ceph.com': 'permissive'} 2023-11-15T05:51:45.885 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:51:45.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:51:45.920 DEBUG:teuthology.orchestra.run.smithi162:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T05:51:45.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T05:51:45.949 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T05:51:45.949 DEBUG:teuthology.orchestra.run.smithi073:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:51:45.986 DEBUG:teuthology.orchestra.run.smithi162:> sudo /usr/sbin/setenforce permissive 2023-11-15T05:51:46.030 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T05:51:46.041 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-15T05:51:46.050 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-15T05:51:46.197 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T05:51:46.224 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-15T05:51:46.226 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi073.front.sepia.ceph.com,smithi162.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T06:00:35.949 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi073.front.sepia.ceph.com'), Remote(name='ubuntu@smithi162.front.sepia.ceph.com')] 2023-11-15T06:00:35.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T06:00:35.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:00:36.022 DEBUG:teuthology.orchestra.run.smithi073:> true 2023-11-15T06:00:36.084 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2023-11-15T06:00:36.085 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T06:00:36.086 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:00:36.155 DEBUG:teuthology.orchestra.run.smithi162:> true 2023-11-15T06:00:36.222 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2023-11-15T06:00:36.226 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T06:00:36.239 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T06:00:36.240 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T06:00:36.240 DEBUG:teuthology.orchestra.run.smithi073:> 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-15T06:00:36.243 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T06:00:36.244 DEBUG:teuthology.orchestra.run.smithi162:> 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-15T06:00:36.270 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T06:00:36.284 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T06:00:36.292 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T06:00:36.306 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T06:00:36.323 INFO:teuthology.orchestra.run.smithi073.stderr:sudo: ntpd: command not found 2023-11-15T06:00:36.334 INFO:teuthology.orchestra.run.smithi073.stdout:506 Cannot talk to daemon 2023-11-15T06:00:36.346 INFO:teuthology.orchestra.run.smithi162.stderr:sudo: ntpd: command not found 2023-11-15T06:00:36.347 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T06:00:36.356 INFO:teuthology.orchestra.run.smithi162.stdout:506 Cannot talk to daemon 2023-11-15T06:00:36.361 INFO:teuthology.orchestra.run.smithi073.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T06:00:36.370 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T06:00:36.384 INFO:teuthology.orchestra.run.smithi162.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T06:00:36.422 INFO:teuthology.orchestra.run.smithi073.stderr:bash: ntpq: command not found 2023-11-15T06:00:36.425 INFO:teuthology.orchestra.run.smithi073.stdout:210 Number of sources = 4 2023-11-15T06:00:36.425 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:00:36.425 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2023-11-15T06:00:36.425 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.426 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.426 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.426 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.451 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-15T06:00:36.454 INFO:teuthology.orchestra.run.smithi162.stdout:210 Number of sources = 4 2023-11-15T06:00:36.454 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:00:36.454 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-15T06:00:36.455 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.455 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.455 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.455 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:00:36.456 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T06:00:36.466 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T06:00:36.467 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T06:00:36.467 DEBUG:teuthology.orchestra.run.smithi073:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T06:00:36.468 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi162.front.sepia.ceph.com 2023-11-15T06:00:36.468 DEBUG:teuthology.orchestra.run.smithi162:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T06:00:36.861 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-11-15T06:00:36.886 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-15T06:00:38.678 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:47 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:00:38.783 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:47 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:00:40.819 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-15T06:00:40.820 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T06:00:40.820 INFO:teuthology.orchestra.run.smithi073.stdout: Package Architecture Version Repository Size 2023-11-15T06:00:40.820 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T06:00:40.820 INFO:teuthology.orchestra.run.smithi073.stdout:Resetting modules: 2023-11-15T06:00:40.821 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools 2023-11-15T06:00:40.821 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:00:40.821 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-11-15T06:00:40.821 INFO:teuthology.orchestra.run.smithi073.stdout:================================================================================ 2023-11-15T06:00:40.821 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:00:40.824 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-15T06:00:40.826 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T06:00:40.826 INFO:teuthology.orchestra.run.smithi162.stdout: Package Architecture Version Repository Size 2023-11-15T06:00:40.826 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T06:00:40.826 INFO:teuthology.orchestra.run.smithi162.stdout:Resetting modules: 2023-11-15T06:00:40.827 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 2023-11-15T06:00:40.827 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:00:40.827 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-15T06:00:40.827 INFO:teuthology.orchestra.run.smithi162.stdout:================================================================================ 2023-11-15T06:00:40.827 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:00:41.793 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:50 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:00:41.866 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:50 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:00:47.238 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-11-15T06:00:47.304 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-15T06:00:47.688 INFO:teuthology.orchestra.run.smithi073.stdout:Updating Subscription Management repositories. 2023-11-15T06:00:47.764 INFO:teuthology.orchestra.run.smithi162.stdout:Updating Subscription Management repositories. 2023-11-15T06:00:49.602 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:01:58 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:00:49.604 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:01:58 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:00:51.619 INFO:teuthology.orchestra.run.smithi073.stdout:Dependencies resolved. 2023-11-15T06:00:51.669 INFO:teuthology.orchestra.run.smithi073.stdout:========================================================================================================================== 2023-11-15T06:00:51.670 INFO:teuthology.orchestra.run.smithi073.stdout: Package Arch Version Repository Size 2023-11-15T06:00:51.670 INFO:teuthology.orchestra.run.smithi073.stdout:========================================================================================================================== 2023-11-15T06:00:51.670 INFO:teuthology.orchestra.run.smithi073.stdout:Installing group/module packages: 2023-11-15T06:00:51.670 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.670 INFO:teuthology.orchestra.run.smithi073.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-15T06:00:51.671 INFO:teuthology.orchestra.run.smithi073.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-15T06:00:51.671 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.671 INFO:teuthology.orchestra.run.smithi073.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T06:00:51.671 INFO:teuthology.orchestra.run.smithi073.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T06:00:51.671 INFO:teuthology.orchestra.run.smithi073.stdout:Installing dependencies: 2023-11-15T06:00:51.672 INFO:teuthology.orchestra.run.smithi073.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T06:00:51.672 INFO:teuthology.orchestra.run.smithi073.stdout:Downgrading: 2023-11-15T06:00:51.672 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.672 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.672 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.673 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.673 INFO:teuthology.orchestra.run.smithi073.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-15T06:00:51.673 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.674 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.674 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.674 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.674 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.674 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.675 INFO:teuthology.orchestra.run.smithi073.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-15T06:00:51.675 INFO:teuthology.orchestra.run.smithi073.stdout:Installing module profiles: 2023-11-15T06:00:51.675 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools/common 2023-11-15T06:00:51.675 INFO:teuthology.orchestra.run.smithi073.stdout:Enabling module streams: 2023-11-15T06:00:51.675 INFO:teuthology.orchestra.run.smithi073.stdout: container-tools 3.0 2023-11-15T06:00:51.675 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:00:51.676 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction Summary 2023-11-15T06:00:51.676 INFO:teuthology.orchestra.run.smithi073.stdout:========================================================================================================================== 2023-11-15T06:00:51.677 INFO:teuthology.orchestra.run.smithi073.stdout:Install 7 Packages 2023-11-15T06:00:51.677 INFO:teuthology.orchestra.run.smithi073.stdout:Downgrade 12 Packages 2023-11-15T06:00:51.677 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:00:51.678 INFO:teuthology.orchestra.run.smithi073.stdout:Total download size: 51 M 2023-11-15T06:00:51.678 INFO:teuthology.orchestra.run.smithi073.stdout:Downloading Packages: 2023-11-15T06:00:51.708 INFO:teuthology.orchestra.run.smithi162.stdout:Dependencies resolved. 2023-11-15T06:00:51.758 INFO:teuthology.orchestra.run.smithi162.stdout:========================================================================================================================== 2023-11-15T06:00:51.758 INFO:teuthology.orchestra.run.smithi162.stdout: Package Arch Version Repository Size 2023-11-15T06:00:51.758 INFO:teuthology.orchestra.run.smithi162.stdout:========================================================================================================================== 2023-11-15T06:00:51.758 INFO:teuthology.orchestra.run.smithi162.stdout:Installing group/module packages: 2023-11-15T06:00:51.759 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.759 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-15T06:00:51.759 INFO:teuthology.orchestra.run.smithi162.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-15T06:00:51.759 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.759 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-15T06:00:51.760 INFO:teuthology.orchestra.run.smithi162.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-15T06:00:51.760 INFO:teuthology.orchestra.run.smithi162.stdout:Installing dependencies: 2023-11-15T06:00:51.760 INFO:teuthology.orchestra.run.smithi162.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-15T06:00:51.760 INFO:teuthology.orchestra.run.smithi162.stdout:Downgrading: 2023-11-15T06:00:51.760 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.761 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.761 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.761 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.761 INFO:teuthology.orchestra.run.smithi162.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-15T06:00:51.761 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.762 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.762 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.762 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.762 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.762 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.763 INFO:teuthology.orchestra.run.smithi162.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-15T06:00:51.763 INFO:teuthology.orchestra.run.smithi162.stdout:Installing module profiles: 2023-11-15T06:00:51.763 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools/common 2023-11-15T06:00:51.763 INFO:teuthology.orchestra.run.smithi162.stdout:Enabling module streams: 2023-11-15T06:00:51.763 INFO:teuthology.orchestra.run.smithi162.stdout: container-tools 3.0 2023-11-15T06:00:51.763 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:00:51.764 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction Summary 2023-11-15T06:00:51.764 INFO:teuthology.orchestra.run.smithi162.stdout:========================================================================================================================== 2023-11-15T06:00:51.764 INFO:teuthology.orchestra.run.smithi162.stdout:Install 7 Packages 2023-11-15T06:00:51.764 INFO:teuthology.orchestra.run.smithi162.stdout:Downgrade 12 Packages 2023-11-15T06:00:51.764 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:00:51.765 INFO:teuthology.orchestra.run.smithi162.stdout:Total download size: 51 M 2023-11-15T06:00:51.765 INFO:teuthology.orchestra.run.smithi162.stdout:Downloading Packages: 2023-11-15T06:00:51.965 INFO:teuthology.orchestra.run.smithi073.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 237 kB/s | 69 kB 00:00 2023-11-15T06:00:51.983 INFO:teuthology.orchestra.run.smithi162.stdout:(1/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 312 kB/s | 69 kB 00:00 2023-11-15T06:00:52.089 INFO:teuthology.orchestra.run.smithi073.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 124 kB/s | 52 kB 00:00 2023-11-15T06:00:52.182 INFO:teuthology.orchestra.run.smithi162.stdout:(2/19): container-selinux-2.167.0-1.module+el8. 123 kB/s | 52 kB 00:00 2023-11-15T06:00:52.222 INFO:teuthology.orchestra.run.smithi073.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 1.9 MB/s | 511 kB 00:00 2023-11-15T06:00:52.294 INFO:teuthology.orchestra.run.smithi073.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 712 kB/s | 51 kB 00:00 2023-11-15T06:00:52.311 INFO:teuthology.orchestra.run.smithi162.stdout:(3/19): containernetworking-plugins-0.9.1-1.mod 37 MB/s | 20 MB 00:00 2023-11-15T06:00:52.317 INFO:teuthology.orchestra.run.smithi162.stdout:(4/19): criu-3.15-1.module+el8.4.0+11818+341460 1.5 MB/s | 511 kB 00:00 2023-11-15T06:00:52.404 INFO:teuthology.orchestra.run.smithi162.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 552 kB/s | 51 kB 00:00 2023-11-15T06:00:52.446 INFO:teuthology.orchestra.run.smithi073.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 26 MB/s | 20 MB 00:00 2023-11-15T06:00:52.459 INFO:teuthology.orchestra.run.smithi073.stdout:(6/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 8.3 MB/s | 3.1 MB 00:00 2023-11-15T06:00:52.498 INFO:teuthology.orchestra.run.smithi162.stdout:(6/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 9.7 MB/s | 3.1 MB 00:00 2023-11-15T06:00:52.500 INFO:teuthology.orchestra.run.smithi162.stdout:(7/19): podman-docker-3.0.1-7.module+el8.4.0+12 304 kB/s | 56 kB 00:00 2023-11-15T06:00:52.506 INFO:teuthology.orchestra.run.smithi073.stdout:(7/19): podman-docker-3.0.1-7.module+el8.4.0+12 264 kB/s | 56 kB 00:00 2023-11-15T06:00:52.659 INFO:teuthology.orchestra.run.smithi162.stdout:(8/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 201 kB/s | 51 kB 00:00 2023-11-15T06:00:52.660 INFO:teuthology.orchestra.run.smithi073.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 359 kB/s | 72 kB 00:00 2023-11-15T06:00:52.691 INFO:teuthology.orchestra.run.smithi073.stdout:(9/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 210 kB/s | 51 kB 00:00 2023-11-15T06:00:52.711 INFO:teuthology.orchestra.run.smithi162.stdout:(9/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 338 kB/s | 72 kB 00:00 2023-11-15T06:00:52.725 INFO:teuthology.orchestra.run.smithi073.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 1.4 MB/s | 320 kB 00:00 2023-11-15T06:00:52.743 INFO:teuthology.orchestra.run.smithi162.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 1.3 MB/s | 320 kB 00:00 2023-11-15T06:00:52.887 INFO:teuthology.orchestra.run.smithi073.stdout:(11/19): containers-common-1.2.2-8.module+el8.4 468 kB/s | 91 kB 00:00 2023-11-15T06:00:52.892 INFO:teuthology.orchestra.run.smithi162.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 274 kB/s | 41 kB 00:00 2023-11-15T06:00:52.909 INFO:teuthology.orchestra.run.smithi162.stdout:(12/19): containers-common-1.2.2-8.module+el8.4 463 kB/s | 91 kB 00:00 2023-11-15T06:00:52.983 INFO:teuthology.orchestra.run.smithi073.stdout:(12/19): podman-3.0.1-7.module+el8.4.0+12906+0c 37 MB/s | 12 MB 00:00 2023-11-15T06:00:52.984 INFO:teuthology.orchestra.run.smithi073.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 157 kB/s | 41 kB 00:00 2023-11-15T06:00:53.085 INFO:teuthology.orchestra.run.smithi162.stdout:(13/19): podman-3.0.1-7.module+el8.4.0+12906+0c 28 MB/s | 12 MB 00:00 2023-11-15T06:00:53.118 INFO:teuthology.orchestra.run.smithi073.stdout:(14/19): udica-0.2.4-1.module+el8.4.0+11818+341 219 kB/s | 51 kB 00:00 2023-11-15T06:00:53.175 INFO:teuthology.orchestra.run.smithi073.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 5.6 MB/s | 1.1 MB 00:00 2023-11-15T06:00:53.189 INFO:teuthology.orchestra.run.smithi162.stdout:(14/19): cockpit-podman-29-2.module+el8.4.0+118 10 MB/s | 1.1 MB 00:00 2023-11-15T06:00:53.348 INFO:teuthology.orchestra.run.smithi073.stdout:(16/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 27 MB/s | 6.3 MB 00:00 2023-11-15T06:00:53.350 INFO:teuthology.orchestra.run.smithi162.stdout:(15/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 39 MB/s | 6.3 MB 00:00 2023-11-15T06:00:53.352 INFO:teuthology.orchestra.run.smithi162.stdout:(16/19): udica-0.2.4-1.module+el8.4.0+11818+341 110 kB/s | 51 kB 00:00 2023-11-15T06:00:53.525 INFO:teuthology.orchestra.run.smithi073.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 529 kB/s | 185 kB 00:00 2023-11-15T06:00:53.531 INFO:teuthology.orchestra.run.smithi073.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 86 kB/s | 16 kB 00:00 2023-11-15T06:00:53.534 INFO:teuthology.orchestra.run.smithi162.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.0 MB/s | 185 kB 00:00 2023-11-15T06:00:53.568 INFO:teuthology.orchestra.run.smithi162.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 73 kB/s | 16 kB 00:00 2023-11-15T06:00:53.627 INFO:teuthology.orchestra.run.smithi162.stdout:(19/19): buildah-1.19.7-1.module+el8.4.0+11818+ 10 MB/s | 7.4 MB 00:00 2023-11-15T06:00:53.628 INFO:teuthology.orchestra.run.smithi162.stdout:-------------------------------------------------------------------------------- 2023-11-15T06:00:53.628 INFO:teuthology.orchestra.run.smithi162.stdout:Total 28 MB/s | 51 MB 00:01 2023-11-15T06:00:53.644 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction check 2023-11-15T06:00:53.648 INFO:teuthology.orchestra.run.smithi073.stdout:(19/19): buildah-1.19.7-1.module+el8.4.0+11818+ 11 MB/s | 7.4 MB 00:00 2023-11-15T06:00:53.649 INFO:teuthology.orchestra.run.smithi073.stdout:-------------------------------------------------------------------------------- 2023-11-15T06:00:53.649 INFO:teuthology.orchestra.run.smithi073.stdout:Total 26 MB/s | 51 MB 00:01 2023-11-15T06:00:53.664 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction check 2023-11-15T06:00:53.686 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction check succeeded. 2023-11-15T06:00:53.686 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction test 2023-11-15T06:00:53.707 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction check succeeded. 2023-11-15T06:00:53.707 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction test 2023-11-15T06:00:54.512 INFO:teuthology.orchestra.run.smithi162.stdout:Transaction test succeeded. 2023-11-15T06:00:54.516 INFO:teuthology.orchestra.run.smithi162.stdout:Running transaction 2023-11-15T06:00:54.571 INFO:teuthology.orchestra.run.smithi073.stdout:Transaction test succeeded. 2023-11-15T06:00:54.575 INFO:teuthology.orchestra.run.smithi073.stdout:Running transaction 2023-11-15T06:00:55.743 INFO:teuthology.orchestra.run.smithi162.stdout: Preparing : 1/1 2023-11-15T06:00:55.807 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-15T06:00:55.829 INFO:teuthology.orchestra.run.smithi073.stdout: Preparing : 1/1 2023-11-15T06:00:55.953 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-15T06:00:55.984 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T06:00:55.993 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T06:00:56.010 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T06:00:56.158 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T06:00:56.168 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-15T06:00:56.184 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T06:00:56.201 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T06:00:56.366 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T06:01:12.106 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T06:01:12.127 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-15T06:01:12.346 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-15T06:01:12.349 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-15T06:01:12.577 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-15T06:01:12.590 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-15T06:01:13.169 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-15T06:01:13.213 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-15T06:01:13.461 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-15T06:01:13.475 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-15T06:01:13.654 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-15T06:01:13.679 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-15T06:01:13.932 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-15T06:01:13.932 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-15T06:01:13.932 INFO:teuthology.orchestra.run.smithi162.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-15T06:01:13.932 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:01:13.937 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-15T06:01:13.937 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-15T06:01:13.937 INFO:teuthology.orchestra.run.smithi073.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-15T06:01:13.937 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:01:16.171 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-15T06:01:16.209 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-15T06:01:17.722 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-15T06:01:17.847 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-15T06:01:18.058 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-15T06:01:18.150 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-15T06:01:18.330 INFO:teuthology.orchestra.run.smithi162.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T06:01:18.422 INFO:teuthology.orchestra.run.smithi073.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T06:01:18.474 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-15T06:01:18.616 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-15T06:01:19.281 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-15T06:01:19.389 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-15T06:01:20.011 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-15T06:01:20.128 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-15T06:01:20.187 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-15T06:01:20.321 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-15T06:01:20.380 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-15T06:01:20.523 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-15T06:01:20.571 INFO:teuthology.orchestra.run.smithi162.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-15T06:01:20.690 INFO:teuthology.orchestra.run.smithi073.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-15T06:01:20.696 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T06:01:20.810 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-15T06:01:20.855 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T06:01:20.977 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-15T06:01:21.030 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T06:01:21.189 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T06:01:21.254 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-15T06:01:21.254 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T06:01:21.374 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-15T06:01:21.374 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T06:01:21.414 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T06:01:21.556 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-15T06:01:21.622 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-15T06:01:21.765 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-15T06:01:21.804 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-15T06:01:21.947 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-15T06:01:22.029 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-15T06:01:22.165 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-15T06:01:22.179 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-15T06:01:22.314 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-15T06:01:22.388 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-15T06:01:22.489 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-15T06:01:22.533 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-15T06:01:22.636 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-15T06:01:22.728 INFO:teuthology.orchestra.run.smithi162.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T06:01:22.830 INFO:teuthology.orchestra.run.smithi073.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T06:01:23.170 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-15T06:01:23.328 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-15T06:01:23.766 INFO:teuthology.orchestra.run.smithi162.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T06:01:23.766 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-15T06:01:23.767 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-15T06:01:23.767 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-15T06:01:23.767 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-15T06:01:23.767 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-15T06:01:23.767 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-15T06:01:23.768 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-15T06:01:23.768 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-15T06:01:23.768 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-15T06:01:23.768 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-15T06:01:23.768 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-15T06:01:23.769 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-15T06:01:23.769 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T06:01:23.769 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-15T06:01:23.769 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-15T06:01:23.769 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-15T06:01:23.770 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-15T06:01:23.770 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-15T06:01:23.770 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-15T06:01:23.770 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T06:01:23.770 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-15T06:01:23.771 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T06:01:23.771 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-15T06:01:23.771 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-15T06:01:23.773 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-15T06:01:23.773 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-15T06:01:23.773 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-15T06:01:23.775 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-15T06:01:23.775 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-15T06:01:23.776 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-15T06:01:23.944 INFO:teuthology.orchestra.run.smithi073.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-15T06:01:23.944 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-15T06:01:23.944 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-15T06:01:23.945 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-15T06:01:23.945 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-15T06:01:23.945 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-15T06:01:23.945 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-15T06:01:23.945 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-15T06:01:23.946 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-15T06:01:23.946 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-15T06:01:23.946 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-15T06:01:23.946 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-15T06:01:23.946 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-15T06:01:23.947 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-15T06:01:23.947 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-15T06:01:23.947 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-15T06:01:23.947 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-15T06:01:23.947 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-15T06:01:23.948 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-15T06:01:23.948 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-15T06:01:23.948 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-15T06:01:23.948 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-15T06:01:23.948 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-15T06:01:23.948 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-15T06:01:23.949 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-15T06:01:23.949 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-15T06:01:23.949 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-15T06:01:23.950 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-15T06:01:23.950 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-15T06:01:23.950 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-15T06:01:23.950 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-15T06:01:25.164 INFO:teuthology.orchestra.run.smithi162.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-15T06:01:25.164 INFO:teuthology.orchestra.run.smithi162.stdout:Last metadata expiration check: 0:02:33 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:01:25.470 INFO:teuthology.orchestra.run.smithi073.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-15T06:01:25.470 INFO:teuthology.orchestra.run.smithi073.stdout:Last metadata expiration check: 0:02:34 ago on Wed 15 Nov 2023 05:58:51 AM UTC. 2023-11-15T06:01:30.718 INFO:teuthology.orchestra.run.smithi162.stdout:Installed products updated. 2023-11-15T06:01:30.820 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:01:30.821 INFO:teuthology.orchestra.run.smithi162.stdout:Downgraded: 2023-11-15T06:01:30.821 INFO:teuthology.orchestra.run.smithi162.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.821 INFO:teuthology.orchestra.run.smithi162.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-15T06:01:30.821 INFO:teuthology.orchestra.run.smithi162.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.822 INFO:teuthology.orchestra.run.smithi162.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.822 INFO:teuthology.orchestra.run.smithi162.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.822 INFO:teuthology.orchestra.run.smithi162.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.822 INFO:teuthology.orchestra.run.smithi162.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.822 INFO:teuthology.orchestra.run.smithi162.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T06:01:30.823 INFO:teuthology.orchestra.run.smithi162.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T06:01:30.823 INFO:teuthology.orchestra.run.smithi162.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-15T06:01:30.823 INFO:teuthology.orchestra.run.smithi162.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-15T06:01:30.823 INFO:teuthology.orchestra.run.smithi162.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.823 INFO:teuthology.orchestra.run.smithi162.stdout:Installed: 2023-11-15T06:01:30.823 INFO:teuthology.orchestra.run.smithi162.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.824 INFO:teuthology.orchestra.run.smithi162.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-15T06:01:30.824 INFO:teuthology.orchestra.run.smithi162.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.824 INFO:teuthology.orchestra.run.smithi162.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:30.824 INFO:teuthology.orchestra.run.smithi162.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T06:01:30.824 INFO:teuthology.orchestra.run.smithi162.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T06:01:30.825 INFO:teuthology.orchestra.run.smithi162.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T06:01:30.825 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:01:30.825 INFO:teuthology.orchestra.run.smithi162.stdout:Complete! 2023-11-15T06:01:31.024 DEBUG:teuthology.parallel:result is None 2023-11-15T06:01:33.775 INFO:teuthology.orchestra.run.smithi073.stdout:Installed products updated. 2023-11-15T06:01:33.885 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:01:33.885 INFO:teuthology.orchestra.run.smithi073.stdout:Downgraded: 2023-11-15T06:01:33.885 INFO:teuthology.orchestra.run.smithi073.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.886 INFO:teuthology.orchestra.run.smithi073.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-15T06:01:33.886 INFO:teuthology.orchestra.run.smithi073.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.886 INFO:teuthology.orchestra.run.smithi073.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.886 INFO:teuthology.orchestra.run.smithi073.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.886 INFO:teuthology.orchestra.run.smithi073.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.887 INFO:teuthology.orchestra.run.smithi073.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.887 INFO:teuthology.orchestra.run.smithi073.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T06:01:33.887 INFO:teuthology.orchestra.run.smithi073.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-15T06:01:33.887 INFO:teuthology.orchestra.run.smithi073.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-15T06:01:33.888 INFO:teuthology.orchestra.run.smithi073.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-15T06:01:33.888 INFO:teuthology.orchestra.run.smithi073.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.888 INFO:teuthology.orchestra.run.smithi073.stdout:Installed: 2023-11-15T06:01:33.888 INFO:teuthology.orchestra.run.smithi073.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.888 INFO:teuthology.orchestra.run.smithi073.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-15T06:01:33.889 INFO:teuthology.orchestra.run.smithi073.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.889 INFO:teuthology.orchestra.run.smithi073.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-15T06:01:33.889 INFO:teuthology.orchestra.run.smithi073.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T06:01:33.889 INFO:teuthology.orchestra.run.smithi073.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-15T06:01:33.889 INFO:teuthology.orchestra.run.smithi073.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-15T06:01:33.889 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:01:33.890 INFO:teuthology.orchestra.run.smithi073.stdout:Complete! 2023-11-15T06:01:34.087 DEBUG:teuthology.parallel:result is None 2023-11-15T06:01:34.087 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T06:01:34.098 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T06:01:34.100 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:01:34.100 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:01:34.115 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-15T06:01:34.116 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_1 2023-11-15T06:01:34.170 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T06:01:34.170 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:34.171 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 217808 Links: 1 2023-11-15T06:01:34.171 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:34.171 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:34.171 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:01:23.547050620 +0000 2023-11-15T06:01:34.171 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:00:01.735364530 +0000 2023-11-15T06:01:34.172 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:00:01.735364530 +0000 2023-11-15T06:01:34.172 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:01:34.172 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T06:01:34.236 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:01:34.237 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:01:34.237 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000228112 s, 2.2 MB/s 2023-11-15T06:01:34.238 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T06:01:34.294 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_2 2023-11-15T06:01:34.349 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T06:01:34.349 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:34.350 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 219776 Links: 1 2023-11-15T06:01:34.350 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:34.350 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:34.350 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:01:23.547050620 +0000 2023-11-15T06:01:34.350 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:00:02.251352150 +0000 2023-11-15T06:01:34.351 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:00:02.251352150 +0000 2023-11-15T06:01:34.351 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:01:34.351 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T06:01:34.412 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:01:34.413 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:01:34.413 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000249566 s, 2.1 MB/s 2023-11-15T06:01:34.414 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T06:01:34.470 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_3 2023-11-15T06:01:34.525 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T06:01:34.525 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:34.525 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 224538 Links: 1 2023-11-15T06:01:34.526 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:34.526 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:34.526 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:01:23.547050620 +0000 2023-11-15T06:01:34.526 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:00:02.743340345 +0000 2023-11-15T06:01:34.526 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:00:02.743340345 +0000 2023-11-15T06:01:34.527 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:01:34.527 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T06:01:34.588 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:01:34.589 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:01:34.589 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000220143 s, 2.3 MB/s 2023-11-15T06:01:34.590 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T06:01:34.645 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_4 2023-11-15T06:01:34.699 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T06:01:34.700 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:34.700 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 224629 Links: 1 2023-11-15T06:01:34.700 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:34.700 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:34.700 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:01:23.547050620 +0000 2023-11-15T06:01:34.701 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:00:03.219328924 +0000 2023-11-15T06:01:34.701 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:00:03.219328924 +0000 2023-11-15T06:01:34.701 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:01:34.701 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T06:01:34.763 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:01:34.763 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:01:34.763 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000196703 s, 2.6 MB/s 2023-11-15T06:01:34.764 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T06:01:34.820 DEBUG:teuthology.orchestra.run.smithi073:> 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-15T06:01:34.938 INFO:teuthology.orchestra.run.smithi073.stdout:loop 2023-11-15T06:01:34.940 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-11-15T06:01:34.940 DEBUG:teuthology.orchestra.run.smithi073:> 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-15T06:01:34.972 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T06:01:35.007 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_11 2023-11-15T06:01:35.046 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-11-15T06:01:35.047 DEBUG:teuthology.orchestra.run.smithi073:> 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-15T06:01:35.121 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T06:01:35.156 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_21 2023-11-15T06:01:35.194 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-11-15T06:01:35.194 DEBUG:teuthology.orchestra.run.smithi073:> 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-15T06:01:35.267 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T06:01:35.302 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_31 2023-11-15T06:01:35.340 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-11-15T06:01:35.340 DEBUG:teuthology.orchestra.run.smithi073:> 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-15T06:01:35.414 INFO:teuthology.orchestra.run.smithi073.stdout:1 2023-11-15T06:01:35.449 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_41 2023-11-15T06:01:35.486 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:01:35.487 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:01:35.542 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme list 2023-11-15T06:01:35.605 INFO:teuthology.orchestra.run.smithi073.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T06:01:35.606 INFO:teuthology.orchestra.run.smithi073.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T06:01:35.606 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme0n1 PHFT62040115400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T06:01:35.606 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme1n1 21f3de9de7e957aff546 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:35.606 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme2n1 cf8a1a0e55d5a6241f0a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:35.607 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme3n1 e6375fda7eb8be1c646c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:35.607 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme4n1 7a15536d0b1ffc04be39 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:35.608 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:01:35.608 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:01:35.608 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-11-15T06:01:35.672 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:01:35.673 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:01:35.692 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-15T06:01:35.693 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2023-11-15T06:01:35.750 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T06:01:35.750 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:35.750 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 219106 Links: 1 2023-11-15T06:01:35.750 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:35.751 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:35.751 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:01:23.406229879 +0000 2023-11-15T06:01:35.751 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:59:57.637915768 +0000 2023-11-15T06:01:35.751 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:59:57.637915768 +0000 2023-11-15T06:01:35.752 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:01:35.752 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T06:01:35.819 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:01:35.819 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:01:35.819 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000265731 s, 1.9 MB/s 2023-11-15T06:01:35.820 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T06:01:35.878 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2023-11-15T06:01:35.933 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T06:01:35.934 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:35.934 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 222478 Links: 1 2023-11-15T06:01:35.934 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:35.934 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:35.935 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:01:23.406229879 +0000 2023-11-15T06:01:35.935 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:59:58.146905455 +0000 2023-11-15T06:01:35.935 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:59:58.146905455 +0000 2023-11-15T06:01:35.935 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:01:35.936 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T06:01:35.998 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:01:35.998 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:01:35.999 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000258357 s, 2.0 MB/s 2023-11-15T06:01:36.000 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T06:01:36.057 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2023-11-15T06:01:36.112 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T06:01:36.112 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:36.112 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 217080 Links: 1 2023-11-15T06:01:36.113 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:36.113 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:36.113 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:01:23.406229879 +0000 2023-11-15T06:01:36.113 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:59:58.663894980 +0000 2023-11-15T06:01:36.113 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:59:58.663894980 +0000 2023-11-15T06:01:36.114 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:01:36.114 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T06:01:36.176 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:01:36.177 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:01:36.177 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00022488 s, 2.3 MB/s 2023-11-15T06:01:36.178 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T06:01:36.234 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2023-11-15T06:01:36.289 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T06:01:36.290 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T06:01:36.290 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 220895 Links: 1 2023-11-15T06:01:36.290 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T06:01:36.291 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:device_t:s0 2023-11-15T06:01:36.291 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:01:23.406229879 +0000 2023-11-15T06:01:36.291 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 05:59:59.215883795 +0000 2023-11-15T06:01:36.291 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 05:59:59.215883795 +0000 2023-11-15T06:01:36.291 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:01:36.292 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T06:01:36.353 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:01:36.353 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:01:36.354 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000195477 s, 2.6 MB/s 2023-11-15T06:01:36.355 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T06:01:36.411 DEBUG:teuthology.orchestra.run.smithi162:> 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-15T06:01:36.548 INFO:teuthology.orchestra.run.smithi162.stdout:loop 2023-11-15T06:01:36.549 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2023-11-15T06:01:36.550 DEBUG:teuthology.orchestra.run.smithi162:> 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-15T06:01:36.583 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T06:01:36.618 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_11 2023-11-15T06:01:36.658 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2023-11-15T06:01:36.658 DEBUG:teuthology.orchestra.run.smithi162:> 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-15T06:01:36.737 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T06:01:36.771 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_21 2023-11-15T06:01:36.810 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2023-11-15T06:01:36.810 DEBUG:teuthology.orchestra.run.smithi162:> 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-15T06:01:36.884 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T06:01:36.918 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_31 2023-11-15T06:01:36.956 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2023-11-15T06:01:36.956 DEBUG:teuthology.orchestra.run.smithi162:> 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-15T06:01:37.030 INFO:teuthology.orchestra.run.smithi162.stdout:1 2023-11-15T06:01:37.064 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_41 2023-11-15T06:01:37.102 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:01:37.103 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:01:37.157 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme list 2023-11-15T06:01:37.220 INFO:teuthology.orchestra.run.smithi162.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T06:01:37.221 INFO:teuthology.orchestra.run.smithi162.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T06:01:37.221 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme0n1 CVFT623300JU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T06:01:37.221 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme1n1 ece1b15af8d8beda225b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:37.221 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme2n1 a584d7b07527a68f290d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:37.221 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme3n1 d5df8b8b02af5fe1be90 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:37.222 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme4n1 df8ae707d9fcd87f79d8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-15T06:01:37.223 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:01:37.223 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:01:37.223 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2023-11-15T06:01:37.289 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T06:01:37.362 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T06:01:37.363 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T06:01:37.364 INFO:tasks.cephadm:Cluster fsid is 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:01:37.364 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T06:01:37.365 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T06:01:37.365 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi073': '172.21.15.73', 'mon.smithi162': '172.21.15.162'} 2023-11-15T06:01:37.365 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T06:01:37.365 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2023-11-15T06:01:37.396 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2023-11-15T06:01:37.420 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T06:01:37.421 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T06:01:37.670 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 06:01 /home/ubuntu/cephtest/cephadm 2023-11-15T06:01:37.671 DEBUG:teuthology.orchestra.run.smithi162:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T06:01:37.850 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 15 06:01 /home/ubuntu/cephtest/cephadm 2023-11-15T06:01:37.851 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T06:01:37.871 DEBUG:teuthology.orchestra.run.smithi162:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T06:01:37.903 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /etc/ceph 2023-11-15T06:01:37.941 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2023-11-15T06:01:37.967 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 777 /etc/ceph 2023-11-15T06:01:38.009 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2023-11-15T06:01:38.035 INFO:tasks.cephadm:Writing seed config... 2023-11-15T06:01:38.036 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T06:01:38.036 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T06:01:38.037 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T06:01:38.037 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T06:01:38.037 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T06:01:38.038 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T06:01:38.038 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T06:01:38.038 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T06:01:38.039 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:01:38.039 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T06:01:38.067 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 = 700540c8-837c-11ee-8dbe-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-15T06:01:38.068 DEBUG:teuthology.orchestra.run.smithi073:mon.smithi073> sudo journalctl -f -n 0 -u ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi073.service 2023-11-15T06:01:38.110 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T06:01:38.111 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.73 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:01:38.139 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:-- Logs begin at Wed 2023-11-15 05:51:18 UTC. -- 2023-11-15T06:01:38.477 INFO:teuthology.orchestra.run.smithi073.stderr:-------------------------------------------------------------------------------- 2023-11-15T06:01:38.478 INFO:teuthology.orchestra.run.smithi073.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', '700540c8-837c-11ee-8dbe-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.73', '--skip-admin-label'] 2023-11-15T06:01:39.848 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 3.0.1 2023-11-15T06:01:39.869 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying podman|docker is present... 2023-11-15T06:01:39.924 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 3.0.1 2023-11-15T06:01:39.936 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying lvm2 is present... 2023-11-15T06:01:39.936 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying time synchronization is in place... 2023-11-15T06:01:39.943 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T06:01:39.949 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T06:01:39.955 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2023-11-15T06:01:39.961 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2023-11-15T06:01:39.962 INFO:teuthology.orchestra.run.smithi073.stderr:Unit chronyd.service is enabled and running 2023-11-15T06:01:39.962 INFO:teuthology.orchestra.run.smithi073.stderr:Repeating the final host check... 2023-11-15T06:01:40.007 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: 3.0.1 2023-11-15T06:01:40.033 INFO:teuthology.orchestra.run.smithi073.stderr:podman (/bin/podman) version 3.0.1 is present 2023-11-15T06:01:40.033 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl is present 2023-11-15T06:01:40.034 INFO:teuthology.orchestra.run.smithi073.stderr:lvcreate is present 2023-11-15T06:01:40.039 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T06:01:40.044 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T06:01:40.050 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: enabled 2023-11-15T06:01:40.055 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: active 2023-11-15T06:01:40.056 INFO:teuthology.orchestra.run.smithi073.stderr:Unit chronyd.service is enabled and running 2023-11-15T06:01:40.057 INFO:teuthology.orchestra.run.smithi073.stderr:Host looks OK 2023-11-15T06:01:40.057 INFO:teuthology.orchestra.run.smithi073.stderr:Cluster fsid: 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:01:40.057 INFO:teuthology.orchestra.run.smithi073.stderr:Acquiring lock 140653825433672 on /run/cephadm/700540c8-837c-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:01:40.057 INFO:teuthology.orchestra.run.smithi073.stderr:Lock 140653825433672 acquired on /run/cephadm/700540c8-837c-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:01:40.058 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 3300 ... 2023-11-15T06:01:40.058 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying IP 172.21.15.73 port 6789 ... 2023-11-15T06:01:40.058 INFO:teuthology.orchestra.run.smithi073.stderr:Base mon IP(s) is [172.21.15.73:3300, 172.21.15.73:6789], mon addrv is [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2023-11-15T06:01:40.060 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T06:01:40.060 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 metric 100 2023-11-15T06:01:40.063 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T06:01:40.063 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-15T06:01:40.063 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-11-15T06:01:40.066 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T06:01:40.066 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T06:01:40.066 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T06:01:40.066 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-15T06:01:40.067 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce7d/64 scope link 2023-11-15T06:01:40.067 INFO:teuthology.orchestra.run.smithi073.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T06:01:40.067 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.0.0/20` 2023-11-15T06:01:40.068 INFO:teuthology.orchestra.run.smithi073.stderr:Mon IP `172.21.15.73` is in CIDR network `172.21.0.0/20` 2023-11-15T06:01:40.068 INFO:teuthology.orchestra.run.smithi073.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-15T06:01:40.068 INFO:teuthology.orchestra.run.smithi073.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T06:01:40.069 INFO:teuthology.orchestra.run.smithi073.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T06:01:40.145 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T06:01:40.239 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Getting image source signatures 2023-11-15T06:01:40.384 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying blob sha256:ef3cef4bbbe4c81d403ac704d59c5f6a5c2725c728c01ed1fc2c9d9798719df6 2023-11-15T06:01:40.433 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying blob sha256:9ed66b813839402af6169f56a47e2708c68f9b594b29345f067cd20c366c9492 2023-11-15T06:01:55.974 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Copying config sha256:d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T06:01:56.039 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T06:01:56.040 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: Storing signatures 2023-11-15T06:02:06.689 INFO:teuthology.orchestra.run.smithi073.stderr:/bin/podman: d02b7545bf4f1218c0aaabdcc289ef466b8e55d3659c0d657e12d6be0bfe3aaf 2023-11-15T06:02:07.326 INFO:teuthology.orchestra.run.smithi073.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T06:02:18.419 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T06:02:18.419 INFO:teuthology.orchestra.run.smithi073.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T06:02:18.883 INFO:teuthology.orchestra.run.smithi073.stderr:stat: 167 167 2023-11-15T06:02:19.333 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial keys... 2023-11-15T06:02:19.720 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQDrXlRlstG8KRAAPiWuV02RvU60t8EUpg087A== 2023-11-15T06:02:20.599 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQDsXlRlImT6IhAA9y0NZXc3hfx+VvFk4ar0ag== 2023-11-15T06:02:21.432 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-authtool: AQDtXlRlY7AJGRAAoT3n8q3EMZ5Cegio2lFQjg== 2023-11-15T06:02:21.935 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial monmap... 2023-11-15T06:02:22.382 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T06:02:22.383 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:22.383 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T06:02:22.868 INFO:teuthology.orchestra.run.smithi073.stderr:monmaptool for smithi073 [v2:172.21.15.73:3300,v1:172.21.15.73:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T06:02:22.868 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: set fsid to 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:22.869 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T06:02:22.869 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:02:22.869 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mon... 2023-11-15T06:02:23.315 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.274+0000 7f8b11547880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:02:23.316 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.274+0000 7f8b11547880 1 imported monmap: 2023-11-15T06:02:23.316 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T06:02:23.316 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:23.316 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T06:02:22.333959+0000 2023-11-15T06:02:23.316 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: created 2023-11-15T06:02:22.333959+0000 2023-11-15T06:02:23.317 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T06:02:23.317 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T06:02:23.317 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon.smithi073 2023-11-15T06:02:23.317 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.317 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.274+0000 7f8b11547880 0 /usr/bin/ceph-mon: set fsid to 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:23.318 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:02:23.318 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.318 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:02:23.318 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T06:02:23.318 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: DB SUMMARY 2023-11-15T06:02:23.319 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.319 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 0, files: 2023-11-15T06:02:23.319 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.319 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 2023-11-15T06:02:23.319 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.320 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:02:23.320 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T06:02:23.320 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:02:23.320 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.env: 0x55647e9a4080 2023-11-15T06:02:23.320 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:02:23.320 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.info_log: 0x55647f717380 2023-11-15T06:02:23.321 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:02:23.321 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:02:23.321 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:02:23.321 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:02:23.321 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:02:23.322 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:02:23.322 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:02:23.322 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:02:23.322 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:02:23.322 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:02:23.323 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:02:23.323 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:02:23.323 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:02:23.323 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:02:23.323 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.db_log_dir: 2023-11-15T06:02:23.324 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2023-11-15T06:02:23.324 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:02:23.324 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:02:23.324 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:02:23.324 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:02:23.325 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:02:23.325 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:02:23.325 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:02:23.325 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:02:23.325 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:02:23.326 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:02:23.326 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.write_buffer_manager: 0x55647f71d980 2023-11-15T06:02:23.326 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:02:23.326 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:02:23.326 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:02:23.327 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:02:23.327 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:02:23.327 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:02:23.327 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:02:23.327 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:02:23.327 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:02:23.328 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:02:23.328 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:02:23.328 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:02:23.328 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:02:23.328 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:02:23.329 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.row_cache: None 2023-11-15T06:02:23.329 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.wal_filter: None 2023-11-15T06:02:23.329 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:02:23.329 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:02:23.329 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:02:23.330 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:02:23.330 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:02:23.330 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:02:23.330 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:02:23.330 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:02:23.331 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:02:23.331 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:02:23.331 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:02:23.331 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:02:23.331 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:02:23.331 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:02:23.332 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:02:23.332 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:02:23.332 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:02:23.332 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:02:23.332 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:02:23.333 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:02:23.333 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:02:23.333 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:02:23.333 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:02:23.333 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:02:23.333 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:02:23.334 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:02:23.334 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Compression algorithms supported: 2023-11-15T06:02:23.334 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:02:23.334 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kZSTD supported: 0 2023-11-15T06:02:23.334 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:02:23.335 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:02:23.335 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:02:23.335 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:02:23.335 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:02:23.335 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:02:23.336 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.275+0000 7f8b11547880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:02:23.336 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T06:02:23.336 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.336 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000001 2023-11-15T06:02:23.336 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.337 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:02:23.337 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.337 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:02:23.337 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.merge_operator: 2023-11-15T06:02:23.337 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:02:23.337 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:02:23.338 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:02:23.338 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:02:23.338 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55647f627d30) 2023-11-15T06:02:23.338 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T06:02:23.338 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:02:23.339 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:02:23.339 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T06:02:23.339 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T06:02:23.339 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T06:02:23.339 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T06:02:23.340 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:02:23.340 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T06:02:23.340 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T06:02:23.340 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T06:02:23.340 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache: 0x55647f660d10 2023-11-15T06:02:23.341 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T06:02:23.341 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T06:02:23.341 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T06:02:23.341 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T06:02:23.341 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T06:02:23.341 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T06:02:23.342 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T06:02:23.342 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T06:02:23.342 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T06:02:23.342 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T06:02:23.342 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T06:02:23.343 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T06:02:23.343 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T06:02:23.343 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T06:02:23.343 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T06:02:23.343 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:02:23.344 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T06:02:23.344 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T06:02:23.344 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T06:02:23.344 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T06:02:23.344 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T06:02:23.344 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T06:02:23.345 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.345 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:02:23.345 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:02:23.345 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:02:23.345 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:02:23.346 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:02:23.346 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:02:23.346 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.num_levels: 7 2023-11-15T06:02:23.346 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:02:23.346 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:02:23.347 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:02:23.347 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:02:23.347 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:02:23.347 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:02:23.347 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:02:23.347 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:02:23.348 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:02:23.348 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:02:23.348 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:02:23.348 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:02:23.348 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:02:23.348 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:02:23.349 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:02:23.349 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:02:23.349 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:02:23.349 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:02:23.349 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:02:23.350 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:02:23.350 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:02:23.350 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:02:23.350 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:02:23.350 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:02:23.351 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:02:23.351 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:02:23.351 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:02:23.351 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:02:23.351 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:02:23.351 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:02:23.352 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:02:23.352 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:02:23.352 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:02:23.352 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:02:23.352 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:02:23.353 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:02:23.353 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:02:23.353 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:02:23.353 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:02:23.353 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:02:23.354 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:02:23.354 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:02:23.354 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:02:23.354 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:02:23.354 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:02:23.354 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:02:23.355 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:02:23.355 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:02:23.355 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:02:23.355 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:02:23.355 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:02:23.356 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:02:23.356 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:02:23.356 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:02:23.356 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:02:23.356 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:02:23.356 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:02:23.357 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:02:23.357 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:02:23.357 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:02:23.357 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:02:23.357 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/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-15T06:02:23.358 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.358 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.276+0000 7f8b11547880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T06:02:23.358 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.358 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.277+0000 7f8b11547880 4 rocksdb: DB pointer 0x55647f72b800 2023-11-15T06:02:23.358 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.277+0000 7f8afa3cd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:02:23.359 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.277+0000 7f8afa3cd700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:02:23.359 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T06:02:23.359 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:02:23.359 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.359 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.359 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:02:23.360 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.360 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.360 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:02:23.360 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.360 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:02:23.361 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.361 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:23.361 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.361 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.361 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.362 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:02:23.362 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.362 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:23.362 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:02:23.362 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:23.362 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:23.363 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:02:23.363 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:02:23.363 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:02:23.363 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.363 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.364 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.364 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.364 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:02:23.364 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.364 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:02:23.364 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.365 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:23.365 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.365 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.365 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.365 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:02:23.366 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.366 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:23.366 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:02:23.366 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:23.366 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:23.367 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:02:23.367 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:02:23.367 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:02:23.367 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.367 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.367 INFO:teuthology.orchestra.run.smithi073.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-15T06:02:23.368 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.368 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:02:23.368 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: 2023-11-15T06:02:23.368 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.278+0000 7f8b11547880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T06:02:23.368 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.278+0000 7f8b11547880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T06:02:23.368 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:02:23.279+0000 7f8b11547880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi073 for mon.smithi073 2023-11-15T06:02:23.827 INFO:teuthology.orchestra.run.smithi073.stderr:create mon.smithi073 on 2023-11-15T06:02:23.940 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T06:02:24.043 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7.target. 2023-11-15T06:02:24.043 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7.target. 2023-11-15T06:02:24.270 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi073.service: Unit ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi073.service not loaded. 2023-11-15T06:02:24.276 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7.target.wants/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi073.service → /etc/systemd/system/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T06:02:24.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:24 smithi073 systemd[1]: Starting Ceph mon.smithi073 for 700540c8-837c-11ee-8dbe-212e2dc638e7... 2023-11-15T06:02:25.022 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T06:02:25.030 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T06:02:25.031 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T06:02:25.031 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T06:02:25.032 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon to start... 2023-11-15T06:02:25.032 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mon... 2023-11-15T06:02:25.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:25 smithi073 bash[83384]: a73a300e19dbb8c6a7164875405c2ef032562b5521d8e6d5797d788bb5921f22 2023-11-15T06:02:25.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:25 smithi073 systemd[1]: Started Ceph mon.smithi073 for 700540c8-837c-11ee-8dbe-212e2dc638e7. 2023-11-15T06:02:25.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:25 smithi073 conmon[83425]: cluster 2023-11-15T06:02:25.019458+0000 mon.smithi073 (mon.0) 0 : 2023-11-15T06:02:25.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:25 smithi073 conmon[83425]: [INF] mkfs 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:25.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:25 smithi073 conmon[83425]: cluster 2023-11-15T06:02:24. 2023-11-15T06:02:25.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:25 smithi073 conmon[83425]: 990669+0000 mon.smithi073 (mon.0) 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-11-15T06:02:25.573 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: cluster: 2023-11-15T06:02:25.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: id: 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:25.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T06:02:25.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:25.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: services: 2023-11-15T06:02:25.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi073 (age 0.564067s) 2023-11-15T06:02:25.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T06:02:25.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T06:02:25.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:25.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: data: 2023-11-15T06:02:25.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T06:02:25.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T06:02:25.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T06:02:25.577 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: pgs: 2023-11-15T06:02:25.578 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:26.301 INFO:teuthology.orchestra.run.smithi073.stderr:mon is available 2023-11-15T06:02:26.301 INFO:teuthology.orchestra.run.smithi073.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T06:02:26.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:26 smithi073 conmon[83425]: cluster 2023-11-15T06:02:25.006991+0000 mon.smithi073 (mon.0) 2 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-11-15T06:02:26.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:26 smithi073 conmon[83425]: cluster 2023-11-15 2023-11-15T06:02:26.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:26 smithi073 conmon[83425]: T06:02:25.007169+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-11-15T06:02:26.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:26 smithi073 conmon[83425]: cluster 2023-11-15T06:02:25.020971+0000 mon.smithi073 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T06:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:26 smithi073 conmon[83425]: cluster 2023-11-15T06:02:25.023445+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T06:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:26 smithi073 conmon[83425]: cluster 2023-11-15T06:02:25.023935+0000 mon.smithi073 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T06:02:26.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:26 smithi073 conmon[83425]: audit 2023-11-15T06:02:25.571019+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/2602739064' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T06:02:26.882 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:26.883 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2023-11-15T06:02:26.883 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:26.884 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.73:3300,v1:172.21.15.73:6789] 2023-11-15T06:02:26.884 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T06:02:26.884 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T06:02:26.885 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T06:02:26.885 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T06:02:26.885 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:26.885 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2023-11-15T06:02:26.886 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T06:02:26.886 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:26.886 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2023-11-15T06:02:26.886 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T06:02:26.886 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T06:02:27.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:27 smithi073 conmon[83425]: audit 2023-11-15T06:02:26.877250+0000 mon.smithi073 (mon.0) 8 : audit [INF] from='client.? 172.21.15.73:0/3932311803' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T06:02:27.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:27 smithi073 conmon[83425]: audit 2023-11-15T06:02:26.879805+0000 mon.smithi073 (mon.0) 9 : audit [INF] from='client.? 172.21.15.73:0/3932311803' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T06:02:27.459 INFO:teuthology.orchestra.run.smithi073.stderr:Generating new minimal ceph.conf... 2023-11-15T06:02:28.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:28 smithi073 conmon[83425]: audit 2023-11-15T06:02:27 2023-11-15T06:02:28.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:28 smithi073 conmon[83425]: .999448+0000 mon.smithi073 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.73:0/729535266' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:02:28.543 INFO:teuthology.orchestra.run.smithi073.stderr:Restarting the monitor... 2023-11-15T06:02:28.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:28 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for 700540c8-837c-11ee-8dbe-212e2dc638e7... 2023-11-15T06:02:28.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:28 smithi073 bash[83939]: Error: no container with name or ID ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-mon.smithi073 found: no such container 2023-11-15T06:02:29.191 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:28 smithi073 conmon[83425]: debug 2023-11-15T06:02:28.858+0000 7f34552bb700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T06:02:29.192 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:28 smithi073 conmon[83425]: debug 2023-11-15T06:02:28.858+0000 7f34552bb700 -1 mon.smithi073@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T06:02:29.192 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:29 smithi073 bash[84055]: a73a300e19dbb8c6a7164875405c2ef032562b5521d8e6d5797d788bb5921f22 2023-11-15T06:02:29.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:29 smithi073 systemd[1]: ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi073.service: Succeeded. 2023-11-15T06:02:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:29 smithi073 systemd[1]: Stopped Ceph mon.smithi073 for 700540c8-837c-11ee-8dbe-212e2dc638e7. 2023-11-15T06:02:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:29 smithi073 systemd[1]: Starting Ceph mon.smithi073 for 700540c8-837c-11ee-8dbe-212e2dc638e7... 2023-11-15T06:02:30.137 INFO:teuthology.orchestra.run.smithi073.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-15T06:02:30.383 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.117+0000 7f6c368dc880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:02:30.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.117+0000 7f6c368dc880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T06:02:30.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.117+0000 7f6c368dc880 0 pidfile_write: ignore empty --pid-file 2023-11-15T06:02:30.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 0 load: jerasure load: lrc load: isa 2023-11-15T06:02:30.384 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:02:30.385 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.385 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:02:30.385 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T06:02:30.385 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: DB SUMMARY 2023-11-15T06:02:30.385 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T06:02:30.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T06:02:30.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.386 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T06:02:30.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi073/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T06:02:30.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi073/store.db: 000006.log size: 86501 ; 2023-11-15T06:02:30.387 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.388 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:02:30.388 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T06:02:30.388 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:02:30.388 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.env: 0x5641790af080 2023-11-15T06:02:30.388 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:02:30.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.info_log: 0x56417b0bbd20 2023-11-15T06:02:30.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:02:30.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:02:30.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:02:30.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:02:30.389 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:02:30.390 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:02:30.390 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:02:30.390 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:02:30.390 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:02:30.390 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:02:30.391 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:02:30.391 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:02:30.391 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:02:30.391 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:02:30.392 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.db_log_dir: 2023-11-15T06:02:30.392 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi073/store.db 2023-11-15T06:02:30.392 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:02:30.392 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:02:30.392 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:02:30.393 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:02:30.393 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:02:30.393 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:02:30.393 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:02:30.393 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:02:30.393 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:02:30.394 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:02:30.394 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.write_buffer_manager: 0x56417bd12480 2023-11-15T06:02:30.394 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:02:30.394 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:02:30.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:02:30.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:02:30.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:02:30.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:02:30.395 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:02:30.396 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:02:30.396 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:02:30.396 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:02:30.396 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:02:30.396 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:02:30.397 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:02:30.397 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:02:30.397 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.row_cache: None 2023-11-15T06:02:30.397 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.wal_filter: None 2023-11-15T06:02:30.398 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:02:30.398 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:02:30.398 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:02:30.398 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:02:30.398 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:02:30.398 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:02:30.399 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:02:30.399 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:02:30.399 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:02:30.399 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:02:30.399 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:02:30.400 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:02:30.400 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:02:30.400 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:02:30.400 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:02:30.400 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:02:30.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:02:30.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:02:30.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:02:30.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:02:30.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:02:30.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:02:30.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:02:30.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:02:30.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:02:30.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:02:30.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Compression algorithms supported: 2023-11-15T06:02:30.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:02:30.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kZSTD supported: 0 2023-11-15T06:02:30.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:02:30.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:02:30.403 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:02:30.404 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:02:30.404 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:02:30.404 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:02:30.404 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.122+0000 7f6c368dc880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:02:30.404 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi073/store.db/MANIFEST-000005 2023-11-15T06:02:30.405 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.405 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:02:30.405 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.405 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:02:30.405 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.merge_operator: 2023-11-15T06:02:30.405 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:02:30.406 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:02:30.406 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:02:30.407 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:02:30.407 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56417b065d28) 2023-11-15T06:02:30.408 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: cache_index_and_filter_blocks: 1 2023-11-15T06:02:30.408 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:02:30.408 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:02:30.408 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: pin_top_level_index_and_filter: 1 2023-11-15T06:02:30.409 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: index_type: 0 2023-11-15T06:02:30.409 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: data_block_index_type: 0 2023-11-15T06:02:30.409 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: index_shortening: 1 2023-11-15T06:02:30.409 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:02:30.409 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: hash_index_allow_collision: 1 2023-11-15T06:02:30.410 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: checksum: 1 2023-11-15T06:02:30.410 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: no_block_cache: 0 2023-11-15T06:02:30.410 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_cache: 0x56417b09ef10 2023-11-15T06:02:30.410 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_cache_name: BinnedLRUCache 2023-11-15T06:02:30.411 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_cache_options: 2023-11-15T06:02:30.411 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: capacity : 536870912 2023-11-15T06:02:30.411 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: num_shard_bits : 4 2023-11-15T06:02:30.411 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: strict_capacity_limit : 0 2023-11-15T06:02:30.411 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: high_pri_pool_ratio: 0.000 2023-11-15T06:02:30.412 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_cache_compressed: (nil) 2023-11-15T06:02:30.412 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: persistent_cache: (nil) 2023-11-15T06:02:30.412 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_size: 4096 2023-11-15T06:02:30.412 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_size_deviation: 10 2023-11-15T06:02:30.412 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 bash[84385]: 1121d382a65e97ed9a9b4e13a12ab19ed0946f64d1740ecada3be6c2eb4ef4b0 2023-11-15T06:02:30.413 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_restart_interval: 16 2023-11-15T06:02:30.413 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: index_block_restart_interval: 1 2023-11-15T06:02:30.413 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: metadata_block_size: 4096 2023-11-15T06:02:30.413 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: partition_filters: 0 2023-11-15T06:02:30.413 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: use_delta_encoding: 1 2023-11-15T06:02:30.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:02:30.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: whole_key_filtering: 1 2023-11-15T06:02:30.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: verify_compression: 0 2023-11-15T06:02:30.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: read_amp_bytes_per_bit: 0 2023-11-15T06:02:30.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: format_version: 2 2023-11-15T06:02:30.414 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: enable_index_compression: 1 2023-11-15T06:02:30.415 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: block_align: 0 2023-11-15T06:02:30.415 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.415 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:02:30.415 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:02:30.415 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:02:30.416 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:02:30.416 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:02:30.416 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:02:30.416 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.num_levels: 7 2023-11-15T06:02:30.416 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:02:30.417 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:02:30.417 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:02:30.417 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:02:30.417 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:02:30.417 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:02:30.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:02:30.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:02:30.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:02:30.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:02:30.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:02:30.418 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:02:30.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:02:30.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:02:30.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:02:30.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:02:30.419 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:02:30.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:02:30.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:02:30.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:02:30.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:02:30.420 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:02:30.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:02:30.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:02:30.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:02:30.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:02:30.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:02:30.421 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:02:30.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:02:30.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:02:30.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:02:30.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:02:30.422 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:02:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:02:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:02:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:02:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:02:30.423 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:02:30.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:02:30.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:02:30.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:02:30.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:02:30.424 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:02:30.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:02:30.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:02:30.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:02:30.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:02:30.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:02:30.425 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:02:30.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:02:30.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:02:30.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:02:30.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:02:30.426 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:02:30.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:02:30.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:02:30.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:02:30.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:02:30.427 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:02:30.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:02:30.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:02:30.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi073/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-15T06:02:30.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.123+0000 7f6c368dc880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T06:02:30.428 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.429 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.124+0000 7f6c368dc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700028150124568, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T06:02:30.429 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.124+0000 7f6c368dc880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T06:02:30.429 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.124+0000 7f6c368dc880 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-15T06:02:30.429 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.125+0000 7f6c368dc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700028150125734, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83374, "table_properties": {"data_size": 81641, "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": 76153, "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": 1700028150, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T06:02:30.429 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.125+0000 7f6c368dc880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T06:02:30.430 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.430 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.125+0000 7f6c368dc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700028150126291, "job": 1, "event": "recovery_finished"} 2023-11-15T06:02:30.430 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.126+0000 7f6c368dc880 4 rocksdb: DB pointer 0x56417b169800 2023-11-15T06:02:30.430 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.126+0000 7f6c1d6e1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:02:30.430 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.126+0000 7f6c1d6e1700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:02:30.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ** DB Stats ** 2023-11-15T06:02:30.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:02:30.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T06:02:30.431 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:02:30.432 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.432 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T06:02:30.432 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:02:30.432 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.432 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ** Compaction Stats [default] ** 2023-11-15T06:02:30.433 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.433 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:30.433 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.2 0.00 0.00 1 0.001 0 0 2023-11-15T06:02:30.433 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.2 0.00 0.00 1 0.001 0 0 2023-11-15T06:02:30.433 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.2 0.00 0.00 1 0.001 0 0 2023-11-15T06:02:30.434 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.434 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ** Compaction Stats [default] ** 2023-11-15T06:02:30.434 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.434 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:30.434 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 102.2 0.00 0.00 1 0.001 0 0 2023-11-15T06:02:30.435 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:02:30.435 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:30.435 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:30.435 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:02:30.435 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:02:30.436 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:02:30.436 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Cumulative compaction: 0.00 GB write, 21.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:02:30.436 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Interval compaction: 0.00 GB write, 21.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:02:30.436 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.436 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.436 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:02:30.437 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.437 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ** Compaction Stats [default] ** 2023-11-15T06:02:30.437 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.437 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:30.437 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.2 0.00 0.00 1 0.001 0 0 2023-11-15T06:02:30.438 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.2 0.00 0.00 1 0.001 0 0 2023-11-15T06:02:30.438 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.438 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.438 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ** Compaction Stats [default] ** 2023-11-15T06:02:30.438 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:02:30.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 102.2 0.00 0.00 1 0.001 0 0 2023-11-15T06:02:30.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:02:30.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:30.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:02:30.439 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:02:30.440 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:02:30.440 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:02:30.440 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: Cumulative compaction: 0.00 GB write, 21.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:02:30.440 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.440 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.441 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.441 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:02:30.441 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.441 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.127+0000 7f6c368dc880 0 starting mon.smithi073 rank 0 at public addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] at bind addrs [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi073 fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:30.441 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 1 mon.smithi073@-1(???) e1 preinit fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:30.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 0 mon.smithi073@-1(???).mds e1 new map 2023-11-15T06:02:30.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 0 mon.smithi073@-1(???).mds e1 print_map 2023-11-15T06:02:30.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: e1 2023-11-15T06:02:30.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T06:02:30.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 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-15T06:02:30.442 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: legacy client fscid: -1 2023-11-15T06:02:30.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: No filesystems configured 2023-11-15T06:02:30.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:30.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 0 mon.smithi073@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T06:02:30.443 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:02:30.444 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:02:30.444 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 0 mon.smithi073@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:02:30.444 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: audit 2023-11-15T06:02:30.444 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T 2023-11-15T06:02:30.444 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 06:02:27.999448+0000 2023-11-15T06:02:30.445 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: mon.smithi073 (mon.0) 10 : 2023-11-15T06:02:30.445 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: audit [DBG] from='client.? 172.21.15.73:0/729535266' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:02:30.445 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: debug 2023-11-15T06:02:30.129+0000 7f6c368dc880 1 mon.smithi073@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T06:02:30.445 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 systemd[1]: Started Ceph mon.smithi073 for 700540c8-837c-11ee-8dbe-212e2dc638e7. 2023-11-15T06:02:30.445 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: cluster 2023-11-15T06:02:30.134964+0000 mon.smithi073 (mon.0) 2023-11-15T06:02:30.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 1 : cluster [INF] mon.smithi073 is new leader, mons smithi073 in quorum (ranks 0) 2023-11-15T06:02:30.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: cluster 2023-11-15T06:02:30.135010+0000 mon.smithi073 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2023-11-15T06:02:30.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: cluster 2023-11-15T06:02:30.147050+0000 mon.smithi073 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T06:02:30.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: cluster 2023-11-15T06:02:30.147091+0000 2023-11-15T06:02:30.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: mon.smithi073 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T06:02:30.446 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: cluster 2023-11-15T06:02 2023-11-15T06:02:30.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: :30.147509+0000 mon.smithi073 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T06:02:30.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:30 smithi073 conmon[84426]: 2023-11-15T06:02:31.393 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T06:02:31.393 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:02:31.393 INFO:teuthology.orchestra.run.smithi073.stderr:Creating mgr... 2023-11-15T06:02:31.394 INFO:teuthology.orchestra.run.smithi073.stderr:Verifying port 9283 ... 2023-11-15T06:02:31.520 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Failed to reset failed state of unit ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mgr.smithi073.hvxekf.service: Unit ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mgr.smithi073.hvxekf.service not loaded. 2023-11-15T06:02:31.526 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: Created symlink /etc/systemd/system/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7.target.wants/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mgr.smithi073.hvxekf.service → /etc/systemd/system/ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T06:02:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:31 smithi073 conmon[84426]: audit 2023-11-15T06:02:30.717431+0000 mon.smithi073 (mon.0) 6 : audit [INF] from='client.? 172.21.15.73:0/3785992352' entity='client.admin' 2023-11-15T06:02:32.307 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T06:02:32.314 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T06:02:32.315 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T06:02:32.315 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T06:02:32.322 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T06:02:32.330 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T06:02:32.331 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T06:02:32.331 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T06:02:32.331 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr to start... 2023-11-15T06:02:32.332 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr... 2023-11-15T06:02:32.940 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:32.940 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T06:02:32.940 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "700540c8-837c-11ee-8dbe-212e2dc638e7", 2023-11-15T06:02:32.941 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:02:32.941 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:02:32.941 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:02:32.941 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:02:32.941 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:32.942 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:02:32.942 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:02:32.942 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-11-15T06:02:32.942 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:32.942 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:02:32.943 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-11-15T06:02:32.943 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:32.943 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T06:02:32.943 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:02:32.943 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:32.943 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:02:32.944 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:02:32.944 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:32.944 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:02:32.944 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:32.944 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:02:32.945 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:02:32.945 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:02:32.948 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:02:32.949 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:02:32.949 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:02:32.949 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:32.949 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:02:32.949 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:02:32.949 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:02:32.950 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:02:32.950 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:02:32.950 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:02:32.950 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:02:32.950 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:02:32.951 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:02:32.951 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:32.951 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:02:32.951 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:32.951 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:02:32.952 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:02:32.952 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:32.952 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:02:32.952 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-11-15T06:02:32.952 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:02:32.953 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:02:32.953 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:02:32.953 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:02:32.953 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:02:32.953 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:32.954 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:02:32.954 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:32.954 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:02:32.954 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:32.954 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:02:25.019910+0000", 2023-11-15T06:02:32.955 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:02:32.955 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:32.955 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:02:32.955 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T06:02:33.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:32 smithi073 conmon[84426]: audit 2023-11-15T06:02:32.936828+0000 mon.smithi073 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.73:0/2988159452' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:02:33.637 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (1/15)... 2023-11-15T06:02:36.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:36.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T06:02:36.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "700540c8-837c-11ee-8dbe-212e2dc638e7", 2023-11-15T06:02:36.217 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:02:36.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:02:36.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:02:36.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:02:36.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:36.218 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:02:36.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:02:36.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-11-15T06:02:36.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:36.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:02:36.219 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-11-15T06:02:36.220 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:36.220 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-15T06:02:36.220 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:02:36.220 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:36.220 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:02:36.220 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:02:36.221 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:36.221 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:02:36.221 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:36.221 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:02:36.221 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:02:36.222 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:02:36.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:02:36.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:02:36.225 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:02:36.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:36.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:02:36.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:02:36.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:02:36.226 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:02:36.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:02:36.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:02:36.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:02:36.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:02:36.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:02:36.227 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:36.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:02:36.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:36.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:02:36.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:02:36.228 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:36.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:02:36.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": false, 2023-11-15T06:02:36.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:02:36.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:02:36.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:02:36.229 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:02:36.230 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:02:36.230 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:36.230 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:02:36.230 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:36.230 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:02:36.231 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:36.231 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:02:25.019910+0000", 2023-11-15T06:02:36.231 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:02:36.231 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:36.231 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:02:36.232 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T06:02:36.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:36 smithi073 conmon[84426]: audit 2023-11-15T06:02:36.214004+0000 mon.smithi073 (mon.0) 8 2023-11-15T06:02:36.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:36 smithi073 conmon[84426]: : audit [DBG] from='client.? 172.21.15.73:0/3831281989' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:02:36.824 INFO:teuthology.orchestra.run.smithi073.stderr:mgr not available, waiting (2/15)... 2023-11-15T06:02:38.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: cluster 2023-11-15T06:02:37.638111+0000 2023-11-15T06:02:38.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: mon.smithi073 (mon.0) 9 : cluster [INF] Activating manager daemon smithi073.hvxekf 2023-11-15T06:02:38.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: cluster 2023-11-15T06:02:37.640739+0000 mon.smithi073 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi073.hvxekf(active, starting, since 0.00272464s) 2023-11-15T06:02:38.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:02:38.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 15T06:02:37.641520+0000 mon.smithi073 (mon.0 2023-11-15T06:02:38.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: ) 11 : audit [DBG] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:02:38.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11-15T06:02:38.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 2023-11-15T06:02:37 2023-11-15T06:02:38.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: .641647+0000 mon.smithi073 (mon.0) 12 : audit 2023-11-15T06:02:38.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: [DBG] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:02:38.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11 2023-11-15T06:02:38.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: -15T06:02:37.641843+0000 mon.smithi073 (mon 2023-11-15T06:02:38.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: .0) 13 : audit [DBG] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:02:38.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11-15T06:02:38.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 2023-11-15T06:02:37 2023-11-15T06:02:38.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: .642047+0000 mon.smithi073 (mon.0) 14 : audit 2023-11-15T06:02:38.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: [DBG] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T06:02:38.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11-15T06:02:38.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 2023-11-15T06:02:37.642315+0000 2023-11-15T06:02:38.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: mon.smithi073 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr metadata", "who": "smithi073.hvxekf", "id": "smithi073.hvxekf"}]: dispatch 2023-11-15T06:02:38.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 2023-11-15T06:02:38.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: cluster 2023-11-15T 2023-11-15T06:02:38.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 06:02:37.655817+0000 mon.smithi073 (mon. 2023-11-15T06:02:38.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 0) 16 : cluster [INF] Manager daemon smithi073.hvxekf is now available 2023-11-15T06:02:38.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11-15T06:02:38.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 2023-11-15T06:02: 2023-11-15T06:02:38.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 37.666129+0000 mon.smithi073 (mon.0) 17 : 2023-11-15T06:02:38.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit [INF] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:38.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:02:38.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 15T06:02:37.669289+0000 mon.smithi073 (mon. 2023-11-15T06:02:38.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 0) 18 : audit [INF] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:02:38.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023 2023-11-15T06:02:38.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: -11-15T06:02:37.671967+0000 mon.smithi073 2023-11-15T06:02:38.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/trash_purge_schedule"}]: dispatch 2023-11-15T06:02:38.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11-15T06:02:38.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: 2023-11-15T06:02 2023-11-15T06:02:38.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: :37.677257+0000 mon.smithi073 (mon.0) 20 : 2023-11-15T06:02:38.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit [INF] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:38.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit 2023-11-15T06:02 2023-11-15T06:02:38.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: :37.680131+0000 mon.smithi073 (mon.0) 21 : 2023-11-15T06:02:38.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:37 smithi073 conmon[84426]: audit [INF] from='mgr.14100 172.21.15.73:0/730161751' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:39.568 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:39.569 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T06:02:39.569 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsid": "700540c8-837c-11ee-8dbe-212e2dc638e7", 2023-11-15T06:02:39.569 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:02:39.569 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:02:39.569 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:02:39.570 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:02:39.570 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:39.570 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:02:39.570 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:02:39.571 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 0 2023-11-15T06:02:39.571 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:39.571 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:02:39.571 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "smithi073" 2023-11-15T06:02:39.571 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:39.572 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-11-15T06:02:39.572 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:02:39.572 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:39.572 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:02:39.572 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:02:39.573 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:39.573 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:02:39.573 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:39.573 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:02:39.573 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:02:39.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:02:39.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:02:39.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:02:39.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:02:39.574 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:39.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:02:39.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:02:39.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:02:39.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:02:39.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:02:39.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:02:39.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:02:39.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:02:39.576 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:02:39.577 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:39.577 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:02:39.577 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:39.577 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:02:39.577 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:02:39.577 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:39.578 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:02:39.578 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:02:39.578 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:02:39.578 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:02:39.578 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:02:39.579 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:02:39.579 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:02:39.579 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ], 2023-11-15T06:02:39.579 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:02:39.580 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:39.580 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:02:39.580 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:02:39.581 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:02:25.019910+0000", 2023-11-15T06:02:39.581 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:02:39.581 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: }, 2023-11-15T06:02:39.581 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:02:39.581 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T06:02:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:39 smithi073 conmon[84426]: cluster 2023-11-15T06:02:38.644130+0000 2023-11-15T06:02:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:39 smithi073 conmon[84426]: mon.smithi073 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi073.hvxekf(active, since 1.00611s) 2023-11-15T06:02:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:39 smithi073 conmon[84426]: audit 2023-11-15T06:02:39.561367+0000 mon.smithi073 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.73:0/4158743079' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:02:40.173 INFO:teuthology.orchestra.run.smithi073.stderr:mgr is available 2023-11-15T06:02:40.871 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:40.871 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [global] 2023-11-15T06:02:40.872 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: fsid = 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:40.872 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T06:02:40.872 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T06:02:40.872 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T06:02:40.873 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T06:02:40.873 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:40.873 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [mgr] 2023-11-15T06:02:40.873 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T06:02:40.873 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 2023-11-15T06:02:40.874 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: [osd] 2023-11-15T06:02:40.874 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T06:02:40.874 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T06:02:41.473 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling cephadm module... 2023-11-15T06:02:41.755 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:41 smithi073 conmon[84426]: cluster 2023-11-15T06:02:40.643566+0000 mon.smithi073 (mon.0 2023-11-15T06:02:41.756 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:41 smithi073 conmon[84426]: ) 24 : cluster [DBG] mgrmap e4: smithi073.hvxekf(active, since 3s) 2023-11-15T06:02:41.756 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:41 smithi073 conmon[84426]: audit 2023-11-15T06:02:40.868059+0000 mon.smithi073 (mon.0) 25 : audit [INF] from='client.? 172.21.15.73:0/3443552298' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T06:02:42.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:42 smithi073 conmon[84426]: audit 2023-11-15T06:02:42.231114+0000 mon.smithi073 (mon.0) 26 : audit [INF] from='client.? 172.21.15.73:0/1824739310' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T06:02:44.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:43 smithi073 conmon[84426]: audit 2023-11-15T06:02:42.647308+0000 mon.smithi073 (mon.0) 27 : audit [INF] from='client.? 172.21.15.73:0/1824739310' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T06:02:44.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:43 smithi073 conmon[84426]: cluster 2023-11-15T06:02:42.647381+0000 mon.smithi073 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi073.hvxekf(active, since 5s) 2023-11-15T06:02:44.155 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T06:02:44.156 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T06:02:44.156 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:02:44.156 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.hvxekf", 2023-11-15T06:02:44.156 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T06:02:44.156 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T06:02:44.781 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2023-11-15T06:02:44.781 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 5... 2023-11-15T06:02:44.990 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:44 smithi073 conmon[84426]: audit 2023-11-15T06:02:44.154331+0000 mon.smithi073 (mon.0) 2023-11-15T06:02:44.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:44 smithi073 conmon[84426]: 29 : audit [DBG] from='client.? 172.21.15.73:0/581361443' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T06:02:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: cluster 2023-11-15T06:02:48.098444+0000 mon.smithi073 (mon.0) 30 : 2023-11-15T06:02:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: cluster [INF] Active manager daemon smithi073.hvxekf restarted 2023-11-15T06:02:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: cluster 2023-11-15T06:02:48.098664+0000 mon.smithi073 (mon.0) 31 : cluster [INF] Activating manager daemon smithi073.hvxekf 2023-11-15T06:02:48.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: cluster 2023-11-15T06:02:48.101569+0000 mon.smithi073 2023-11-15T06:02:48.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T06:02:48.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: cluster 2023-11-15T06:02:48.101672+0000 mon.smithi073 (mon. 2023-11-15T06:02:48.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: 0) 33 : cluster [DBG] mgrmap e6: smithi073.hvxekf(active, starting, since 0.00308718s) 2023-11-15T06:02:48.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:02:48.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: 15T06:02:48.102659+0000 mon.smithi073 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T06:02:48.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: audit 2023-11-15T06:02: 2023-11-15T06:02:48.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: 48.103302+0000 mon.smithi073 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr metadata", "who": "smithi073.hvxekf", "id": "smithi073.hvxekf"}]: dispatch 2023-11-15T06:02:48.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: audit 2023-11-15T06:02: 2023-11-15T06:02:48.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: 48.103894+0000 mon.smithi073 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:02:48.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: audit 2023-11-15T06:02:48 2023-11-15T06:02:48.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: .104079+0000 mon.smithi073 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:02:48.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: audit 2023-11-15T06:02 2023-11-15T06:02:48.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: :48.104224+0000 mon.smithi073 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:02:48.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: cluster 2023-11-15T06 2023-11-15T06:02:48.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: :02:48.117911+0000 mon.smithi073 (mon.0) 39 : cluster [INF] Manager daemon smithi073.hvxekf is now available 2023-11-15T06:02:48.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: audit 2023-11-15 2023-11-15T06:02:48.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:48 smithi073 conmon[84426]: T06:02:48.130137+0000 mon.smithi073 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:49.111 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T06:02:49.111 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T06:02:49.111 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T06:02:49.111 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T06:02:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: cephadm 2023-11-15T06:02:48.127612+0000 mgr.smithi073.hvxekf (mgr.14116 2023-11-15T06:02:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: ) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T06:02:49.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: audit 2023-11-15T06:02:48.217676+0000 mon.smithi073 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:49.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: audit 2023-11-15T06:02:48.218733+0000 mon.smithi073 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:02:49.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: audit 2023-11-15T06:02:48.219874+0000 mon.smithi073 (mon.0) 43 2023-11-15T06:02:49.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:02:49.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:02:49.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: 11-15T06:02:48.221886+0000 mon.smithi073 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:02:49.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: audit 2023-11-15T06:02:48.234051 2023-11-15T06:02:49.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:02:49.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:02:49.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: 02:48.236319+0000 mon.smithi073 (mon.0) 46 : audit [INF] 2023-11-15T06:02:49.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/trash_purge_schedule"}]: dispatch 2023-11-15T06:02:49.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: cluster 2023-11-15T06:02:49.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: 2023-11-15T06:02:49.103481+0000 mon.smithi073 (mon.0) 47 : cluster 2023-11-15T06:02:49.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:49 smithi073 conmon[84426]: [DBG] mgrmap e7: smithi073.hvxekf(active, since 1.00489s) 2023-11-15T06:02:49.714 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 5 is available 2023-11-15T06:02:49.714 INFO:teuthology.orchestra.run.smithi073.stderr:Setting orchestrator backend to cephadm... 2023-11-15T06:02:50.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:50 smithi073 conmon[84426]: audit 2023-11-15T06:02:49.102935+0000 mgr.smithi073.hvxekf (mgr.14116) 2023-11-15T06:02:50.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:50 smithi073 conmon[84426]: 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T06:02:50.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:50 smithi073 conmon[84426]: audit 2023-11-15T06:02:49.109699+0000 mgr.smithi073.hvxekf (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T06:02:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:51 smithi073 conmon[84426]: cluster 2023-11-15T06:02:50.219597+0000 mon.smithi073 (mon.0 2023-11-15T06:02:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:51 smithi073 conmon[84426]: ) 48 : cluster [DBG] mgrmap e8: smithi073.hvxekf(active, since 2s) 2023-11-15T06:02:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:51 smithi073 conmon[84426]: audit 2023-11-15T06:02:50.406521+0000 mgr.smithi073.hvxekf (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-15T06:02:51.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:51 smithi073 conmon[84426]: audit 2023-11-15T06:02:50.411524+0000 mon.smithi073 (mon.0) 49 : 2023-11-15T06:02:51.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:51 smithi073 conmon[84426]: audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:51.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:51 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:02:51.312 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:51 smithi073 conmon[84426]: 11-15T06:02:50.445038+0000 mon.smithi073 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:02:51.734 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: value unchanged 2023-11-15T06:02:52.330 INFO:teuthology.orchestra.run.smithi073.stderr:Generating ssh key... 2023-11-15T06:02:53.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:52 smithi073 conmon[84426]: audit 2023-11-15T06:02:51.732944+0000 mgr.smithi073.hvxekf (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:02:54.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:54 smithi073 conmon[84426]: audit 2023-11-15T06:02:53.039501+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:02:54.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:54 smithi073 conmon[84426]: 14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:02:54.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:54 smithi073 conmon[84426]: cephadm 2023-11-15T06:02:53.039717+0000 mgr.smithi073.hvxekf (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-15T06:02:54.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:54 smithi073 conmon[84426]: audit 2023-11-15T06:02:53.290929+0000 mon.smithi073 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:54.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:54 smithi073 conmon[84426]: audit 2023-11-15T06:02:53.292642+0000 mon.smithi073 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:54.575 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeSc8aORFigoHjYWi8AXrtuNeAEUKuKa9jQ/6ixEHK6tAbawwfOnoDZGugfobuP2zSDtJlgazdXHGRQCFMlHM2oKYl/f6ULHncG7y5rfQXoSgQUIxhJYSXyLAWfKRLK2lMFdk50zIWLZLJNX/tbH0PijnkYAgKpMhic3METQMkc3qGZSz8cOmJMTyG1mRqi4XwpkwI66L6NDklXgfjI/hdEJ0DtGHfrpjdzhHeiFV/jeBfE7EKByBOym28G0L8/8oJjPGnZIovZvFubd0F/ts4P8WtDmIzwobsdkqdF/d6bq6sV5t+U94lmwvYHq4wl3jx8pEtft2VRFVUpDs+mVhPnLnBYZFN0u7DJ8b8aeWt1IKFBvP5ZyXQQFB3W4CVZZaqdt+NzGe+ORj7zCnhDUCmJzU/hDyadeaPiakZrSArS0JU9CcgkvjPuUlSFCTth4XRSTMA0cC6HQJMYsZZcWsTk0QDaK97YtEeR7Nkee79mdH0x45FeEqs6d7qIVCfJ1c= ceph-700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:02:55.255 INFO:teuthology.orchestra.run.smithi073.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:02:55.256 INFO:teuthology.orchestra.run.smithi073.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T06:02:55.256 INFO:teuthology.orchestra.run.smithi073.stderr:Adding host smithi073... 2023-11-15T06:02:55.534 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:55 smithi073 conmon[84426]: audit 2023-11-15T06:02:54.573030+0000 2023-11-15T06:02:55.535 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:55 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:02:56.584 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Added host 'smithi073' with addr '172.21.15.73' 2023-11-15T06:02:57.254 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mon service with default placement... 2023-11-15T06:02:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:57 smithi073 conmon[84426]: audit 2023-11-15T06:02:55.950443+0000 mgr.smithi073.hvxekf (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi073", "addr": "172.21.15.73", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:02:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:57 smithi073 conmon[84426]: audit 2023-11-15T06:02:56.582337+0000 mon.smithi073 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:57 smithi073 conmon[84426]: cephadm 2023-11-15T06:02:56.582641+0000 mgr.smithi073.hvxekf (mgr.14116) 10 : cephadm [INF] Added host smithi073 2023-11-15T06:02:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:57 smithi073 conmon[84426]: audit 2023-11-15T06:02:56.630813+0000 mon.smithi073 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:02:57.993 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T06:02:58.736 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying mgr service with default placement... 2023-11-15T06:02:59.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:58 smithi073 conmon[84426]: audit 2023-11-15T06:02:57.986036+0000 mgr.smithi073.hvxekf (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:02:59.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:58 smithi073 conmon[84426]: cephadm 2023-11-15T06:02:57.987186+0000 mgr.smithi073.hvxekf (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T06:02:59.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:02:58 smithi073 conmon[84426]: audit 2023-11-15T06:02:57.991884+0000 mon.smithi073 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:02:59.633 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T06:03:00.212 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying crash service with default placement... 2023-11-15T06:03:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:00 smithi073 conmon[84426]: audit 2023-11-15T06:02:59.559454+0000 mon.smithi073 (mon.0) 2023-11-15T06:03:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:00 smithi073 conmon[84426]: 56 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:00 smithi073 conmon[84426]: audit 2023-11-15T06:02:59.629570+0000 mgr.smithi073.hvxekf (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:03:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:00 smithi073 conmon[84426]: cephadm 2023-11-15T06:02:59.630416+0000 mgr.smithi073.hvxekf (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T06:03:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:00 smithi073 conmon[84426]: audit 2023-11-15T06:02:59.632559+0000 mon.smithi073 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:00.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:00 smithi073 conmon[84426]: audit 2023-11-15T06:03:00.083210+0000 mon.smithi073 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:01.007 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T06:03:01.812 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying prometheus service with default placement... 2023-11-15T06:03:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:02 smithi073 conmon[84426]: audit 2023-11-15T06:03:01.002575+0000 mgr.smithi073.hvxekf (mgr.14116) 15 : audit 2023-11-15T06:03:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:02 smithi073 conmon[84426]: [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:03:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:02 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:01.003518+0000 mgr.smithi073.hvxekf (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T06:03:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:02 smithi073 conmon[84426]: audit 2023-11-15T06:03:01.005717+0000 mon.smithi073 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:02.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:02 smithi073 conmon[84426]: audit 2023-11-15T06:03: 2023-11-15T06:03:02.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:02 smithi073 conmon[84426]: 01.779581+0000 mon.smithi073 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:02.570 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T06:03:03.593 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying grafana service with default placement... 2023-11-15T06:03:03.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:03 smithi073 conmon[84426]: audit 2023-11-15T06:03:02.565507+0000 mgr.smithi073.hvxekf (mgr.14116) 17 2023-11-15T06:03:03.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:03 smithi073 conmon[84426]: : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:03:03.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:03 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:02.566339+0000 mgr.smithi073.hvxekf (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T06:03:03.816 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:03 smithi073 conmon[84426]: audit 2023-11-15T06:03:02.568675+0000 mon.smithi073 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:04.483 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T06:03:05.228 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying node-exporter service with default placement... 2023-11-15T06:03:05.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:05 smithi073 conmon[84426]: audit 2023-11-15T06:03:04.478589+0000 mgr.smithi073.hvxekf (mgr.14116 2023-11-15T06:03:05.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:05 smithi073 conmon[84426]: ) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:03:05.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:05 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:04.479421+0000 mgr.smithi073.hvxekf (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T06:03:05.501 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:05 smithi073 conmon[84426]: audit 2023-11-15T06:03:04.481782+0000 mon.smithi073 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:05.928 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T06:03:06.595 INFO:teuthology.orchestra.run.smithi073.stderr:Deploying alertmanager service with default placement... 2023-11-15T06:03:07.284 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T06:03:07.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:06 smithi073 conmon[84426]: audit 2023-11-15T06:03:05.922911+0000 mgr.smithi073.hvxekf (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-15T06:03:07.310 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:06 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:05.923767+0000 mgr.smithi073.hvxekf (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T06:03:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:06 smithi073 conmon[84426]: audit 2023-11-15T06:03:05.926743+0000 2023-11-15T06:03:07.311 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:06 smithi073 conmon[84426]: mon.smithi073 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:08.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:08 smithi073 conmon[84426]: audit 2023-11-15T06:03:07.279833+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:03:08.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:08 smithi073 conmon[84426]: mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:03:08.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:08 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:07.280691+0000 mgr.smithi073.hvxekf (mgr.14116) 24 : cephadm [INF] 2023-11-15T06:03:08.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:08 smithi073 conmon[84426]: Saving service alertmanager spec with placement count:1 2023-11-15T06:03:08.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:08 smithi073 conmon[84426]: audit 2023-11-15T06:03:07.283724+0000 2023-11-15T06:03:08.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:08 smithi073 conmon[84426]: mon.smithi073 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.73:0/4029398750' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:09 smithi073 conmon[84426]: cluster 2023-11-15T06:03:08.105211+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:03:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:09 smithi073 conmon[84426]: mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:09 smithi073 conmon[84426]: audit 2023-11-15T06:03:08.633861+0000 mon.smithi073 (mon.0) 65 : audit [INF] from='client.? 172.21.15.73:0/2460179884' entity='client.admin' 2023-11-15T06:03:10.619 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling the dashboard module... 2023-11-15T06:03:11.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:10 smithi073 conmon[84426]: audit 2023-11-15T06:03:09 2023-11-15T06:03:11.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:10 smithi073 conmon[84426]: .951500+0000 mon.smithi073 (mon.0) 66 : audit [INF] from='client.? 172.21.15.73:0/1166358877' entity='client.admin' 2023-11-15T06:03:11.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:10 smithi073 conmon[84426]: cluster 2023-11-15T06:03:11.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:10 smithi073 conmon[84426]: 2023-11-15T06:03:10.105485+0000 2023-11-15T06:03:11.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:10 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:12.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:11 smithi073 conmon[84426]: audit 2023-11-15T06:03:11.320290+0000 mon.smithi073 (mon.0) 67 : audit [INF] from='client.? 172.21.15.73:0/2332383149' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T06:03:13.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:12 smithi073 conmon[84426]: audit 2023-11-15T06:03:11.960414+0000 mon.smithi073 (mon.0) 68 : audit [INF] from='client.? 172.21.15.73:0/2332383149' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T06:03:13.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:12 smithi073 conmon[84426]: cluster 2023-11-15T06:03:11.960505+0000 mon.smithi073 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi073.hvxekf(active, since 23s) 2023-11-15T06:03:13.476 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T06:03:13.476 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T06:03:13.477 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:03:13.477 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "active_name": "smithi073.hvxekf", 2023-11-15T06:03:13.477 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T06:03:13.477 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T06:03:14.119 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for the mgr to restart... 2023-11-15T06:03:14.119 INFO:teuthology.orchestra.run.smithi073.stderr:Waiting for mgr epoch 9... 2023-11-15T06:03:14.322 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:13 smithi073 conmon[84426]: audit 2023-11-15T06:03:13.474885+0000 mon.smithi073 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.73:0/2726964003' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T06:03:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: cluster 2023-11-15T06:03:17.379250+0000 mon.smithi073 (mon.0) 71 : cluster 2023-11-15T06:03:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: [INF] Active manager daemon smithi073.hvxekf restarted 2023-11-15T06:03:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: cluster 2023-11-15T06:03:17.379471+0000 mon.smithi073 (mon.0) 72 : cluster [INF] Activating manager daemon smithi073.hvxekf 2023-11-15T06:03:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: cluster 2023-11-15T06:03:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: 2023-11-15T06:03:17.382349+0000 mon.smithi073 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T06:03:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: cluster 2023-11-15T06:03:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: 2023-11-15T06:03:17.382461+0000 mon.smithi073 (mon.0) 74 : cluster [DBG] 2023-11-15T06:03:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: mgrmap e10: smithi073.hvxekf(active, starting, since 0.00307403s) 2023-11-15T06:03:17.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:03:17.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: 15T06:03:17.383258+0000 mon.smithi073 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T06:03:17.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: audit 2023-11-15T06:03:17 2023-11-15T06:03:17.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: .383886+0000 mon.smithi073 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr metadata", "who": "smithi073.hvxekf", "id": "smithi073.hvxekf"}]: dispatch 2023-11-15T06:03:17.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: audit 2023-11-15T06:03:17.384638+0000 2023-11-15T06:03:17.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: mon.smithi073 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:03:17.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: audit 2023-11-15T06:03:17.384846+0000 mon.smithi073 (mon 2023-11-15T06:03:17.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: .0) 78 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:03:17.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: audit 2023-11-15T06:03:17.385036+0000 mon.smithi073 (mon 2023-11-15T06:03:17.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: .0) 79 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:03:17.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: cluster 2023-11-15T06:03:17.398845+0000 mon.smithi073 2023-11-15T06:03:17.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:17 smithi073 conmon[84426]: (mon.0) 80 : cluster [INF] Manager daemon smithi073.hvxekf is now available 2023-11-15T06:03:18.391 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: { 2023-11-15T06:03:18.392 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T06:03:18.392 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T06:03:18.392 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: } 2023-11-15T06:03:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:18 smithi073 conmon[84426]: audit 2023-11-15T06:03:17.494988+0000 mon.smithi073 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:03:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:18 smithi073 conmon[84426]: audit 2023-11-15T06:03:17.496258+0000 mon.smithi073 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:03:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:18 smithi073 conmon[84426]: audit 2023-11-15T06:03:17.519394+0000 mon.smithi073 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:03:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:18 smithi073 conmon[84426]: audit 2023-11-15T06:03:17.522509+0000 mon.smithi073 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/trash_purge_schedule"}]: dispatch 2023-11-15T06:03:18.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:18 smithi073 conmon[84426]: cluster 2023-11-15T06:03:18.384019+0000 mon.smithi073 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi073.hvxekf(active, since 1.00463s) 2023-11-15T06:03:19.143 INFO:teuthology.orchestra.run.smithi073.stderr:mgr epoch 9 is available 2023-11-15T06:03:19.143 INFO:teuthology.orchestra.run.smithi073.stderr:Generating a dashboard self-signed certificate... 2023-11-15T06:03:19.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:19 smithi073 conmon[84426]: audit 2023-11-15T06:03:18.383785+0000 mgr.smithi073.hvxekf (mgr.14156) 2023-11-15T06:03:19.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:19 smithi073 conmon[84426]: 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T06:03:19.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:19 smithi073 conmon[84426]: audit 2023-11-15T06:03:18.390580+0000 mgr.smithi073.hvxekf (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T06:03:19.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:19 smithi073 conmon[84426]: audit 2023-11-15T06:03:19.144234+0000 mon.smithi073 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:19.928 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T06:03:20.817 INFO:teuthology.orchestra.run.smithi073.stderr:Creating initial admin user... 2023-11-15T06:03:21.112 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:20 smithi073 conmon[84426]: audit 2023-11-15T06:03:19.811946+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:03:21.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:20 smithi073 conmon[84426]: .14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:03:21.401 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:20 smithi073 conmon[84426]: audit 2023-11-15T06:03:19.922605+0000 mon.smithi073 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:21.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:20 smithi073 conmon[84426]: audit 2023-11-15T06:03:19.927347+0000 mon.smithi073 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:21.402 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:20 smithi073 conmon[84426]: cluster 2023-11-15T06:03:20.151756+0000 mon.smithi073 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi073.hvxekf(active, since 2s) 2023-11-15T06:03:21.729 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$7osuQPoIcfOjoUr/Snhm.e4ShkdNXACLvTRyTLgoXZtMFiq8ZlQbC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700028201, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T06:03:22.267 INFO:teuthology.orchestra.run.smithi073.stderr:Fetching dashboard port number... 2023-11-15T06:03:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:22 smithi073 conmon[84426]: audit 2023-11-15T06:03:21.510989+0000 mgr.smithi073.hvxekf (mgr.14156) 4 : audit [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-15T06:03:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:22 smithi073 conmon[84426]: audit 2023-11-15T06:03:21.728331+0000 mon.smithi073 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:22.976 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: 8443 2023-11-15T06:03:23.568 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: disabled 2023-11-15T06:03:23.575 INFO:teuthology.orchestra.run.smithi073.stderr:systemctl: inactive 2023-11-15T06:03:23.576 INFO:teuthology.orchestra.run.smithi073.stderr:firewalld.service is not enabled 2023-11-15T06:03:23.576 INFO:teuthology.orchestra.run.smithi073.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T06:03:23.578 INFO:teuthology.orchestra.run.smithi073.stderr:Ceph Dashboard is now available at: 2023-11-15T06:03:23.578 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:23.578 INFO:teuthology.orchestra.run.smithi073.stderr: URL: https://smithi073.front.sepia.ceph.com:8443/ 2023-11-15T06:03:23.578 INFO:teuthology.orchestra.run.smithi073.stderr: User: admin 2023-11-15T06:03:23.579 INFO:teuthology.orchestra.run.smithi073.stderr: Password: knwcl44izo 2023-11-15T06:03:23.579 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:23.579 INFO:teuthology.orchestra.run.smithi073.stderr:Enabling autotune for osd_memory_target 2023-11-15T06:03:23.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:23 smithi073 conmon[84426]: audit 2023-11-15T06:03:22.975106+0000 mon.smithi073 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.73:0/44329796' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T06:03:24.990 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:24 smithi073 conmon[84426]: cluster 2023-11-15T06:03:23.730816+0000 2023-11-15T06:03:24.990 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:24 smithi073 conmon[84426]: mon.smithi073 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi073.hvxekf(active, since 6s) 2023-11-15T06:03:25.513 INFO:teuthology.orchestra.run.smithi073.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T06:03:26.076 INFO:teuthology.orchestra.run.smithi073.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T06:03:26.076 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.077 INFO:teuthology.orchestra.run.smithi073.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:03:26.077 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.077 INFO:teuthology.orchestra.run.smithi073.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T06:03:26.077 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.078 INFO:teuthology.orchestra.run.smithi073.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T06:03:26.078 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.078 INFO:teuthology.orchestra.run.smithi073.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T06:03:26.078 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.079 INFO:teuthology.orchestra.run.smithi073.stderr: ceph telemetry on 2023-11-15T06:03:26.079 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.079 INFO:teuthology.orchestra.run.smithi073.stderr:For more information see: 2023-11-15T06:03:26.079 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.079 INFO:teuthology.orchestra.run.smithi073.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T06:03:26.080 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:03:26.080 INFO:teuthology.orchestra.run.smithi073.stderr:Bootstrap complete. 2023-11-15T06:03:26.113 INFO:tasks.cephadm:Fetching config... 2023-11-15T06:03:26.114 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:03:26.114 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T06:03:26.130 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T06:03:26.130 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:03:26.131 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T06:03:26.184 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T06:03:26.185 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:03:26.185 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/keyring of=/dev/stdout 2023-11-15T06:03:26.251 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T06:03:26.251 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:03:26.251 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T06:03:26.305 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T06:03:26.306 DEBUG:teuthology.orchestra.run.smithi073:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeSc8aORFigoHjYWi8AXrtuNeAEUKuKa9jQ/6ixEHK6tAbawwfOnoDZGugfobuP2zSDtJlgazdXHGRQCFMlHM2oKYl/f6ULHncG7y5rfQXoSgQUIxhJYSXyLAWfKRLK2lMFdk50zIWLZLJNX/tbH0PijnkYAgKpMhic3METQMkc3qGZSz8cOmJMTyG1mRqi4XwpkwI66L6NDklXgfjI/hdEJ0DtGHfrpjdzhHeiFV/jeBfE7EKByBOym28G0L8/8oJjPGnZIovZvFubd0F/ts4P8WtDmIzwobsdkqdF/d6bq6sV5t+U94lmwvYHq4wl3jx8pEtft2VRFVUpDs+mVhPnLnBYZFN0u7DJ8b8aeWt1IKFBvP5ZyXQQFB3W4CVZZaqdt+NzGe+ORj7zCnhDUCmJzU/hDyadeaPiakZrSArS0JU9CcgkvjPuUlSFCTth4XRSTMA0cC6HQJMYsZZcWsTk0QDaK97YtEeR7Nkee79mdH0x45FeEqs6d7qIVCfJ1c= ceph-700540c8-837c-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T06:03:26.382 INFO:teuthology.orchestra.run.smithi073.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeSc8aORFigoHjYWi8AXrtuNeAEUKuKa9jQ/6ixEHK6tAbawwfOnoDZGugfobuP2zSDtJlgazdXHGRQCFMlHM2oKYl/f6ULHncG7y5rfQXoSgQUIxhJYSXyLAWfKRLK2lMFdk50zIWLZLJNX/tbH0PijnkYAgKpMhic3METQMkc3qGZSz8cOmJMTyG1mRqi4XwpkwI66L6NDklXgfjI/hdEJ0DtGHfrpjdzhHeiFV/jeBfE7EKByBOym28G0L8/8oJjPGnZIovZvFubd0F/ts4P8WtDmIzwobsdkqdF/d6bq6sV5t+U94lmwvYHq4wl3jx8pEtft2VRFVUpDs+mVhPnLnBYZFN0u7DJ8b8aeWt1IKFBvP5ZyXQQFB3W4CVZZaqdt+NzGe+ORj7zCnhDUCmJzU/hDyadeaPiakZrSArS0JU9CcgkvjPuUlSFCTth4XRSTMA0cC6HQJMYsZZcWsTk0QDaK97YtEeR7Nkee79mdH0x45FeEqs6d7qIVCfJ1c= ceph-700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:03:26.395 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeSc8aORFigoHjYWi8AXrtuNeAEUKuKa9jQ/6ixEHK6tAbawwfOnoDZGugfobuP2zSDtJlgazdXHGRQCFMlHM2oKYl/f6ULHncG7y5rfQXoSgQUIxhJYSXyLAWfKRLK2lMFdk50zIWLZLJNX/tbH0PijnkYAgKpMhic3METQMkc3qGZSz8cOmJMTyG1mRqi4XwpkwI66L6NDklXgfjI/hdEJ0DtGHfrpjdzhHeiFV/jeBfE7EKByBOym28G0L8/8oJjPGnZIovZvFubd0F/ts4P8WtDmIzwobsdkqdF/d6bq6sV5t+U94lmwvYHq4wl3jx8pEtft2VRFVUpDs+mVhPnLnBYZFN0u7DJ8b8aeWt1IKFBvP5ZyXQQFB3W4CVZZaqdt+NzGe+ORj7zCnhDUCmJzU/hDyadeaPiakZrSArS0JU9CcgkvjPuUlSFCTth4XRSTMA0cC6HQJMYsZZcWsTk0QDaK97YtEeR7Nkee79mdH0x45FeEqs6d7qIVCfJ1c= ceph-700540c8-837c-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T06:03:26.437 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCeSc8aORFigoHjYWi8AXrtuNeAEUKuKa9jQ/6ixEHK6tAbawwfOnoDZGugfobuP2zSDtJlgazdXHGRQCFMlHM2oKYl/f6ULHncG7y5rfQXoSgQUIxhJYSXyLAWfKRLK2lMFdk50zIWLZLJNX/tbH0PijnkYAgKpMhic3METQMkc3qGZSz8cOmJMTyG1mRqi4XwpkwI66L6NDklXgfjI/hdEJ0DtGHfrpjdzhHeiFV/jeBfE7EKByBOym28G0L8/8oJjPGnZIovZvFubd0F/ts4P8WtDmIzwobsdkqdF/d6bq6sV5t+U94lmwvYHq4wl3jx8pEtft2VRFVUpDs+mVhPnLnBYZFN0u7DJ8b8aeWt1IKFBvP5ZyXQQFB3W4CVZZaqdt+NzGe+ORj7zCnhDUCmJzU/hDyadeaPiakZrSArS0JU9CcgkvjPuUlSFCTth4XRSTMA0cC6HQJMYsZZcWsTk0QDaK97YtEeR7Nkee79mdH0x45FeEqs6d7qIVCfJ1c= ceph-700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:03:26.450 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T06:03:26.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:26 smithi073 conmon[84426]: audit 2023-11-15T06:03:25.509780+0000 mon.smithi073 (mon.0) 93 : audit [INF] from='client.? 172.21.15.73:0/4160106821' entity='client.admin' 2023-11-15T06:03:29.355 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T06:03:29.355 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T06:03:29.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:29 smithi073 conmon[84426]: audit 2023-11-15T06:03:28.441875+0000 mon.smithi073 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:29.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:29 smithi073 conmon[84426]: audit 2023-11-15T06:03:28.742194+0000 mon.smithi073 (mon.0) 95 : audit [INF] from='client.? 172.21.15.73:0/1009664655' entity='client.admin' 2023-11-15T06:03:29.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:29 smithi073 conmon[84426]: audit 2023-11-15T06:03:28.906375+0000 mon.smithi073 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:03:29.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:29 smithi073 conmon[84426]: audit 2023-11-15T06:03:28.909897+0000 mon.smithi073 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:29.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:29 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:28.918951+0000 mgr.smithi073.hvxekf (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi073 on smithi073 2023-11-15T06:03:33.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:32 smithi073 conmon[84426]: audit 2023-11-15T06:03:31.786329+0000 mgr.smithi073.hvxekf (mgr.14156) 6 : 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-15T06:03:33.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:32 smithi073 conmon[84426]: audit 2023-11-15T06:03:31.788932+0000 mon.smithi073 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:33.926 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi162 2023-11-15T06:03:33.927 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:03:33.927 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.conf 2023-11-15T06:03:33.945 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:03:33.946 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:03:34.002 INFO:tasks.cephadm:Adding host smithi162 to orchestrator... 2023-11-15T06:03:34.002 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi162 2023-11-15T06:03:38.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:38 smithi073 conmon[84426]: cluster 2023-11-15T06:03:37.385754+0000 mgr.smithi073.hvxekf (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:38.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:38 smithi073 conmon[84426]: audit 2023-11-15T06:03:37.391269+0000 mon.smithi073 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:38.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:38 smithi073 conmon[84426]: audit 2023-11-15T06:03:37.392780+0000 mon.smithi073 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:03:38.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:38 smithi073 conmon[84426]: audit 2023-11-15T06:03:37.394379+0000 mon.smithi073 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T06:03:38.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:38 smithi073 conmon[84426]: audit 2023-11-15T06:03:37.394939+0000 mon.smithi073 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:03:38.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:38 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:37.395417+0000 mgr.smithi073.hvxekf (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi073 on smithi073 2023-11-15T06:03:38.800 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:38 smithi073 conmon[84426]: audit 2023-11-15T06:03:37.519031+0000 mon.smithi073 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: cluster 2023-11-15T06:03:39.386166+0000 mgr.smithi073.hvxekf (mgr.14156) 9 : cluster 2023-11-15T06:03:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:41.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: audit 2023-11-15T06:03:39.687645+0000 mon.smithi073 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:41.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: audit 2023-11-15T06:03:39.753447+0000 mon.smithi073 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:41.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: audit 2023-11-15T06:03:39.758785+0000 mon.smithi073 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:41.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: audit 2023-11-15T06:03:39.760663+0000 mon.smithi073 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T06:03:41.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: audit 2023-11-15T06:03:39.760996+0000 mgr.smithi073.hvxekf (mgr.14156) 10 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T06:03:41.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: audit 2023-11-15T06:03:39.763333+0000 mon.smithi073 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:41.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:40 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:39.771855+0000 mgr.smithi073.hvxekf (mgr.14156) 11 : cephadm [INF] Deploying daemon grafana.smithi073 on smithi073 2023-11-15T06:03:43.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:42 smithi073 conmon[84426]: cluster 2023-11-15T06:03:41.386572+0000 mgr.smithi073.hvxekf (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:43.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:42 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:03:43.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:42 smithi073 conmon[84426]: 03:42.522638+0000 mon.smithi073 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:44 smithi073 conmon[84426]: cluster 2023-11-15T06:03:43.386778+0000 mgr.smithi073.hvxekf (mgr.14156) 13 : 2023-11-15T06:03:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:44 smithi073 conmon[84426]: cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:46.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:46 smithi073 conmon[84426]: cluster 2023-11-15T06:03:45.387039+0000 mgr.smithi073.hvxekf 2023-11-15T06:03:46.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:46 smithi073 conmon[84426]: (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:48.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:48 smithi073 conmon[84426]: cluster 2023-11-15T06:03:47.387278+0000 mgr.smithi073.hvxekf (mgr.14156) 2023-11-15T06:03:48.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:48 smithi073 conmon[84426]: 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:50.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:50 smithi073 conmon[84426]: cluster 2023-11-15T06:03:49.387554+0000 mgr.smithi073.hvxekf (mgr.14156) 16 : cluster 2023-11-15T06:03:50.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:50 smithi073 conmon[84426]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:52.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:52 smithi073 conmon[84426]: cluster 2023-11-15T06:03:51.387808+0000 mgr.smithi073.hvxekf (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:54 smithi073 conmon[84426]: cluster 2023-11-15T06:03:53.388245+0000 mgr.smithi073.hvxekf (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:54.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:54 smithi073 conmon[84426]: 2023-11-15T06:03:56.551 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:56 smithi073 conmon[84426]: cluster 2023-11-15T06:03:55.388636+0000 mgr.smithi073.hvxekf (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:58.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:58 smithi073 conmon[84426]: cluster 2023-11-15T06:03:57.388875+0000 mgr.smithi073.hvxekf 2023-11-15T06:03:58.691 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:58 smithi073 conmon[84426]: (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:03:58.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:58 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:03:58.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:58 smithi073 conmon[84426]: 03:58.363733+0000 mon.smithi073 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:03:59.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:59 smithi073 conmon[84426]: cephadm 2023-11-15T06:03:58.365837+0000 2023-11-15T06:03:59.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:03:59 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14156) 21 : cephadm [INF] Deploying daemon node-exporter.smithi073 on smithi073 2023-11-15T06:04:00.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:00 smithi073 conmon[84426]: cluster 2023-11-15T06:03:59.389192+0000 mgr.smithi073.hvxekf (mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:00.555 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:00 smithi073 conmon[84426]: 2023-11-15T06:04:02.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: cluster 2023-11-15T06:04:01.389453+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:04:02.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: 14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:02.841 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: audit 2023-11-15T06:04:01.687054+0000 mon.smithi073 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:02.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: audit 2023-11-15T06:04:01.689165+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:02.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: 112 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T06:04:02.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: audit 2023-11-15T06:04 2023-11-15T06:04:02.842 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: :02.526856+0000 mon.smithi073 (mon.0) 113 : 2023-11-15T06:04:02.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:02 smithi073 conmon[84426]: audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:03.876 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:03 smithi073 conmon[84426]: audit 2023-11-15T06:04:02.688362+0000 mon.smithi073 (mon. 2023-11-15T06:04:03.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:03 smithi073 conmon[84426]: 0) 114 : audit [INF] from='mgr.14156 172.21.15.73:0/1834484755' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T06:04:03.877 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:03 smithi073 conmon[84426]: cluster 2023-11-15T06:04:02.688416+0000 mon.smithi073 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi073.hvxekf(active, since 45s) 2023-11-15T06:04:08.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: cluster 2023-11-15T06:04:08.113538+0000 mon.smithi073 (mon 2023-11-15T06:04:08.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: .0) 116 : cluster [INF] Active manager daemon smithi073.hvxekf restarted 2023-11-15T06:04:08.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: cluster 2023-11-15T06:04:08.113764+0000 mon.smithi073 (mon.0) 117 : cluster [INF] Activating manager daemon smithi073.hvxekf 2023-11-15T06:04:08.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: cluster 2023-11- 2023-11-15T06:04:08.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 15T06:04:08.121515+0000 2023-11-15T06:04:08.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: mon.smithi073 (mon.0) 118 : cluster [DBG] 2023-11-15T06:04:08.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: osdmap e4: 0 total, 0 up, 0 in 2023-11-15T06:04:08.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:08.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: -11-15T06:04: 2023-11-15T06:04:08.267 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 08.121602+0000 mon.smithi073 (mon.0 2023-11-15T06:04:08.267 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: ) 119 : cluster [DBG] mgrmap e15: smithi073.hvxekf(active, starting, since 0.00792789s) 2023-11-15T06:04:08.267 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:04:08.267 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 11-15T06:04:08.122434 2023-11-15T06:04:08.267 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 120 2023-11-15T06:04:08.268 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T06:04:08.268 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:04:08.268 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 11-15T06:04:08.123015 2023-11-15T06:04:08.268 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 121 2023-11-15T06:04:08.268 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr metadata", "who": "smithi073.hvxekf", "id": "smithi073.hvxekf"}]: dispatch 2023-11-15T06:04:08.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:08.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: -11-15T06:04:08 2023-11-15T06:04:08.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: .123624+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:08.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 122 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:04:08.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:04:08.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 11-15T06:04:08. 2023-11-15T06:04:08.270 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 123829+0000 mon.smithi073 (mon.0) 123 2023-11-15T06:04:08.270 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:04:08.270 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:08.270 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: -11-15T06:04:08. 2023-11-15T06:04:08.271 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 124021+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:08.271 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: 124 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:04:08.271 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:08.272 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: -11-15T06:04:08.137801+0000 mon.smithi073 2023-11-15T06:04:08.272 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:08 smithi073 conmon[84426]: (mon.0) 125 : cluster [INF] Manager daemon smithi073.hvxekf is now available 2023-11-15T06:04:09.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: audit 2023-11-15T06:04:08.235506+0000 mon.smithi073 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:04:09.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: audit 2023-11-15T06:04:08.236833+0000 mon.smithi073 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:04:09.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: audit 2023-11-15T06:04:08.251165+0000 mon.smithi073 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:09.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: audit 2023-11-15T06:04:08.267894+0000 mon.smithi073 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:04:09.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: audit 2023-11-15T06:04:08.272422+0000 mon.smithi073 (mon.0) 130 : 2023-11-15T06:04:09.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi073.hvxekf/trash_purge_schedule"}]: dispatch 2023-11-15T06:04:09.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:09.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:09 smithi073 conmon[84426]: -11-15T06:04:09.120565+0000 mon.smithi073 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi073.hvxekf(active, since 1.00689s) 2023-11-15T06:04:11.299 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:11 smithi073 conmon[84426]: cluster 2023-11-15T06:04:10.171087+0000 mon.smithi073 2023-11-15T06:04:11.299 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:11 smithi073 conmon[84426]: (mon.0) 132 : cluster [DBG] mgrmap e17: smithi073.hvxekf(active, since 2s) 2023-11-15T06:04:12.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: audit 2023-11-15T06:04:11.335506+0000 mon.smithi073 2023-11-15T06:04:12.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:12.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: audit 2023-11-15T06:04:11.656718 2023-11-15T06:04:12.682 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:04:12.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: audit 2023-11-15T06:04:11.657488 2023-11-15T06:04:12.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:12.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:04:12.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: 15T06:04:11.658078+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:12.683 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: 136 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:04:12.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:11.659110+0000 2023-11-15T06:04:12.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-11-15T06:04:12.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: cephadm 2023 2023-11-15T06:04:12.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: -11-15T06:04:11.685468+0000 2023-11-15T06:04:12.684 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 2 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:04:12.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: audit 2023-11-15T06:04:12.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: 2023-11-15T06:04:11.724481+0000 2023-11-15T06:04:12.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: mon.smithi073 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:12.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: audit 2023-11-15T06:04:12.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: 2023-11-15T06:04:11.726805 2023-11-15T06:04:12.685 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 138 : audit [INF] 2023-11-15T06:04:12.686 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:12 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:11.738276+0000 mgr.smithi073.hvxekf 2023-11-15T06:04:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:13 smithi073 conmon[84426]: (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi073 on smithi073 2023-11-15T06:04:14.428 INFO:teuthology.orchestra.run.smithi162.stdout:Added host 'smithi162' with addr '172.21.15.162' 2023-11-15T06:04:14.926 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T06:04:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:15 smithi073 conmon[84426]: audit 2023-11-15T06:04:13.795766+0000 mgr.smithi073.hvxekf (mgr.14180) 4 : audit [DBG] 2023-11-15T06:04:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:15 smithi073 conmon[84426]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi162", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:04:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:15 smithi073 conmon[84426]: audit 2023-11-15T06:04:14.425415+0000 mon.smithi073 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:15 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:14.425705+0000 mgr.smithi073.hvxekf (mgr.14180) 5 : cephadm [INF] Added host smithi162 2023-11-15T06:04:16.787 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:04:16.788 INFO:teuthology.orchestra.run.smithi162.stdout:[{"addr": "172.21.15.73", "hostname": "smithi073", "labels": [], "status": ""}, {"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}] 2023-11-15T06:04:17.281 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T06:04:17.282 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T06:04:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:17 smithi073 conmon[84426]: audit 2023-11-15T06:04:16.785537+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:04:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:17 smithi073 conmon[84426]: 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:04:22.586 INFO:teuthology.orchestra.run.smithi073.stderr:adjusted tunables profile to default 2023-11-15T06:04:22.790 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:22 smithi073 conmon[84426]: audit 2023-11-15T06:04:22.529650+0000 mon.smithi073 (mon.0) 140 : audit [INF] from='client.? 172.21.15.73:0/809362014' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T06:04:23.550 INFO:tasks.cephadm:Adding mon.smithi073 on smithi073 2023-11-15T06:04:23.550 INFO:tasks.cephadm:Adding mon.smithi162 on smithi162 2023-11-15T06:04:23.551 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162' 2023-11-15T06:04:23.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:23 smithi073 conmon[84426]: audit 2023-11-15T06:04:22.582016+0000 mon.smithi073 (mon.0) 141 : audit [INF] from='client.? 172.21.15.73:0/809362014' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T06:04:23.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:23 smithi073 conmon[84426]: cluster 2023-11-15T06 2023-11-15T06:04:23.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:23 smithi073 conmon[84426]: :04:22.582088+0000 mon.smithi073 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T06:04:25.372 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled mon update... 2023-11-15T06:04:25.887 DEBUG:teuthology.orchestra.run.smithi162:mon.smithi162> sudo journalctl -f -n 0 -u ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi162.service 2023-11-15T06:04:25.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:04:25.890 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:04:25.918 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:-- Logs begin at Wed 2023-11-15 05:51:25 UTC. -- 2023-11-15T06:04:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:25 smithi073 conmon[84426]: audit 2023-11-15T06:04:24.727839+0000 mon.smithi073 (mon. 2023-11-15T06:04:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:25 smithi073 conmon[84426]: 0) 143 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:25 smithi073 conmon[84426]: audit 2023-11-15T06:04:24.729024+0000 mon.smithi073 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:04:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:25 smithi073 conmon[84426]: audit 2023-11-15T06:04:25.208798+0000 mon.smithi073 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:25 smithi073 conmon[84426]: audit 2023-11-15T06:04:25.371624+0000 mon.smithi073 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:26 smithi073 conmon[84426]: audit 2023-11-15T06:04:25.367069+0000 mgr.smithi073.hvxekf (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:04:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:26 smithi073 conmon[84426]: cephadm 2023-11-15 2023-11-15T06:04:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:26 smithi073 conmon[84426]: T06:04:25.369154+0000 mgr.smithi073.hvxekf (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162;count:2 2023-11-15T06:04:27.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:26 smithi073 conmon[84426]: audit 2023-11-15T06:04:25.964531+0000 mon.smithi073 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:28.272 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:04:28.273 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"700540c8-837c-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:02:22.333959Z","created":"2023-11-15T06:02:22.333959Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:04:28.274 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2023-11-15T06:04:29.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:28 smithi073 conmon[84426]: audit 2023-11-15T06:04:27.840709+0000 mon.smithi073 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:29.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:28 smithi073 conmon[84426]: cluster 2023-11-15T06 2023-11-15T06:04:29.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:28 smithi073 conmon[84426]: :04:28.125026+0000 mgr.smithi073.hvxekf (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:29.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:28 smithi073 conmon[84426]: audit 2023-11-15T06:04:28.264701+0000 mon.smithi073 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:29.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:28 smithi073 conmon[84426]: audit 2023-11-15T06:04:28.270895+0000 mon.smithi073 (mon.0) 150 : 2023-11-15T06:04:29.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:28 smithi073 conmon[84426]: audit [DBG] from='client.? 172.21.15.162:0/2638504967' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:04:29.981 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:04:29.982 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:04:31.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06:04:30.000740+0000 mon.smithi073 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:31.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: cluster 2023-11-15T06:04:30.125293+0000 mgr.smithi073.hvxekf (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:31.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06:04:30.438617+0000 mon.smithi073 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:31.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06:04:30.439531+0000 mon.smithi073 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:04:31.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06:04:30.440556+0000 mon.smithi073 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:31.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06:04:30.441350+0000 mon.smithi073 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:04:31.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:30.442540+0000 mgr.smithi073.hvxekf (mgr.14180) 11 2023-11-15T06:04:31.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2023-11-15T06:04:31.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:30.458339+0000 mgr.smithi073.hvxekf (mgr.14180) 12 : cephadm 2023-11-15T06:04:31.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: [INF] Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:04:31.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06:04:31.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: 2023-11-15T06:04:30.486566 2023-11-15T06:04:31.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:31.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: 2023-11-15T06:04:31.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:04:31.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: 04:30.489216+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:31.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: 157 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:31.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:04:31.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: 11-15T06:04:30.490881 2023-11-15T06:04:31.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 158 : audit [INF] 2023-11-15T06:04:31.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:04:31.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:04:31.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: :04:30.492906+0000 mon.smithi073 (mon.0 2023-11-15T06:04:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: ) 159 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T06:04:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: -11-15T06:04:30 2023-11-15T06:04:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: .493637+0000 mon.smithi073 (mon.0) 160 : audit 2023-11-15T06:04:31.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:31.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:30. 2023-11-15T06:04:31.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: 494280+0000 mgr.smithi073.hvxekf (mgr.14180) 13 : cephadm [INF] 2023-11-15T06:04:31.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:31 smithi073 conmon[84426]: Deploying daemon crash.smithi162 on smithi162 2023-11-15T06:04:32.641 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:04:32.641 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"700540c8-837c-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:02:22.333959Z","created":"2023-11-15T06:02:22.333959Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:04:32.642 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2023-11-15T06:04:33.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:33 smithi073 conmon[84426]: cluster 2023-11-15T06:04:32.125612+0000 mgr.smithi073.hvxekf (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:33.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:33 smithi073 conmon[84426]: audit 2023-11-15T06:04:32 2023-11-15T06:04:33.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:33 smithi073 conmon[84426]: .639358+0000 mon.smithi073 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.162:0/1232121664' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:04:34.278 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:04:34.278 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:04:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: audit 2023-11-15T06:04:33.744790+0000 mon.smithi073 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: audit 2023-11-15T06:04:33.747507+0000 mon.smithi073 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.jyucap", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:04:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: audit 2023-11-15T06:04:33.752081+0000 mon.smithi073 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.jyucap", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T06:04:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: audit 2023-11-15T06:04:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: 2023-11-15T06:04:33.752937+0000 mon.smithi073 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:04:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: 2023-11-15T06:04:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: audit 2023-11 2023-11-15T06:04:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: -15T06:04:33.753871 2023-11-15T06:04:35.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 166 : 2023-11-15T06:04:35.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:35.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: cephadm 2023-11 2023-11-15T06:04:35.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: -15T06:04:33.754619+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:04:35.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: .14180) 15 : cephadm [INF] Deploying daemon mgr.smithi162.jyucap on smithi162 2023-11-15T06:04:35.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: 2023-11-15T06:04:35.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: cluster 2023- 2023-11-15T06:04:35.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: 11-15T06:04:34.125891 2023-11-15T06:04:35.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 16 : 2023-11-15T06:04:35.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:34 smithi073 conmon[84426]: cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:37.094 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:04:37.094 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"700540c8-837c-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:02:22.333959Z","created":"2023-11-15T06:02:22.333959Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:04:37.096 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2023-11-15T06:04:37.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: cluster 2023-11-15T06:04:36.126212+0000 mgr.smithi073.hvxekf (mgr.14180) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:37.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: audit 2023-11-15T06:04:36.574196+0000 mon.smithi073 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:37.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: audit 2023-11-15T06:04:36.576618+0000 mon.smithi073 (mon.0) 168 : audit 2023-11-15T06:04:37.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:04:37.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:04:37.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: 15T06:04:36.577436+0000 2023-11-15T06:04:37.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: mon.smithi073 (mon.0) 169 : audit [DBG] 2023-11-15T06:04:37.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:37.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: cephadm 2023- 2023-11-15T06:04:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: 11-15T06:04:36.578146+0000 2023-11-15T06:04:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 18 : 2023-11-15T06:04:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: cephadm [INF] Deploying daemon mon.smithi162 on smithi162 2023-11-15T06:04:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:04:37.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: 11-15T06:04:37.092991 2023-11-15T06:04:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 170 : 2023-11-15T06:04:37.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:37 smithi073 conmon[84426]: audit [DBG] from='client.? 172.21.15.162:0/414482167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:04:39.230 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:04:39.230 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:04:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:39 smithi073 conmon[84426]: cluster 2023-11-15T06:04:38.126525+0000 mgr.smithi073.hvxekf (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:39 smithi073 conmon[84426]: audit 2023-11-15T06:04:38.268966+0000 mon.smithi073 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:39.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:39 smithi162 systemd[1]: Starting Ceph mon.smithi162 for 700540c8-837c-11ee-8dbe-212e2dc638e7... 2023-11-15T06:04:41.066 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.805+0000 7f9c99268880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:04:41.066 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.805+0000 7f9c99268880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 7 2023-11-15T06:04:41.067 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.805+0000 7f9c99268880 0 pidfile_write: ignore empty --pid-file 2023-11-15T06:04:41.067 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.809+0000 7f9c99268880 0 load: jerasure load: lrc load: isa 2023-11-15T06:04:41.067 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:04:41.067 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.067 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:04:41.068 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T06:04:41.068 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: DB SUMMARY 2023-11-15T06:04:41.068 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.068 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T06:04:41.069 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.069 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T06:04:41.069 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.069 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-15T06:04:41.070 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.070 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi162/store.db dir, Total Num: 0, files: 2023-11-15T06:04:41.070 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.070 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi162/store.db: 000003.log size: 511 ; 2023-11-15T06:04:41.070 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.070 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:04:41.071 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T06:04:41.071 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:04:41.071 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.env: 0x55de132fc080 2023-11-15T06:04:41.071 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:04:41.071 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.info_log: 0x55de13b8fd20 2023-11-15T06:04:41.072 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:04:41.072 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:04:41.072 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:04:41.072 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:04:41.072 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:04:41.072 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:04:41.073 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:04:41.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:04:41.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:04:41.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:04:41.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:04:41.074 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:04:41.075 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:04:41.075 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:04:41.075 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.db_log_dir: 2023-11-15T06:04:41.075 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi162/store.db 2023-11-15T06:04:41.075 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:04:41.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:04:41.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:04:41.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:04:41.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:04:41.076 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:04:41.077 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:04:41.077 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:04:41.077 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:04:41.077 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:04:41.077 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.write_buffer_manager: 0x55de147e6480 2023-11-15T06:04:41.077 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:04:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:04:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:04:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:04:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:04:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:04:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:04:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:04:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:04:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:04:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:04:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:04:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:04:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:04:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.row_cache: None 2023-11-15T06:04:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.wal_filter: None 2023-11-15T06:04:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:04:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:04:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:04:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:04:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:04:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:04:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:04:41.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:04:41.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:04:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:04:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:04:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:04:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:04:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:04:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:04:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:04:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:04:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:04:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:04:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:04:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:04:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:04:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:04:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:04:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:04:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:04:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Compression algorithms supported: 2023-11-15T06:04:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:04:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kZSTD supported: 0 2023-11-15T06:04:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:04:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:04:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:04:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:04:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:04:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:04:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:04:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi162/store.db/MANIFEST-000001 2023-11-15T06:04:41.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:04:41.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:04:41.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.merge_operator: 2023-11-15T06:04:41.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:04:41.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:04:41.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:04:41.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:04:41.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55de13b39d28) 2023-11-15T06:04:41.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: cache_index_and_filter_blocks: 1 2023-11-15T06:04:41.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:04:41.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:04:41.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: pin_top_level_index_and_filter: 1 2023-11-15T06:04:41.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: index_type: 0 2023-11-15T06:04:41.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: data_block_index_type: 0 2023-11-15T06:04:41.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: index_shortening: 1 2023-11-15T06:04:41.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:04:41.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: hash_index_allow_collision: 1 2023-11-15T06:04:41.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: checksum: 1 2023-11-15T06:04:41.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: no_block_cache: 0 2023-11-15T06:04:41.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_cache: 0x55de13b72f10 2023-11-15T06:04:41.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_cache_name: BinnedLRUCache 2023-11-15T06:04:41.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_cache_options: 2023-11-15T06:04:41.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: capacity : 536870912 2023-11-15T06:04:41.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: num_shard_bits : 4 2023-11-15T06:04:41.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: strict_capacity_limit : 0 2023-11-15T06:04:41.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: high_pri_pool_ratio: 0.000 2023-11-15T06:04:41.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_cache_compressed: (nil) 2023-11-15T06:04:41.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: persistent_cache: (nil) 2023-11-15T06:04:41.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_size: 4096 2023-11-15T06:04:41.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_size_deviation: 10 2023-11-15T06:04:41.094 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_restart_interval: 16 2023-11-15T06:04:41.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: index_block_restart_interval: 1 2023-11-15T06:04:41.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: metadata_block_size: 4096 2023-11-15T06:04:41.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: partition_filters: 0 2023-11-15T06:04:41.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: use_delta_encoding: 1 2023-11-15T06:04:41.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:04:41.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: whole_key_filtering: 1 2023-11-15T06:04:41.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: verify_compression: 0 2023-11-15T06:04:41.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: read_amp_bytes_per_bit: 0 2023-11-15T06:04:41.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: format_version: 2 2023-11-15T06:04:41.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: enable_index_compression: 1 2023-11-15T06:04:41.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: block_align: 0 2023-11-15T06:04:41.097 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.097 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:04:41.098 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:04:41.098 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:04:41.098 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:04:41.098 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:04:41.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:04:41.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.num_levels: 7 2023-11-15T06:04:41.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:04:41.099 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:04:41.100 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:04:41.100 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:04:41.100 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:04:41.100 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:04:41.100 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:04:41.100 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:04:41.101 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:04:41.101 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:04:41.101 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:04:41.101 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:04:41.101 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:04:41.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:04:41.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:04:41.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:04:41.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:04:41.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:04:41.102 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:04:41.103 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:04:41.103 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:04:41.103 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:04:41.103 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:04:41.103 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:04:41.104 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:04:41.104 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:04:41.104 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:04:41.104 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:04:41.104 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:04:41.105 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:04:41.105 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:04:41.105 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:04:41.105 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:04:41.106 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:04:41.106 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:04:41.106 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:04:41.106 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:04:41.106 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:04:41.107 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:04:41.107 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:04:41.107 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:04:41.107 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:04:41.107 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:04:41.107 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:04:41.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:04:41.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:04:41.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:04:41.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06: 2023-11-15T06:04:41.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 04:40.810+0000 7f9c99268880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:04:41.108 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:04:41.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:04:41.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:04:41.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:04:41.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:04:41.109 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:04:41.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:04:41.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:04:41.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:04:41.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:04:41.110 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:04:41.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:04:41.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.810+0000 7f9c99268880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:04:41.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.811+0000 7f9c99268880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi162/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-15T06:04:41.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.811+0000 7f9c99268880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T06:04:41.111 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.112 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.811+0000 7f9c99268880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700028280811551, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-15T06:04:41.112 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.811+0000 7f9c99268880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-15T06:04:41.112 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.811+0000 7f9c99268880 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-15T06:04:41.112 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.811+0000 7f9c99268880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700028280812041, "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": 1700028280, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T06:04:41.112 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.811+0000 7f9c99268880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-15T06:04:41.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.812+0000 7f9c99268880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700028280812436, "job": 1, "event": "recovery_finished"} 2023-11-15T06:04:41.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.812+0000 7f9c99268880 4 rocksdb: DB pointer 0x55de13c3d800 2023-11-15T06:04:41.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.812+0000 7f9c8006d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:04:41.113 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.812+0000 7f9c8006d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:04:41.114 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ** DB Stats ** 2023-11-15T06:04:41.114 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:04:41.114 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.114 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T06:04:41.114 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:04:41.114 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.115 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T06:04:41.115 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:04:41.115 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.115 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ** Compaction Stats [default] ** 2023-11-15T06:04:41.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:04:41.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.116 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ** Compaction Stats [default] ** 2023-11-15T06:04:41.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:04:41.117 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:04:41.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:04:41.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:04:41.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:04:41.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:04:41.118 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:04:41.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Cumulative compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:04:41.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Interval compaction: 0.00 GB write, 0.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:04:41.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.119 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:04:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ** Compaction Stats [default] ** 2023-11-15T06:04:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:04:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.120 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ** Compaction Stats [default] ** 2023-11-15T06:04:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.121 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:04:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:04:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:04:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:04:41.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:04:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:04:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:04:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:04:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:04:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.812+0000 7f9c99268880 0 mon.smithi162 does not exist in monmap, will attempt to join an existing cluster 2023-11-15T06:04:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.813+0000 7f9c99268880 0 using public_addr v2:172.21.15.162:0/0 -> [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2023-11-15T06:04:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.813+0000 7f9c99268880 0 starting mon.smithi162 rank -1 at public addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] at bind addrs [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi162 fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:04:41.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.814+0000 7f9c99268880 1 mon.smithi162@-1(???) e0 preinit fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:04:41.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.841+0000 7f9c82872700 0 mon.smithi162@-1(synchronizing).mds e1 new map 2023-11-15T06:04:41.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.841+0000 7f9c82872700 0 mon.smithi162@-1(synchronizing).mds e1 print_map 2023-11-15T06:04:41.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: e1 2023-11-15T06:04:41.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T06:04:41.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 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-15T06:04:41.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: legacy client fscid: -1 2023-11-15T06:04:41.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: No filesystems configured 2023-11-15T06:04:41.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:41.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.841+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T06:04:41.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.842+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T06:04:41.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.842+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T06:04:41.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.842+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T06:04:41.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.842+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T06:04:41.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.842+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T06:04:41.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.842+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T06:04:41.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.844+0000 7f9c82872700 0 mon.smithi162@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T06:04:41.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.844+0000 7f9c82872700 0 mon.smithi162@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:04:41.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.844+0000 7f9c82872700 0 mon.smithi162@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:04:41.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.844+0000 7f9c82872700 0 mon.smithi162@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:04:41.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: cluster 2023-11-15T06:04:41.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:38.126525+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:04:41.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:41.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: audit 2023-11-15T06:04:41.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: 2023-11-15T06:04:38.268966 2023-11-15T06:04:41.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 171 : audit [INF] 2023-11-15T06:04:41.130 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:41.130 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 conmon[89260]: debug 2023-11-15T06:04:40.844+0000 7f9c82872700 1 mon.smithi162@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T06:04:41.130 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 bash[89153]: db94f54e4663c413cc33307d9b906f083147ee2263d93043a129908ec8d56e5e 2023-11-15T06:04:41.130 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:40 smithi162 systemd[1]: Started Ceph mon.smithi162 for 700540c8-837c-11ee-8dbe-212e2dc638e7. 2023-11-15T06:04:46.253 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06:04:40.852549+0000 mon.smithi073 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T06:04:46.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11-15T06:04:40.852728+0000 mon.smithi073 (mon.0) 174 : cluster [INF] mon.smithi073 calling monitor election 2023-11-15T06:04:46.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06:04:40.854996+0000 mon.smithi073 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:46.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:04:46.254 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 04:41.848751+0000 mon.smithi073 (mon.0) 176 : audit 2023-11-15T06:04:46.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11 2023-11-15T06:04:46.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: -15T06:04:42.127149+0000 2023-11-15T06:04:46.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: mgr.smithi073.hvxekf (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:46.255 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:46.256 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:04:46.256 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: :04:42.294341+0000 mon.smithi073 (mon. 2023-11-15T06:04:46.256 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 0) 177 : audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.jyucap/crt"}]: dispatch 2023-11-15T06:04:46.256 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:04:46.256 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 11-15T06:04:42. 2023-11-15T06:04:46.257 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 848689+0000 mon.smithi073 (mon.0) 178 : audit [DBG] 2023-11-15T06:04:46.257 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.257 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:04:46.257 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 06:04:42.850918+0000 mon.smithi162 2023-11-15T06:04:46.257 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2023-11-15T06:04:46.257 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06:04:46.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:43 2023-11-15T06:04:46.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: .848706+0000 mon.smithi073 (mon.0) 179 : audit 2023-11-15T06:04:46.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11-15 2023-11-15T06:04:46.258 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: T06:04:44.127527+0000 mgr.smithi073.hvxekf 2023-11-15T06:04:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06:04:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:44 2023-11-15T06:04:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: .849031+0000 mon.smithi073 (mon.0) 180 : 2023-11-15T06:04:46.259 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.260 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06:04:46.260 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:45. 2023-11-15T06:04:46.260 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 849104+0000 mon.smithi073 (mon.0) 181 : audit 2023-11-15T06:04:46.260 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.260 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11 2023-11-15T06:04:46.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: -15T06:04:45.868395+0000 2023-11-15T06:04:46.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: mon.smithi073 (mon.0) 182 : cluster [INF] mon.smithi073 is new leader, mons smithi073,smithi162 in quorum (ranks 0,1) 2023-11-15T06:04:46.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:46.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:04:46.261 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 06:04:45.876421+0000 mon.smithi073 (mon 2023-11-15T06:04:46.262 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: .0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2023-11-15T06:04:46.262 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11-15T06:04:46.262 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:45. 2023-11-15T06:04:46.262 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 888955+0000 mon.smithi073 (mon.0) 184 : cluster [DBG] fsmap 2023-11-15T06:04:46.262 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11- 2023-11-15T06:04:46.263 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 15T06:04:45.889018+0000 2023-11-15T06:04:46.263 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: mon.smithi073 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T06:04:46.263 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11 2023-11-15T06:04:46.263 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: -15T06:04:45.889227+0000 2023-11-15T06:04:46.263 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: mon.smithi073 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi073.hvxekf(active, since 37s) 2023-11-15T06:04:46.264 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023-11-15T06:04:46.264 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04: 2023-11-15T06:04:46.264 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 45.890149+0000 mon.smithi073 (mon.0) 187 : cluster 2023-11-15T06:04:46.264 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: [DBG] Standby manager daemon smithi162.jyucap started 2023-11-15T06:04:46.264 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:04:46.264 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 06:04:45.891117+0000 mon.smithi073 (mon 2023-11-15T06:04:46.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: .0) 188 : audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T06:04:46.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: cluster 2023- 2023-11-15T06:04:46.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 11-15T06:04:45. 2023-11-15T06:04:46.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 893914+0000 mon.smithi073 (mon.0) 189 : cluster 2023-11-15T06:04:46.265 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: [INF] overall HEALTH_OK 2023-11-15T06:04:46.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:04:46.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: T06:04:45.894279+0000 mon.smithi073 2023-11-15T06:04:46.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.jyucap/key"}]: dispatch 2023-11-15T06:04:46.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11-15T06:04:46.266 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04: 2023-11-15T06:04:46.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 45.894967+0000 mon.smithi073 (mon.0) 191 : 2023-11-15T06:04:46.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T06:04:46.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:04:46.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 15T06:04:45.899383+0000 2023-11-15T06:04:46.267 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: mon.smithi073 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:46.268 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:45 smithi162 conmon[89260]: 2023-11-15T06:04:46.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023-11-15T06:04:40.852549+0000 mon.smithi073 (mon.0) 173 : audit [DBG] 2023-11-15T06:04:46.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2023-11-15T06:04:46.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023-11-15T06:04:40.852728+0000 mon.smithi073 (mon.0) 174 : cluster [INF] mon.smithi073 calling monitor election 2023-11-15T06:04:46.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:04:46.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 15T06:04:40.854996+0000 mon.smithi073 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:04:46.327 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 15T06:04:41.848751+0000 mon.smithi073 (mon.0 2023-11-15T06:04:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: ) 176 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023-11-15T06:04:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 2023-11-15T06:04:42.127149+0000 mgr.smithi073.hvxekf 2023-11-15T06:04:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: (mgr.14180) 21 : cluster [DBG] 2023-11-15T06:04:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:46.328 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:46.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:42.294341 2023-11-15T06:04:46.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 177 2023-11-15T06:04:46.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: : audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.jyucap/crt"}]: dispatch 2023-11-15T06:04:46.329 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:46.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:42. 2023-11-15T06:04:46.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 848689+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:46.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 178 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023-11-15T06:04:42.850918+0000 2023-11-15T06:04:46.330 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: mon.smithi162 (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2023-11-15T06:04:46.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:04:46.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 11-15T06:04:43.848706+0000 2023-11-15T06:04:46.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: mon.smithi073 (mon.0) 179 : audit 2023-11-15T06:04:46.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:46.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:44.127527+0000 2023-11-15T06:04:46.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 22 : cluster 2023-11-15T06:04:46.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:46.332 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:46.333 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:44.849031 2023-11-15T06:04:46.333 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 180 2023-11-15T06:04:46.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:04:46.338 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 11-15T06:04:45.849104 2023-11-15T06:04:46.339 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 181 : 2023-11-15T06:04:46.339 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:46.339 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023-11 2023-11-15T06:04:46.339 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -15T06:04:45.868395+0000 2023-11-15T06:04:46.339 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: mon.smithi073 (mon.0) 182 : cluster [INF] 2023-11-15T06:04:46.340 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: mon.smithi073 is new leader, mons smithi073,smithi162 in quorum (ranks 0,1) 2023-11-15T06:04:46.340 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:46.340 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45.876421 2023-11-15T06:04:46.340 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 183 2023-11-15T06:04:46.340 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: : cluster [DBG] monmap e2: 2 mons at {smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2023-11-15T06:04:46.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:46.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45. 2023-11-15T06:04:46.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 888955+0000 mon.smithi073 (mon.0) 184 2023-11-15T06:04:46.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: : cluster [DBG] fsmap 2023-11-15T06:04:46.342 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023-11-15T06:04:46.342 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 2023-11-15T06:04:45 2023-11-15T06:04:46.342 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: .889018+0000 mon.smithi073 (mon.0 2023-11-15T06:04:46.342 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: ) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T06:04:46.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:46.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45.889227 2023-11-15T06:04:46.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 186 : 2023-11-15T06:04:46.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster [DBG] mgrmap e17: smithi073.hvxekf(active, since 37s) 2023-11-15T06:04:46.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45. 2023-11-15T06:04:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 890149+0000 mon.smithi073 (mon.0) 187 2023-11-15T06:04:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: : cluster [DBG] Standby manager daemon smithi162.jyucap started 2023-11-15T06:04:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:46.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45 2023-11-15T06:04:46.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: .891117+0000 mon.smithi073 (mon.0 2023-11-15T06:04:46.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: ) 188 : audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T06:04:46.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: cluster 2023 2023-11-15T06:04:46.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45.893914 2023-11-15T06:04:46.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 189 2023-11-15T06:04:46.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: : cluster [INF] overall HEALTH_OK 2023-11-15T06:04:46.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:46.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45. 2023-11-15T06:04:46.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 894279+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:46.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 190 : audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.jyucap/key"}]: dispatch 2023-11-15T06:04:46.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:46.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45. 2023-11-15T06:04:46.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 894967+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:46.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 191 : audit [DBG] from='mgr.? 172.21.15.162:0/2899177635' entity='mgr.smithi162.jyucap' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T06:04:46.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: audit 2023 2023-11-15T06:04:46.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: -11-15T06:04:45. 2023-11-15T06:04:46.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 899383+0000 mon.smithi073 (mon.0) 2023-11-15T06:04:46.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:45 smithi073 conmon[84426]: 192 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:47.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:46 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:45.901445+0000 mgr.smithi073.hvxekf (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi162 on smithi162 2023-11-15T06:04:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:46 smithi162 conmon[89260]: cluster 2023-11-15T06:04:45.950671+0000 mon.smithi073 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi073.hvxekf(active, since 37s), standbys: smithi162.jyucap 2023-11-15T06:04:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:46 smithi162 conmon[89260]: audit 2023-11-15T06:04:45.950821+0000 mon.smithi073 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr metadata", "who": "smithi162.jyucap", "id": "smithi162.jyucap"}]: dispatch 2023-11-15T06:04:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:46 smithi162 conmon[89260]: cluster 2023-11-15T06:04:46.127777+0000 mgr.smithi073.hvxekf (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:46 smithi162 conmon[89260]: audit 2023-11-15T06:04:46.849450+0000 mon.smithi073 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:47.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:45.901445+0000 mgr.smithi073.hvxekf (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi162 on smithi162 2023-11-15T06:04:47.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: 2023-11-15T06:04:47.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: cluster 2023-11-15T06:04:45.950671+0000 mon.smithi073 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi073.hvxekf(active, since 37s), standbys: smithi162.jyucap 2023-11-15T06:04:47.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: audit 2023-11-15T06:04:45.950821+0000 mon.smithi073 (mon.0) 194 : audit 2023-11-15T06:04:47.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr metadata", "who": "smithi162.jyucap", "id": "smithi162.jyucap"}]: dispatch 2023-11-15T06:04:47.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: cluster 2023-11-15T06:04:47.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: 2023-11-15T06:04:46.127777+0000 2023-11-15T06:04:47.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 24 : cluster [DBG] 2023-11-15T06:04:47.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:47.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: audit 2023-11-15T06:04:47.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: 2023-11-15T06:04 2023-11-15T06:04:47.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: :46.849450+0000 mon.smithi073 (mon.0 2023-11-15T06:04:47.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:46 smithi073 conmon[84426]: ) 195 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2023-11-15T06:04:47.583 INFO:teuthology.orchestra.run.smithi162.stdout: 2023-11-15T06:04:47.583 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":2,"fsid":"700540c8-837c-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:04:40.849845Z","created":"2023-11-15T06:02:22.333959Z","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":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T06:04:47.584 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 2 2023-11-15T06:04:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:47 smithi162 conmon[89260]: audit 2023-11-15T06:04:47.580952+0000 mon.smithi073 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.162:0/1109383385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:04:48.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:47 smithi073 conmon[84426]: audit 2023-11-15T06:04:47.580952+0000 mon.smithi073 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.162:0/1109383385' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:04:49.139 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T06:04:49.140 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T06:04:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:49 smithi073 conmon[84426]: cluster 2023-11-15T06:04:48.128127+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:04:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:49 smithi073 conmon[84426]: 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:49 smithi073 conmon[84426]: audit 2023-11-15T06:04:48.273717+0000 mon.smithi073 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:49 smithi162 conmon[89260]: cluster 2023-11-15T06:04:48.128127+0000 mgr.smithi073.hvxekf (mgr.14180) 25 2023-11-15T06:04:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:49 smithi162 conmon[89260]: : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:49 smithi162 conmon[89260]: audit 2023-11-15T06:04:48.273717+0000 mon.smithi073 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:51.011 INFO:teuthology.orchestra.run.smithi073.stdout:# minimal ceph.conf for 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:04:51.011 INFO:teuthology.orchestra.run.smithi073.stdout:[global] 2023-11-15T06:04:51.012 INFO:teuthology.orchestra.run.smithi073.stdout: fsid = 700540c8-837c-11ee-8dbe-212e2dc638e7 2023-11-15T06:04:51.012 INFO:teuthology.orchestra.run.smithi073.stdout: mon_host = [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2023-11-15T06:04:51.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:50 smithi073 conmon[84426]: audit 2023-11-15T06:04:49.832113+0000 mon.smithi073 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:51.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:50 smithi073 conmon[84426]: audit 2023-11-15T06:04:49.833730+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:04:51.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:50 smithi073 conmon[84426]: cluster 2023-11-15T06:04:50.128508+0000 mgr.smithi073.hvxekf (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:51.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:50 smithi162 conmon[89260]: audit 2023-11-15T06:04:49.832113+0000 mon.smithi073 (mon.0) 198 2023-11-15T06:04:51.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:50 smithi162 conmon[89260]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:51.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:50 smithi162 conmon[89260]: audit 2023-11-15T06:04:49.833730+0000 mon.smithi073 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:04:51.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:50 smithi162 conmon[89260]: cluster 2023-11-15T06:04:50.128508+0000 mgr.smithi073.hvxekf (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:51.619 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T06:04:51.619 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:04:51.620 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T06:04:51.649 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:04:51.649 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:04:51.715 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:04:51.715 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T06:04:51.746 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:04:51.746 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:04:51.811 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T06:04:51.812 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:04:51.812 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:04:51.827 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:04:51.828 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme1n1 2023-11-15T06:04:51.883 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme1n1 2023-11-15T06:04:51.884 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:51.884 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 241284 Links: 1 Device type: 103,1 2023-11-15T06:04:51.884 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:51.884 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:51.885 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:03:29.144053518 +0000 2023-11-15T06:04:51.885 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:03:29.065055400 +0000 2023-11-15T06:04:51.885 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:03:29.065055400 +0000 2023-11-15T06:04:51.885 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:04:51.886 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T06:04:51.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.010220+0000 mon.smithi073 ( 2023-11-15T06:04:51.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: mon.0) 200 : audit [DBG] from='client.? 172.21.15.73:0/2827399236' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:51.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.280017+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:51.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.280654+0000 mon.smithi073 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:51.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.281256+0000 mon.smithi073 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:04:51.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:51.282054+0000 mgr.smithi073.hvxekf (mgr.14180) 27 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-11-15T06:04:51.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:51.282260+0000 mgr.smithi073.hvxekf (mgr.14180) 28 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2023-11-15T06:04:51.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.302755+0000 mon.smithi073 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:51.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.487255+0000 mon.smithi073 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:51.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.490317+0000 mon.smithi073 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:51.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:51.493436+0000 mgr.smithi073.hvxekf (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2023-11-15T06:04:51.930 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.493665+0000 mon.smithi073 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:04:51.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.494241+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:04:51.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: audit 2023-11-15T06:04:51.494762+0000 mon.smithi073 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:51.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:51 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:51.495262+0000 mgr.smithi073.hvxekf (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-11-15T06:04:51.947 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:04:51.948 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:04:51.948 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.00024327 s, 2.1 MB/s 2023-11-15T06:04:51.949 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T06:04:52.005 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme2n1 2023-11-15T06:04:52.060 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme2n1 2023-11-15T06:04:52.061 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:52.061 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 241312 Links: 1 Device type: 103,2 2023-11-15T06:04:52.061 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:52.061 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:52.062 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:03:29.155053256 +0000 2023-11-15T06:04:52.062 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:03:29.067055352 +0000 2023-11-15T06:04:52.062 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:03:29.067055352 +0000 2023-11-15T06:04:52.062 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:04:52.063 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T06:04:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06:04:51.010220+0000 mon.smithi073 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.73:0/2827399236' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06:04:51.280017+0000 mon.smithi073 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:52.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06:04:51.280654+0000 mon.smithi073 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:52.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06:04:51.281256+0000 mon.smithi073 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:04:52.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:51.282054+0000 mgr.smithi073.hvxekf (mgr.14180) 27 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2023-11-15T06:04:52.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:51.282260+0000 mgr.smithi073.hvxekf (mgr.14180) 28 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2023-11-15T06:04:52.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06:04:51.302755+0000 mon.smithi073 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:52.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:04:52.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: 11-15T06:04:51.487255+0000 mon.smithi073 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:52.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06:04:51.490317+0000 mon.smithi073 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:52.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:51.493436+0000 mgr.smithi073.hvxekf (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi073 (unknown last config time)... 2023-11-15T06:04:52.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06:04:51.493665+0000 mon.smithi073 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:04:52.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:04:52.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: :04:51.494241+0000 mon.smithi073 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:04:52.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: audit 2023 2023-11-15T06:04:52.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: -11-15T06:04:51.494762+0000 2023-11-15T06:04:52.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: mon.smithi073 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:52.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:52.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: 2023-11-15T06:04: 2023-11-15T06:04:52.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: 51.495262+0000 mgr.smithi073.hvxekf (mgr.14180) 30 : cephadm 2023-11-15T06:04:52.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:51 smithi162 conmon[89260]: [INF] Reconfiguring daemon mon.smithi073 on smithi073 2023-11-15T06:04:52.124 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:04:52.125 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:04:52.125 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000257344 s, 2.0 MB/s 2023-11-15T06:04:52.126 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T06:04:52.183 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme3n1 2023-11-15T06:04:52.237 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme3n1 2023-11-15T06:04:52.238 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:52.238 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 241330 Links: 1 Device type: 103,3 2023-11-15T06:04:52.238 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:52.238 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:52.239 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:03:29.165053018 +0000 2023-11-15T06:04:52.239 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:03:29.069055305 +0000 2023-11-15T06:04:52.239 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:03:29.069055305 +0000 2023-11-15T06:04:52.239 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:04:52.239 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T06:04:52.302 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:04:52.302 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:04:52.303 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000239243 s, 2.1 MB/s 2023-11-15T06:04:52.304 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T06:04:52.359 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme4n1 2023-11-15T06:04:52.415 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme4n1 2023-11-15T06:04:52.415 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:52.416 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 6h/6d Inode: 241367 Links: 1 Device type: 103,4 2023-11-15T06:04:52.416 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:52.416 INFO:teuthology.orchestra.run.smithi073.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:52.416 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2023-11-15 06:03:29.175052780 +0000 2023-11-15T06:04:52.416 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2023-11-15 06:03:29.072055233 +0000 2023-11-15T06:04:52.417 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2023-11-15 06:03:29.072055233 +0000 2023-11-15T06:04:52.417 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2023-11-15T06:04:52.417 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T06:04:52.479 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2023-11-15T06:04:52.480 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2023-11-15T06:04:52.480 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000203436 s, 2.5 MB/s 2023-11-15T06:04:52.480 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T06:04:52.535 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:04:52.536 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T06:04:52.556 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T06:04:52.556 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme1n1 2023-11-15T06:04:52.612 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme1n1 2023-11-15T06:04:52.613 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:52.613 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 246498 Links: 1 Device type: 103,1 2023-11-15T06:04:52.613 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:52.613 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:52.614 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:04:28.898500798 +0000 2023-11-15T06:04:52.614 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 06:04:28.820502361 +0000 2023-11-15T06:04:52.614 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 06:04:28.820502361 +0000 2023-11-15T06:04:52.614 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:04:52.614 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T06:04:52.678 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:04:52.678 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:04:52.679 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000274544 s, 1.9 MB/s 2023-11-15T06:04:52.680 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T06:04:52.739 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme2n1 2023-11-15T06:04:52.794 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme2n1 2023-11-15T06:04:52.795 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:52.795 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 246574 Links: 1 Device type: 103,2 2023-11-15T06:04:52.795 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:52.795 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:52.795 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:04:28.908500598 +0000 2023-11-15T06:04:52.796 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 06:04:28.822502321 +0000 2023-11-15T06:04:52.796 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 06:04:28.822502321 +0000 2023-11-15T06:04:52.796 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:04:52.796 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T06:04:52.860 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:04:52.860 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:04:52.860 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000278218 s, 1.8 MB/s 2023-11-15T06:04:52.861 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T06:04:52.918 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme3n1 2023-11-15T06:04:52.974 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme3n1 2023-11-15T06:04:52.975 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:52.975 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 244626 Links: 1 Device type: 103,3 2023-11-15T06:04:52.975 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:52.975 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:52.976 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:04:28.919500377 +0000 2023-11-15T06:04:52.976 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 06:04:28.824502281 +0000 2023-11-15T06:04:52.976 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 06:04:28.824502281 +0000 2023-11-15T06:04:52.976 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:04:52.976 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T06:04:53.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:52 smithi162 conmon[89260]: cluster 2023-11-15T06:04:52.128807+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:04:53.036 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:52 smithi162 conmon[89260]: 14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:53.038 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:04:53.038 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:04:53.039 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.00024211 s, 2.1 MB/s 2023-11-15T06:04:53.040 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T06:04:53.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:52 smithi073 conmon[84426]: cluster 2023-11-15T06:04:52.128807+0000 mgr.smithi073.hvxekf (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:53.095 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme4n1 2023-11-15T06:04:53.150 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme4n1 2023-11-15T06:04:53.151 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T06:04:53.151 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 6h/6d Inode: 244688 Links: 1 Device type: 103,4 2023-11-15T06:04:53.151 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T06:04:53.151 INFO:teuthology.orchestra.run.smithi162.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-15T06:04:53.152 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2023-11-15 06:04:28.929500176 +0000 2023-11-15T06:04:53.152 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2023-11-15 06:04:28.826502241 +0000 2023-11-15T06:04:53.152 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2023-11-15 06:04:28.826502241 +0000 2023-11-15T06:04:53.152 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2023-11-15T06:04:53.152 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T06:04:53.214 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2023-11-15T06:04:53.215 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2023-11-15T06:04:53.215 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000238976 s, 2.1 MB/s 2023-11-15T06:04:53.215 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T06:04:53.270 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T06:04:54.052 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: audit 2023-11-15T06:04:52.849680+0000 2023-11-15T06:04:54.053 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: mon.smithi073 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:54.053 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:52.850218+0000 mgr.smithi073.hvxekf (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi073.hvxekf (unknown last config time)... 2023-11-15T06:04:54.053 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: audit 2023-11-15T06:04:52.850509+0000 mon.smithi073 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.hvxekf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:04:54.053 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: audit 2023-11-15T06:04:52.851130+0000 mon.smithi073 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:04:54.053 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: audit 2023-11-15T06:04:52.851627+0000 mon.smithi073 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:54.054 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:52.852076+0000 mgr.smithi073.hvxekf (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi073.hvxekf on smithi073 2023-11-15T06:04:54.054 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:53 smithi073 conmon[84426]: audit 2023-11-15T06:04:53.278293+0000 mon.smithi073 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: audit 2023-11-15T06:04:52.849680+0000 mon.smithi073 ( 2023-11-15T06:04:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:52.850218+0000 2023-11-15T06:04:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: mgr.smithi073.hvxekf (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi073.hvxekf (unknown last config time)... 2023-11-15T06:04:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: audit 2023-11-15T06:04: 2023-11-15T06:04:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: 52.850509+0000 mon.smithi073 (mon.0) 211 : audit 2023-11-15T06:04:54.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.hvxekf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:04:54.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: audit 2023-11-15T06:04 2023-11-15T06:04:54.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: :52.851130+0000 mon.smithi073 (mon.0) 212 : 2023-11-15T06:04:54.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:04:54.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: audit 2023-11-15T06:04 2023-11-15T06:04:54.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: :52.851627+0000 mon.smithi073 (mon.0) 213 : 2023-11-15T06:04:54.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:04:54.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: cephadm 2023-11-15T06:04: 2023-11-15T06:04:54.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: 52.852076+0000 mgr.smithi073.hvxekf (mgr.14180) 33 : 2023-11-15T06:04:54.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: cephadm [INF] Reconfiguring daemon mgr.smithi073.hvxekf on smithi073 2023-11-15T06:04:54.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: audit 2023-11-15T06:04 2023-11-15T06:04:54.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: :53.278293+0000 mon.smithi073 (mon.0) 214 2023-11-15T06:04:54.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:53 smithi162 conmon[89260]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:55.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:55 smithi073 conmon[84426]: audit 2023-11-15T06:04:54.104305+0000 mon.smithi073 (mon.0) 215 2023-11-15T06:04:55.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:55 smithi073 conmon[84426]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:55.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:55 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:54.104959+0000 mgr.smithi073.hvxekf (mgr.14180) 34 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2023-11-15T06:04:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:55 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:54.110834+0000 mgr.smithi073.hvxekf (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2023-11-15T06:04:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:55 smithi073 conmon[84426]: cluster 2023-11-15T06:04:54.129259+0000 mgr.smithi073.hvxekf (mgr.14180) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:55 smithi162 conmon[89260]: audit 2023-11-15T06:04:54.104305+0000 2023-11-15T06:04:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:55 smithi162 conmon[89260]: mon.smithi073 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:55 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:54.104959+0000 mgr.smithi073.hvxekf (mgr.14180) 34 : cephadm [INF] Reconfiguring alertmanager.smithi073 (dependencies changed)... 2023-11-15T06:04:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:55 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:54.110834+0000 mgr.smithi073.hvxekf (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi073 on smithi073 2023-11-15T06:04:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:55 smithi162 conmon[89260]: cluster 2023-11-15T06:04:54.129259+0000 mgr.smithi073.hvxekf (mgr.14180) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:55.414 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled osd.all-available-devices update... 2023-11-15T06:04:56.158 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T06:04:56.159 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:04:56.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:56 smithi073 conmon[84426]: audit 2023-11-15T06:04:55.405902+0000 mgr.smithi073.hvxekf (mgr.14180) 37 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:04:56.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:56 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:55.407299+0000 mgr.smithi073.hvxekf (mgr.14180) 38 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-11-15T06:04:56.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:56 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:55.407357+0000 mgr.smithi073.hvxekf (mgr.14180) 39 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2023-11-15T06:04:56.467 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:56 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:55.407625+0000 mgr.smithi073.hvxekf (mgr.14180) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T06:04:56.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:56 smithi073 conmon[84426]: audit 2023-11-15T06:04:55.413115+0000 mon.smithi073 (mon.0) 216 : audit 2023-11-15T06:04:56.468 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:56 smithi073 conmon[84426]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:56 smithi162 conmon[89260]: audit 2023-11-15T06:04:55.405902+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:04:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:56 smithi162 conmon[89260]: 14180) 37 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:04:56.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:56 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:55.407299+0000 mgr.smithi073.hvxekf (mgr.14180) 38 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2023-11-15T06:04:56.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:56 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:55.407357+0000 mgr.smithi073.hvxekf (mgr.14180) 39 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2023-11-15T06:04:56.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:56 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:55.407625+0000 mgr.smithi073.hvxekf (mgr.14180) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T06:04:56.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:56 smithi162 conmon[89260]: audit 2023-11-15T06:04:55.413115+0000 mon.smithi073 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:04:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:57 smithi073 conmon[84426]: cluster 2023-11-15T06:04:56.129504+0000 mgr.smithi073.hvxekf (mgr.14180) 41 : cluster [DBG] 2023-11-15T06:04:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:57 smithi073 conmon[84426]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:57 smithi162 conmon[89260]: cluster 2023-11-15T06:04:56 2023-11-15T06:04:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:57 smithi162 conmon[89260]: .129504+0000 mgr.smithi073.hvxekf (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:58.722 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:04:59.638 INFO:teuthology.orchestra.run.smithi073.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-15T06:04:59.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:59 smithi073 conmon[84426]: cluster 2023-11-15T06:04:58.129747+0000 mgr.smithi073.hvxekf (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:59.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:04:59 smithi073 conmon[84426]: audit 2023-11-15T06:04:58.721092+0000 mon.smithi073 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.73:0/3819421809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:04:59.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:59 smithi162 conmon[89260]: cluster 2023-11-15T06:04:58.129747+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:04:59.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:59 smithi162 conmon[89260]: ) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:04:59.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:04:59 smithi162 conmon[89260]: audit 2023-11-15T06:04:58.721092+0000 mon.smithi073 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.73:0/3819421809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:00 smithi073 conmon[84426]: audit 2023-11-15T06:04:59.444082+0000 mon.smithi073 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:00 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:59.444646+0000 mgr.smithi073.hvxekf (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-11-15T06:05:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:00 smithi073 conmon[84426]: audit 2023-11-15T06:04:59.444932+0000 mon.smithi073 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:05:00.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:00 smithi073 conmon[84426]: audit 2023-11-15T06:04:59.445647+0000 mon.smithi073 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:00.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:00 smithi073 conmon[84426]: cephadm 2023-11-15T06:04:59.446119+0000 mgr.smithi073.hvxekf (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-11-15T06:05:00.639 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: audit 2023-11-15T06:04:59.444082+0000 mon.smithi073 ( 2023-11-15T06:05:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:00.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: cephadm 2023-11-15T06:04:59.444646+0000 mgr.smithi073.hvxekf (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2023-11-15T06:05:00.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: 2023-11-15T06:05:00.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: audit 2023-11-15T06:04:59.444932+0000 mon.smithi073 (mon.0) 219 2023-11-15T06:05:00.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:05:00.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: audit 2023-11-15T06:05:00.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: 2023-11-15T06:04 2023-11-15T06:05:00.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: :59.445647+0000 mon.smithi073 (mon.0) 220 : audit 2023-11-15T06:05:00.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:00.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: cephadm 2023-11 2023-11-15T06:05:00.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: -15T06:04:59.446119 2023-11-15T06:05:00.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: +0000 mgr.smithi073.hvxekf (mgr.14180) 44 : cephadm 2023-11-15T06:05:00.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:00 smithi162 conmon[89260]: [INF] Reconfiguring daemon crash.smithi073 on smithi073 2023-11-15T06:05:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:01 smithi073 conmon[84426]: cluster 2023-11-15T06:05:00.130005+0000 mgr.smithi073.hvxekf (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:01 smithi073 conmon[84426]: audit 2023-11-15T06:05:00.667849+0000 mon.smithi073 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:01 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:00.668503+0000 mgr.smithi073.hvxekf (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2023-11-15T06:05:02.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:01 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:00.700045+0000 mgr.smithi073.hvxekf (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2023-11-15T06:05:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: cluster 2023-11-15T06:05:00.130005+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:05:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: 14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: audit 2023-11-15T06:05:00.667849+0000 mon.smithi073 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:02.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:00.668503+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:05:02.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: .14180) 46 : cephadm [INF] Reconfiguring grafana.smithi073 (dependencies changed)... 2023-11-15T06:05:02.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: cephadm 2023-11-15T06 2023-11-15T06:05:02.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: :05:00.700045+0000 mgr.smithi073.hvxekf (mgr.14180) 47 2023-11-15T06:05:02.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:01 smithi162 conmon[89260]: : cephadm [INF] Reconfiguring daemon grafana.smithi073 on smithi073 2023-11-15T06:05:03.126 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:03.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:03 smithi073 conmon[84426]: cluster 2023-11-15T06:05:02.130420+0000 mgr.smithi073.hvxekf (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:03.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:03 smithi073 conmon[84426]: 2023-11-15T06:05:03.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:03 smithi073 conmon[84426]: audit 2023-11-15T06:05:03.124907+0000 mon.smithi073 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.73:0/3081798149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:03.999 INFO:teuthology.orchestra.run.smithi073.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-15T06:05:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:03 smithi162 conmon[89260]: cluster 2023-11-15T06:05:02.130420+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:05:04.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:03 smithi162 conmon[89260]: ) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:04.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:03 smithi162 conmon[89260]: audit 2023-11-15T06:05:03.124907+0000 mon.smithi073 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.73:0/3081798149' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:05.001 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:06.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:05 smithi073 conmon[84426]: cluster 2023-11-15T06:05:04.130804+0000 mgr.smithi073.hvxekf (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:06.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:05 smithi073 conmon[84426]: audit 2023-11-15 2023-11-15T06:05:06.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:05 smithi073 conmon[84426]: T06:05:05.597012+0000 mon.smithi073 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:05 smithi162 conmon[89260]: cluster 2023-11-15T06:05:04.130804+0000 mgr.smithi073.hvxekf (mgr.14180) 49 : cluster 2023-11-15T06:05:06.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:05 smithi162 conmon[89260]: [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:06.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:05 smithi162 conmon[89260]: audit 2023-11-15T06:05:05.597012+0000 mon.smithi073 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:06.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:06 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:05.597772+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:05:06.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:06 smithi073 conmon[84426]: mgr.14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2023-11-15T06:05:06.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:06 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:05.601551+0000 mgr.smithi073.hvxekf (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2023-11-15T06:05:07.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:06 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:05.597772+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:05:07.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:06 smithi162 conmon[89260]: 14180) 50 : cephadm [INF] Reconfiguring prometheus.smithi073 (dependencies changed)... 2023-11-15T06:05:07.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:06 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:05.601551+0000 mgr.smithi073.hvxekf (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi073 on smithi073 2023-11-15T06:05:07.191 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:08.056 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:07 smithi073 conmon[84426]: cluster 2023-11-15T06:05:06.131202+0000 mgr.smithi073.hvxekf (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:08.056 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:07 smithi073 conmon[84426]: audit 2023-11-15T06:05:07.190563+0000 mon.smithi073 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.73:0/3801710505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:08.074 INFO:teuthology.orchestra.run.smithi073.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-15T06:05:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:07 smithi162 conmon[89260]: cluster 2023-11-15T06:05:06.131202+0000 2023-11-15T06:05:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:07 smithi162 conmon[89260]: mgr.smithi073.hvxekf (mgr.14180) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:07 smithi162 conmon[89260]: audit 2023-11-15T06:05:07.190563+0000 mon.smithi073 (mon.0 2023-11-15T06:05:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:07 smithi162 conmon[89260]: ) 224 : audit [DBG] from='client.? 172.21.15.73:0/3801710505' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:09.076 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:10.009 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:09 smithi073 conmon[84426]: cluster 2023-11-15T06:05:08.131644+0000 mgr.smithi073.hvxekf (mgr.14180) 53 : 2023-11-15T06:05:10.009 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:09 smithi073 conmon[84426]: cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:10.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:09 smithi162 conmon[89260]: cluster 2023-11-15T06:05:08.131644+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:05:10.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:09 smithi162 conmon[89260]: 14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:11.436 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:11.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:11 smithi073 conmon[84426]: cluster 2023-11-15T06:05:10.131986+0000 mgr.smithi073.hvxekf (mgr.14180) 54 : cluster 2023-11-15T06:05:11.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:11 smithi073 conmon[84426]: [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:11.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:11 smithi073 conmon[84426]: audit 2023-11-15T06:05:11.315558+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:11.963 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:11 smithi073 conmon[84426]: audit 2023-11-15T06:05:11.316427+0000 mon.smithi073 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:05:11.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:11 smithi073 conmon[84426]: audit 2023-11-15T06:05:11.317130+0000 mon.smithi073 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:11.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:11 smithi073 conmon[84426]: audit 2023-11-15T06:05:11.435027+0000 mon.smithi073 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.73:0/2581826101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:11.988 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:11 smithi162 conmon[89260]: cluster 2023-11-15T06:05:10.131986+0000 mgr.smithi073.hvxekf (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:11.988 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:11 smithi162 conmon[89260]: audit 2023-11-15T06:05:11.315558+0000 mon.smithi073 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:11.988 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:11 smithi162 conmon[89260]: audit 2023-11-15T06:05:11.316427+0000 mon.smithi073 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:05:11.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:11 smithi162 conmon[89260]: audit 2023-11-15T06:05:11.317130+0000 mon.smithi073 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:11.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:11 smithi162 conmon[89260]: audit 2023-11-15T06:05:11.435027+0000 mon.smithi073 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.73:0/2581826101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:12.032 INFO:teuthology.orchestra.run.smithi073.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-15T06:05:13.033 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:13.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:11.316149+0000 mgr.smithi073.hvxekf (mgr.14180) 55 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2023-11-15T06:05:13.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:13.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: 2023-11-15T06:05:11.317656+0000 mgr.smithi073.hvxekf (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2023-11-15T06:05:13.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: audit 2023-11-15T06:05:12.652100+0000 mon.smithi073 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:13.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: audit 2023-11-15T06:05 2023-11-15T06:05:13.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: :12.653036+0000 mon.smithi073 (mon.0 2023-11-15T06:05:13.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: ) 230 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.jyucap", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:05:13.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:05:13.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: 05:12.653890+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:13.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: 231 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:05:13.067 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:05:13.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: 11-15T06:05:12.654514 2023-11-15T06:05:13.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 232 : 2023-11-15T06:05:13.068 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:12 smithi073 conmon[84426]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:11.316149+0000 mgr.smithi073.hvxekf (mgr.14180) 55 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2023-11-15T06:05:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: cephadm 2023-11 2023-11-15T06:05:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: -15T06:05:11.317656+0000 mgr.smithi073.hvxekf (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2023-11-15T06:05:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: audit 2023-11-15T06:05:12.652100+0000 mon.smithi073 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: audit 2023-11-15T06:05:12.653036+0000 mon.smithi073 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.jyucap", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T06:05:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: audit 2023-11-15T06:05:12.653890+0000 mon.smithi073 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T06:05:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: audit 2023-11-15T06:05:12.654514+0000 mon.smithi073 (mon 2023-11-15T06:05:13.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:12 smithi162 conmon[89260]: .0) 232 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:13 smithi073 conmon[84426]: cluster 2023-11-15T06:05:12.132257+0000 mgr.smithi073.hvxekf (mgr.14180) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:12.652689+0000 mgr.smithi073.hvxekf (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi162.jyucap (monmap changed)... 2023-11-15T06:05:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:12.655064+0000 mgr.smithi073.hvxekf (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi162.jyucap on smithi162 2023-11-15T06:05:13.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:13 smithi162 conmon[89260]: cluster 2023-11-15T06:05:12.132257+0000 mgr.smithi073.hvxekf (mgr.14180) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:13.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:13 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:12.652689+0000 mgr.smithi073.hvxekf (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi162.jyucap (monmap changed)... 2023-11-15T06:05:13.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:13 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:12.655064+0000 mgr.smithi073.hvxekf (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi162.jyucap on smithi162 2023-11-15T06:05:13.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:13 smithi162 conmon[89260]: 2023-11-15T06:05:14.871 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:15.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: audit 2023-11-15T06:05:13.982402+0000 mon.smithi073 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:15.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:13.982951+0000 mgr.smithi073.hvxekf (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2023-11-15T06:05:15.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: audit 2023-11-15T06:05:13.983184+0000 mon.smithi073 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:05:15.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: audit 2023-11-15T06:05:13.983761+0000 mon.smithi073 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:05:15.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: audit 2023-11-15T06:05:13.984269+0000 mon.smithi073 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:15.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:13.984727+0000 mgr.smithi073.hvxekf (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2023-11-15T06:05:15.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: cluster 2023-11-15T06:05:14.132504+0000 mgr.smithi073.hvxekf (mgr.14180) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:15.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:14 smithi162 conmon[89260]: audit 2023-11-15T06:05:14.869624+0000 mon.smithi073 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.73:0/863577768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:15.222 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: audit 2023-11-15T06:05:13.982402+0000 mon.smithi073 (mon.0) 233 : audit 2023-11-15T06:05:15.223 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:15.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:13.982951+0000 mgr.smithi073.hvxekf (mgr.14180) 60 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2023-11-15T06:05:15.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: audit 2023-11-15T06:05:13.983184+0000 mon.smithi073 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T06:05:15.226 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: audit 2023-11-15T06:05:13.983761+0000 mon.smithi073 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T06:05:15.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: audit 2023-11-15T06:05:13.984269+0000 mon.smithi073 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:15.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:13.984727+0000 mgr.smithi073.hvxekf (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2023-11-15T06:05:15.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: cluster 2023-11-15T06:05:14.132504+0000 mgr.smithi073.hvxekf (mgr.14180) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:15.227 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:14 smithi073 conmon[84426]: audit 2023-11-15T06:05:14.869624+0000 mon.smithi073 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.73:0/863577768' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:15.441 INFO:teuthology.orchestra.run.smithi073.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-15T06:05:16.442 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:16.475 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06:05:15.208409+0000 mon.smithi073 ( 2023-11-15T06:05:16.476 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.476 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06:05:15.210985+0000 mon.smithi073 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:05:16.476 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06:05:15.211298 2023-11-15T06:05:16.476 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:05:16.476 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 2023-11-15T06:05:16.477 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06:05:16.477 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 2023-11-15T06:05:15.212085+0000 mon.smithi073 (mon. 2023-11-15T06:05:16.477 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 0) 240 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:05:16.477 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:05:16.477 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 11-15T06:05:15.212361+0000 2023-11-15T06:05:16.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:05:16.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11 2023-11-15T06:05:16.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: -15T06:05:15.215726+0000 mon.smithi073 ( 2023-11-15T06:05:16.478 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.479 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:05:16.479 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 15T06:05:15.219656+0000 mon.smithi073 (mon 2023-11-15T06:05:16.479 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: .0) 242 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:05:16.479 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:16.479 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: -11-15T06:05:15.219965+0000 2023-11-15T06:05:16.479 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:05:16.480 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:16.480 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: -11-15T06:05:15.224929+0000 2023-11-15T06:05:16.480 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: mon.smithi073 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:05:16.480 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 2023-11-15T06:05:16.480 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:16.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: -11-15T06:05:15.225257+0000 2023-11-15T06:05:16.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:05:16.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 2023-11-15T06:05:16.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:16.481 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: -11-15T06:05:15.230861+0000 mon.smithi073 (mon.0 2023-11-15T06:05:16.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: ) 244 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:05:16.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: :05:15.235347+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:16.482 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 245 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:05:16.483 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:05:16.483 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 05:15.235791+0000 mgr.smithi073.hvxekf (mgr.14180) 67 2023-11-15T06:05:16.483 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:05:16.483 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:16.484 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: -11-15T06:05:15.238624+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:16.484 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 246 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:05:16.484 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:05:16.484 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 05:15.238931+0000 mgr.smithi073.hvxekf (mgr.14180) 68 2023-11-15T06:05:16.484 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:05:16.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06:05 2023-11-15T06:05:16.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: :15.243224+0000 mon.smithi073 (mon.0) 247 : 2023-11-15T06:05:16.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: audit 2023-11-15T06:05:16.485 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 2023-11-15T06:05:15.246121+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:16.486 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:16 smithi073 conmon[84426]: 248 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:05:16.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.208409+0000 mon.smithi073 (mon. 2023-11-15T06:05:16.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: 0) 238 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.210985+0000 mon.smithi073 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:05:16.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:16.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: 2023-11-15T06:05:15.211298+0000 mgr.smithi073.hvxekf (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T06:05:16.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:05:16.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: -15T06:05:15.212085+0000 mon.smithi073 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:05:16.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.212361+0000 mgr.smithi073.hvxekf 2023-11-15T06:05:16.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi073.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T06:05:16.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.215726+0000 mon.smithi073 2023-11-15T06:05:16.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.219656+0000 2023-11-15T06:05:16.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: mon.smithi073 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:05:16.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.219965 2023-11-15T06:05:16.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: +0000 mgr.smithi073.hvxekf (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T06:05:16.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:16.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: 2023-11-15T06:05:15.224929 2023-11-15T06:05:16.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:05:16.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.225257+0000 2023-11-15T06:05:16.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: mgr.smithi073.hvxekf (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi073.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T06:05:16.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.230861+0000 2023-11-15T06:05:16.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: mon.smithi073 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.235347+0000 mon.smithi073 (mon.0 2023-11-15T06:05:16.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: ) 245 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:05:16.583 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:16.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: 2023-11-15T06:05:15.235791+0000 mgr.smithi073.hvxekf (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T06:05:16.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05: 2023-11-15T06:05:16.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: 15.238624+0000 mon.smithi073 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:05:16.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15. 2023-11-15T06:05:16.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: 238931+0000 mgr.smithi073.hvxekf (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi073.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T06:05:16.585 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.243224+0000 2023-11-15T06:05:16.585 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: mon.smithi073 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:16.585 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: audit 2023-11-15T06:05:15.246121+0000 mon.smithi073 (mon 2023-11-15T06:05:16.585 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:16 smithi162 conmon[89260]: .0) 248 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:05:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:17 smithi073 conmon[84426]: cluster 2023-11-15T06:05:16.132723+0000 mgr.smithi073.hvxekf (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:17 smithi073 conmon[84426]: audit 2023-11-15T06:05:16.710518+0000 mon.smithi073 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:17 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:05:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:17 smithi073 conmon[84426]: 15T06:05:16.715038+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:17 smithi162 conmon[89260]: cluster 2023-11-15T06:05:16.132723+0000 mgr.smithi073.hvxekf (mgr.14180) 69 : cluster 2023-11-15T06:05:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:17 smithi162 conmon[89260]: [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:18.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:17 smithi162 conmon[89260]: audit 2023-11-15T06:05:16.710518+0000 mon.smithi073 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:18.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:17 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:05:18.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:17 smithi162 conmon[89260]: 15T06:05:16.715038+0000 mon.smithi073 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:18.734 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:19.300 INFO:teuthology.orchestra.run.smithi073.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-15T06:05:19.931 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: cluster 2023-11-15T06:05:18.133122+0000 mgr.smithi073.hvxekf (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:19.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:18.650663+0000 mon.smithi073 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:19.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:18.733825+0000 mon.smithi073 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.73:0/2509921783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:19.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.022964+0000 mon.smithi073 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:19.932 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.023716+0000 mon.smithi073 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:19.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.024324+0000 mon.smithi073 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:05:19.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11 2023-11-15T06:05:19.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: -15T06:05:19.029956+0000 mon.smithi073 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:19.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.033349+0000 mon.smithi073 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:05:19.933 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.036087+0000 mon.smithi073 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:05:19.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.037013+0000 mon.smithi073 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:05:19.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.037159+0000 mon.smithi073 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:19.934 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:19 smithi073 conmon[84426]: audit 2023-11-15T06:05:19.037580+0000 mon.smithi073 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:19.937 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: cluster 2023-11-15T06:05:18.133122 2023-11-15T06:05:19.937 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: +0000 mgr.smithi073.hvxekf (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:19.937 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11-15T06:05:19.938 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 2023-11-15T06:05:18.650663+0000 mon.smithi073 (mon. 2023-11-15T06:05:19.938 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 0) 251 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:19.938 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:05:19.938 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: -15T06:05:18.733825+0000 mon.smithi073 (mon 2023-11-15T06:05:19.938 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: .0) 252 : audit [DBG] from='client.? 172.21.15.73:0/2509921783' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:19.939 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 2023-11-15T06:05:19.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11-15T06:05:19.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 2023-11-15T06:05:19. 2023-11-15T06:05:19.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 022964+0000 mon.smithi073 (mon.0) 253 2023-11-15T06:05:19.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:19.942 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:05:19.943 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: -15T06:05:19.023716+0000 mon.smithi073 (mon. 2023-11-15T06:05:19.943 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 0) 254 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:19.943 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:19.943 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: -11-15T06:05:19.024324+0000 mon.smithi073 (mon 2023-11-15T06:05:19.943 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: .0) 255 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:05:19.943 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11-15T06:05:19.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 2023-11-15T06: 2023-11-15T06:05:19.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 05:19.029956+0000 mon.smithi073 (mon 2023-11-15T06:05:19.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: .0) 256 : audit [INF] 2023-11-15T06:05:19.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:19.944 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11-15T06:05:19.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 2023-11-15T06:05:19.033349+0000 2023-11-15T06:05:19.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: mon.smithi073 (mon.0) 257 : audit 2023-11-15T06:05:19.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:05:19.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11-15T06:05:19.945 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 2023-11-15T06:05 2023-11-15T06:05:19.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: :19.036087+0000 mon.smithi073 (mon. 2023-11-15T06:05:19.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 0) 258 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:05:19.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:05:19.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 11-15T06:05:19.037013+0000 mon.smithi073 ( 2023-11-15T06:05:19.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: mon.0) 259 : audit [INF] 2023-11-15T06:05:19.946 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:05:19.947 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11-15T06:05:19.947 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 2023-11-15T06:05:19.037159 2023-11-15T06:05:19.947 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 260 2023-11-15T06:05:19.947 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:19.947 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:05:19.948 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: T06:05:19.037580+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:19.948 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:19 smithi162 conmon[89260]: 261 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:20.301 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:22.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:21 smithi073 conmon[84426]: cluster 2023-11-15T06:05:20.133433+0000 mgr.smithi073.hvxekf (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:22.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:21 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.631024+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/2607988371' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cc11b84-1029-4f2d-b589-2d8167c02d25"}]: dispatch 2023-11-15T06:05:22.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:21 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.631431+0000 mon.smithi073 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cc11b84-1029-4f2d-b589-2d8167c02d25"}]: dispatch 2023-11-15T06:05:22.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:21 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.634717+0000 mon.smithi073 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cc11b84-1029-4f2d-b589-2d8167c02d25"}]': finished 2023-11-15T06:05:22.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:21 smithi073 conmon[84426]: cluster 2023-11-15T06:05:21.634770+0000 mon.smithi073 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T06:05:22.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:21 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.634872+0000 mon.smithi073 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:22.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:21 smithi162 conmon[89260]: cluster 2023-11-15T06:05:20.133433+0000 mgr.smithi073.hvxekf (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:22.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:21 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.631024+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/2607988371' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cc11b84-1029-4f2d-b589-2d8167c02d25"}]: dispatch 2023-11-15T06:05:22.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:21 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.631431+0000 mon.smithi073 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cc11b84-1029-4f2d-b589-2d8167c02d25"}]: dispatch 2023-11-15T06:05:22.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:21 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.634717+0000 mon.smithi073 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cc11b84-1029-4f2d-b589-2d8167c02d25"}]': finished 2023-11-15T06:05:22.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:21 smithi162 conmon[89260]: cluster 2023-11-15T06:05:21.634770+0000 mon.smithi073 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T06:05:22.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:21 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.634872+0000 mon.smithi073 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:22.526 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:22 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.678592+0000 mon.smithi073 (mon.0) 266 : audit [INF] from='client.? 172.21.15.73:0/1815129409' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8d2a99ad-7756-4a57-9c90-bcb2cfcda12f"}]: dispatch 2023-11-15T06:05:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:22 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.681957+0000 mon.smithi073 (mon.0) 267 : audit [INF] from='client.? 172.21.15.73:0/1815129409' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8d2a99ad-7756-4a57-9c90-bcb2cfcda12f"}]': finished 2023-11-15T06:05:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:22 smithi073 conmon[84426]: cluster 2023-11-15T06:05:21.682001+0000 mon.smithi073 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T06:05:22.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:22 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.682093+0000 mon.smithi073 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:22.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:22 smithi073 conmon[84426]: audit 2023-11-15T06:05:21.682322+0000 mon.smithi073 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:22.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:22 smithi073 conmon[84426]: audit 2023-11-15T06:05:22.525095+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.73:0/1274942541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:22 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.678592+0000 mon.smithi073 (mon. 2023-11-15T06:05:23.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:22 smithi162 conmon[89260]: 0) 266 : audit [INF] from='client.? 172.21.15.73:0/1815129409' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8d2a99ad-7756-4a57-9c90-bcb2cfcda12f"}]: dispatch 2023-11-15T06:05:23.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:22 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.681957+0000 mon.smithi073 (mon.0) 267 : audit [INF] from='client.? 172.21.15.73:0/1815129409' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8d2a99ad-7756-4a57-9c90-bcb2cfcda12f"}]': finished 2023-11-15T06:05:23.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:22 smithi162 conmon[89260]: cluster 2023-11-15T06:05:21.682001+0000 mon.smithi073 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T06:05:23.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:22 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.682093+0000 mon.smithi073 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:23.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:22 smithi162 conmon[89260]: audit 2023-11-15T06:05:21.682322+0000 mon.smithi073 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:23.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:22 smithi162 conmon[89260]: audit 2023-11-15T06:05:22.525095+0000 mon.smithi073 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.73:0/1274942541' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:23.212 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700028321,"num_remapped_pgs":0} 2023-11-15T06:05:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:23 smithi073 conmon[84426]: cluster 2023-11-15T06:05:22.133688+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:05:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:23 smithi073 conmon[84426]: 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:23 smithi073 conmon[84426]: audit 2023-11-15T06:05:22.788821+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3198429546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:24.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:23 smithi073 conmon[84426]: audit 2023-11-15T06:05:22.971535+0000 mon.smithi073 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.73:0/1743055081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:23 smithi162 conmon[89260]: cluster 2023-11-15T06:05:22.133688+0000 mgr.smithi073.hvxekf (mgr.14180) 72 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:23 smithi162 conmon[89260]: audit 2023-11-15T06:05:22.788821+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3198429546' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:23 smithi162 conmon[89260]: audit 2023-11-15T06:05:22.971535+0000 mon.smithi073 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.73:0/1743055081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:24.213 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: cluster 2023-11-15T06:05:24.134048+0000 mgr.smithi073.hvxekf (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.286146+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/3645157714' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "085451c0-ead2-48ba-a7e9-02dde047d4b1"}]: dispatch 2023-11-15T06:05:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.286592+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "085451c0-ead2-48ba-a7e9-02dde047d4b1"}]: dispatch 2023-11-15T06:05:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.294810+0000 mon.smithi073 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "085451c0-ead2-48ba-a7e9-02dde047d4b1"}]': finished 2023-11-15T06:05:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: cluster 2023-11-15T06:05:25.294859+0000 mon.smithi073 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T06:05:26.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.294951+0000 mon.smithi073 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:26.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.295170+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:26.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.295327+0000 mon.smithi073 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:26.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.503312+0000 mon.smithi073 (mon.0) 279 : audit [INF] from='client.? 172.21.15.73:0/1742781750' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8771ea95-b96e-4ba8-b2ea-97e139a21848"}]: dispatch 2023-11-15T06:05:26.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.509557+0000 mon.smithi073 (mon.0) 280 : audit [INF] from='client.? 172.21.15.73:0/1742781750' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8771ea95-b96e-4ba8-b2ea-97e139a21848"}]': finished 2023-11-15T06:05:26.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: cluster 2023-11-15T06:05:25.509605+0000 mon.smithi073 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T06:05:26.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.509733+0000 mon.smithi073 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:26.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.509984+0000 mon.smithi073 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:26.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.510120+0000 mon.smithi073 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:26.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:25 smithi073 conmon[84426]: audit 2023-11-15T06:05:25.510256+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: cluster 2023-11-15T06:05:24.134048+0000 mgr.smithi073.hvxekf (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:26.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.286146+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/3645157714' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "085451c0-ead2-48ba-a7e9-02dde047d4b1"}]: dispatch 2023-11-15T06:05:26.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.286592+0000 mon.smithi073 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "085451c0-ead2-48ba-a7e9-02dde047d4b1"}]: dispatch 2023-11-15T06:05:26.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.294810+0000 mon.smithi073 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "085451c0-ead2-48ba-a7e9-02dde047d4b1"}]': finished 2023-11-15T06:05:26.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: cluster 2023-11-15T06:05:25.294859+0000 mon.smithi073 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T06:05:26.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.294951+0000 mon.smithi073 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:26.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.295170+0000 mon.smithi073 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:26.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.295327+0000 mon.smithi073 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:26.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.503312+0000 mon.smithi073 ( 2023-11-15T06:05:26.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: mon.0) 279 : audit [INF] from='client.? 172.21.15.73:0/1742781750' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8771ea95-b96e-4ba8-b2ea-97e139a21848"}]: dispatch 2023-11-15T06:05:26.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.509557+0000 mon.smithi073 (mon.0) 280 : audit [INF] from='client.? 172.21.15.73:0/1742781750' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8771ea95-b96e-4ba8-b2ea-97e139a21848"}]': finished 2023-11-15T06:05:26.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: cluster 2023-11-15T06:05:25.509605+0000 mon.smithi073 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T06:05:26.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.509733+0000 mon.smithi073 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:26.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.509984+0000 mon.smithi073 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:26.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.510120+0000 mon.smithi073 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:26.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:25 smithi162 conmon[89260]: audit 2023-11-15T06:05:25.510256+0000 mon.smithi073 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:26.114 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:26.886 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1700028325,"num_remapped_pgs":0} 2023-11-15T06:05:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:26 smithi073 conmon[84426]: audit 2023-11-15T06:05:26.113752+0000 mon.smithi073 (mon. 2023-11-15T06:05:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:26 smithi073 conmon[84426]: 0) 286 : audit [DBG] from='client.? 172.21.15.73:0/613357150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:26 smithi073 conmon[84426]: audit 2023-11-15T06:05:26.465451+0000 mon.smithi162 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.162:0/4228255628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:27.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:26 smithi162 conmon[89260]: audit 2023-11-15T06:05:26.113752+0000 mon.smithi073 (mon.0) 286 : 2023-11-15T06:05:27.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:26 smithi162 conmon[89260]: audit [DBG] from='client.? 172.21.15.73:0/613357150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:27.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:26 smithi162 conmon[89260]: audit 2023-11-15T06:05:26.465451+0000 mon.smithi162 (mon.1) 5 2023-11-15T06:05:27.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:26 smithi162 conmon[89260]: : audit [DBG] from='client.? 172.21.15.162:0/4228255628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:27.887 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:28.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:27 smithi073 conmon[84426]: cluster 2023-11-15T06:05:26.134337+0000 mgr.smithi073.hvxekf (mgr.14180) 74 2023-11-15T06:05:28.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:27 smithi073 conmon[84426]: : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:28.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:27 smithi073 conmon[84426]: audit 2023-11-15T06:05:26.926198+0000 mon.smithi073 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.73:0/2766065881' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:27 smithi162 conmon[89260]: cluster 2023-11-15T06:05:26.134337+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:05:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:27 smithi162 conmon[89260]: 74 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:28.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:27 smithi162 conmon[89260]: audit 2023-11-15T06:05:26.926198+0000 mon.smithi073 (mon. 2023-11-15T06:05:28.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:27 smithi162 conmon[89260]: 0) 287 : audit [DBG] from='client.? 172.21.15.73:0/2766065881' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:29.713 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:29.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: cluster 2023-11-15T06:05:28.134599+0000 mgr.smithi073.hvxekf (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:29.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.962056+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/517250246' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d182d585-19b8-4006-b0c9-b8f7ade5357c"}]: dispatch 2023-11-15T06:05:29.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.962522+0000 mon.smithi073 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d182d585-19b8-4006-b0c9-b8f7ade5357c"}]: dispatch 2023-11-15T06:05:29.956 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.968461+0000 mon.smithi073 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d182d585-19b8-4006-b0c9-b8f7ade5357c"}]': finished 2023-11-15T06:05:29.956 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: cluster 2023-11-15T06:05:28.968527+0000 mon.smithi073 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T06:05:29.956 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.968633+0000 mon.smithi073 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:29.956 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.968960+0000 mon.smithi073 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:29.956 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.969186+0000 mon.smithi073 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:29.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.969397+0000 mon.smithi073 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:29.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:28.969602+0000 mon.smithi073 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:29.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.474392+0000 mon.smithi073 (mon.0) 296 : audit [INF] from='client.? 172.21.15.73:0/3102750121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84e43546-a7b1-4cdb-aeec-41473b275bf2"}]: dispatch 2023-11-15T06:05:29.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.483702+0000 mon.smithi073 (mon.0) 297 : audit [INF] from='client.? 172.21.15.73:0/3102750121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84e43546-a7b1-4cdb-aeec-41473b275bf2"}]': finished 2023-11-15T06:05:29.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: cluster 2023-11-15T06:05:29.483766+0000 mon.smithi073 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T06:05:29.958 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.483888+0000 mon.smithi073 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:29.958 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.484181+0000 mon.smithi073 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:29.958 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.484313+0000 mon.smithi073 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:29.958 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.484469+0000 mon.smithi073 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:29.958 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.484611+0000 mon.smithi073 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:29.959 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:29 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.484767+0000 mon.smithi073 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: cluster 2023-11-15T06:05:28.134599+0000 mgr.smithi073.hvxekf (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:30.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023-11-15T06:05:28.962056+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/517250246' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d182d585-19b8-4006-b0c9-b8f7ade5357c"}]: dispatch 2023-11-15T06:05:30.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:05:30.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 11-15T06:05:28.962522+0000 mon.smithi073 (mon. 2023-11-15T06:05:30.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d182d585-19b8-4006-b0c9-b8f7ade5357c"}]: dispatch 2023-11-15T06:05:30.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:28.968461 2023-11-15T06:05:30.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 289 : 2023-11-15T06:05:30.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d182d585-19b8-4006-b0c9-b8f7ade5357c"}]': finished 2023-11-15T06:05:30.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: cluster 2023-11- 2023-11-15T06:05:30.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 15T06:05:28.968527+0000 2023-11-15T06:05:30.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: mon.smithi073 (mon.0) 290 : cluster 2023-11-15T06:05:30.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T06:05:30.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023-11-15T06:05:30.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 2023-11-15T06:05 2023-11-15T06:05:30.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: :28.968633+0000 mon.smithi073 (mon. 2023-11-15T06:05:30.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 0) 291 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:30.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:28. 2023-11-15T06:05:30.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 968960+0000 mon.smithi073 (mon.0) 292 : 2023-11-15T06:05:30.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:30.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023-11-15T06:05:30.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 2023-11-15T06:05 2023-11-15T06:05:30.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: :28.969186+0000 mon.smithi073 (mon 2023-11-15T06:05:30.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: .0) 293 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:30.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 2023-11-15T06:05:30.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:28. 2023-11-15T06:05:30.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 969397+0000 mon.smithi073 (mon.0) 294 2023-11-15T06:05:30.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:30.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:05:30.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 11-15T06:05:28.969602 2023-11-15T06:05:30.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 295 : audit 2023-11-15T06:05:30.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:30.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29 2023-11-15T06:05:30.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: .474392+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:30.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 296 : audit [INF] from='client.? 172.21.15.73:0/3102750121' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84e43546-a7b1-4cdb-aeec-41473b275bf2"}]: dispatch 2023-11-15T06:05:30.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29. 2023-11-15T06:05:30.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 483702+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:30.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 297 : audit [INF] from='client.? 172.21.15.73:0/3102750121' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84e43546-a7b1-4cdb-aeec-41473b275bf2"}]': finished 2023-11-15T06:05:30.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: cluster 2023 2023-11-15T06:05:30.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29.483766 2023-11-15T06:05:30.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 298 2023-11-15T06:05:30.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T06:05:30.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29 2023-11-15T06:05:30.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: .483888+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:30.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 299 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:30.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29 2023-11-15T06:05:30.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: .484181+0000 mon.smithi073 (mon.0 2023-11-15T06:05:30.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: ) 300 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:30.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29. 2023-11-15T06:05:30.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 484313+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:30.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 301 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:30.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29 2023-11-15T06:05:30.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: .484469+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:30.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 302 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:30.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05:29 2023-11-15T06:05:30.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: .484611+0000 mon.smithi073 (mon.0 2023-11-15T06:05:30.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: ) 303 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:30.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:30.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: -11-15T06:05: 2023-11-15T06:05:30.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 29.484767+0000 mon.smithi073 (mon. 2023-11-15T06:05:30.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:29 smithi162 conmon[89260]: 0) 304 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:30.583 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1700028329,"num_remapped_pgs":0} 2023-11-15T06:05:30.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:30 smithi073 conmon[84426]: audit 2023-11-15T06:05:29.711472+0000 mon.smithi073 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.73:0/3197923712' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:30.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:30 smithi073 conmon[84426]: audit 2023-11-15T06:05:30.083560+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/503453424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:30 smithi162 conmon[89260]: audit 2023-11-15T06:05:29.711472+0000 mon.smithi073 (mon.0) 305 : 2023-11-15T06:05:31.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:30 smithi162 conmon[89260]: audit [DBG] from='client.? 172.21.15.73:0/3197923712' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:31.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:30 smithi162 conmon[89260]: audit 2023-11-15T06:05:30.083560+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/503453424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:31.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:30 smithi162 conmon[89260]: 2023-11-15T06:05:31.584 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:32.025 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:31 smithi073 conmon[84426]: cluster 2023-11-15T06:05:30.134915 2023-11-15T06:05:32.025 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:31 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:32.025 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:31 smithi073 conmon[84426]: audit 2023-11-15T06:05:31.081467+0000 mon.smithi073 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.73:0/2159927176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:31 smithi162 conmon[89260]: cluster 2023-11-15T06:05:30.134915+0000 mgr.smithi073.hvxekf (mgr.14180) 76 2023-11-15T06:05:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:31 smithi162 conmon[89260]: : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:31 smithi162 conmon[89260]: audit 2023-11-15T06:05:31.081467+0000 mon.smithi073 (mon.0) 306 : audit [DBG] 2023-11-15T06:05:32.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:31 smithi162 conmon[89260]: from='client.? 172.21.15.73:0/2159927176' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.623859+0000 mon.smithi162 (mon.1 2023-11-15T06:05:33.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: ) 8 : audit [INF] from='client.? 172.21.15.162:0/3065474535' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f6cc48-faf8-447f-ab21-c04d0e277646"}]: dispatch 2023-11-15T06:05:33.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.624336+0000 mon.smithi073 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f6cc48-faf8-447f-ab21-c04d0e277646"}]: dispatch 2023-11-15T06:05:33.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.628472+0000 mon.smithi073 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5f6cc48-faf8-447f-ab21-c04d0e277646"}]': finished 2023-11-15T06:05:33.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: cluster 2023-11-15T06:05:32.628527+0000 mon.smithi073 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T06:05:33.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.628618+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:33.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.628875+0000 mon.smithi073 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:33.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.629030+0000 mon.smithi073 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:33.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.629183+0000 mon.smithi073 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:33.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.629356+0000 mon.smithi073 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:33.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.629527+0000 mon.smithi073 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:33.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:32 smithi073 conmon[84426]: audit 2023-11-15T06:05:32.629677+0000 mon.smithi073 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05:32.623859+0000 mon.smithi162 (mon.1) 8 : audit [INF] from='client.? 172.21.15.162:0/3065474535' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f6cc48-faf8-447f-ab21-c04d0e277646"}]: dispatch 2023-11-15T06:05:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05:32 2023-11-15T06:05:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: .624336+0000 mon.smithi073 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f6cc48-faf8-447f-ab21-c04d0e277646"}]: dispatch 2023-11-15T06:05:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05:32.628472+0000 mon.smithi073 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5f6cc48-faf8-447f-ab21-c04d0e277646"}]': finished 2023-11-15T06:05:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: cluster 2023-11-15T06:05:32.628527+0000 mon.smithi073 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T06:05:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05:32.628618+0000 mon.smithi073 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: 2023-11-15T06:05:32.628875+0000 mon.smithi073 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: 2023-11-15T06:05:32.629030+0000 2023-11-15T06:05:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: mon.smithi073 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: 2023-11-15T06:05:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: 2023-11-15T06:05:32.629183+0000 mon.smithi073 (mon. 2023-11-15T06:05:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: 0) 313 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:05:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: 05:32.629356+0000 mon.smithi073 (mon.0) 314 2023-11-15T06:05:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: :32.629527+0000 mon.smithi073 (mon.0) 315 : 2023-11-15T06:05:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: :32.629677+0000 mon.smithi073 (mon.0) 316 : 2023-11-15T06:05:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:32 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:33.488 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:33.785 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: cluster 2023-11-15T06:05:32.135216+0000 mgr.smithi073.hvxekf (mgr.14180) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:33.786 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.486947+0000 mon.smithi073 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.73:0/2612272312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:33.786 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.635800+0000 mon.smithi073 (mon.0) 318 : audit [INF] from='client.? 172.21.15.73:0/2594355925' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1603a015-46fb-4263-8556-ab35f160d247"}]: dispatch 2023-11-15T06:05:33.786 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.642035+0000 mon.smithi073 (mon.0) 319 : audit [INF] from='client.? 172.21.15.73:0/2594355925' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1603a015-46fb-4263-8556-ab35f160d247"}]': finished 2023-11-15T06:05:33.786 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: cluster 2023-11-15T06:05:33.642095+0000 mon.smithi073 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T06:05:33.787 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.642198+0000 mon.smithi073 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:33.787 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.642481+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:33.787 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.642669+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:33.787 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.642841+0000 mon.smithi073 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:33.787 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: 2023-11-15T06:05:33.643015+0000 mon.smithi073 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:33.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.643177+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:33.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.643319+0000 mon.smithi073 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:33.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:33 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.643454+0000 mon.smithi073 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: cluster 2023-11-15T06:05:32.135216+0000 mgr.smithi073.hvxekf (mgr.14180) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05: 2023-11-15T06:05:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: 33.486947+0000 mon.smithi073 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.73:0/2612272312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.635800+0000 mon.smithi073 (mon.0) 318 : audit [INF] from='client.? 172.21.15.73:0/2594355925' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1603a015-46fb-4263-8556-ab35f160d247"}]: dispatch 2023-11-15T06:05:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.642035+0000 mon.smithi073 (mon.0) 319 : audit [INF] from='client.? 172.21.15.73:0/2594355925' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1603a015-46fb-4263-8556-ab35f160d247"}]': finished 2023-11-15T06:05:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: cluster 2023-11-15T06:05:33.642095+0000 mon.smithi073 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T06:05:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.642198+0000 mon.smithi073 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.642481+0000 mon.smithi073 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.642669+0000 mon.smithi073 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.642841+0000 mon.smithi073 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.643015+0000 mon.smithi073 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.643177+0000 mon.smithi073 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:34.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.643319+0000 mon.smithi073 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:34.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:33 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.643454+0000 mon.smithi073 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:34.235 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700028332,"num_remapped_pgs":0} 2023-11-15T06:05:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:34 smithi073 conmon[84426]: audit 2023-11-15T06:05:33.765422+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/2329207557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:34 smithi162 conmon[89260]: audit 2023-11-15T06:05:33.765422+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/2329207557' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:35.237 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:36.025 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:35 smithi162 conmon[89260]: cluster 2023-11-15T06:05:34.135586+0000 mgr.smithi073.hvxekf (mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:36.026 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:35 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:05:36.026 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:35 smithi162 conmon[89260]: 06:05:34.968907+0000 mon.smithi073 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.73:0/1893036965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:35 smithi073 conmon[84426]: cluster 2023-11-15T06:05:34.135586+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:05:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:35 smithi073 conmon[84426]: mgr.14180) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:36.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:35 smithi073 conmon[84426]: audit 2023-11-15T06:05:34.968907+0000 mon.smithi073 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.73:0/1893036965' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T06:05:37.197 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:37 smithi162 conmon[89260]: cluster 2023-11-15T06:05:36.135902+0000 mgr.smithi073.hvxekf (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:37 smithi162 conmon[89260]: audit 2023-11-15T06:05:37.196692+0000 mon.smithi073 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.73:0/1201167289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:38.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:37 smithi073 conmon[84426]: cluster 2023-11-15T06:05:36.135902+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:05:38.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:37 smithi073 conmon[84426]: 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:38.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:37 smithi073 conmon[84426]: audit 2023-11-15T06:05:37.196692+0000 mon.smithi073 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.73:0/1201167289' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:38.170 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:05:39.172 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:39 smithi073 conmon[84426]: cluster 2023-11-15T06:05:38.136220+0000 mgr.smithi073.hvxekf (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:39 smithi073 conmon[84426]: audit 2023-11-15T06:05:39.257323+0000 mon.smithi073 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T06:05:39.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:39 smithi073 conmon[84426]: audit 2023-11-15T06:05:39.257967+0000 mon.smithi073 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:40.025 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:39 smithi162 conmon[89260]: cluster 2023-11-15T06:05:38.136220+0000 mgr.smithi073.hvxekf (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:40.026 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:39 smithi162 conmon[89260]: audit 2023-11-15T06:05:39.257323+0000 mon.smithi073 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T06:05:40.026 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:39 smithi162 conmon[89260]: audit 2023-11-15T06:05:39.257967+0000 mon.smithi073 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:40.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:40 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:39. 2023-11-15T06:05:40.934 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:40 smithi162 conmon[89260]: 258538+0000 mgr.smithi073.hvxekf (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.0 on smithi162 2023-11-15T06:05:41.025 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:40 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:39 2023-11-15T06:05:41.026 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:40 smithi073 conmon[84426]: .258538+0000 mgr.smithi073.hvxekf (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.0 on smithi162 2023-11-15T06:05:41.741 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:42.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:41 smithi073 conmon[84426]: cluster 2023-11-15T06:05:40.136516+0000 mgr.smithi073.hvxekf (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:42.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:41 smithi073 conmon[84426]: audit 2023-11-15T06:05:41.211348+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T06:05:42.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:41 smithi073 conmon[84426]: audit 2023-11-15T06:05:41.211963+0000 mon.smithi073 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:41 smithi162 conmon[89260]: cluster 2023-11-15T06:05:40.136516+0000 mgr.smithi073.hvxekf (mgr.14180) 82 2023-11-15T06:05:42.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:41 smithi162 conmon[89260]: : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:42.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:41 smithi162 conmon[89260]: audit 2023-11-15T06:05:41.211348+0000 mon.smithi073 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T06:05:42.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:41 smithi162 conmon[89260]: audit 2023-11-15T06:05:41.211963+0000 mon.smithi073 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:42.443 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:05:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:42 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:41.212474+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:05:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:42 smithi073 conmon[84426]: 83 : cephadm [INF] Deploying daemon osd.1 on smithi073 2023-11-15T06:05:43.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:42 smithi073 conmon[84426]: audit 2023-11-15T06:05:41.740441+0000 mon.smithi073 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.73:0/2251726460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:42 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:41.212474+0000 mgr.smithi073.hvxekf (mgr.14180) 83 : 2023-11-15T06:05:43.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:42 smithi162 conmon[89260]: cephadm [INF] Deploying daemon osd.1 on smithi073 2023-11-15T06:05:43.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:42 smithi162 conmon[89260]: audit 2023-11-15T06:05:41.740441+0000 mon.smithi073 (mon.0) 335 : audit [DBG] from='client.? 172.21.15.73:0/2251726460' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:43.445 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:44.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:43 smithi073 conmon[84426]: cluster 2023-11-15T06:05:42.136782+0000 mgr.smithi073.hvxekf (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:43 smithi162 conmon[89260]: cluster 2023-11-15T06:05:42.136782+0000 mgr.smithi073.hvxekf (mgr.14180) 84 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:45.776 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:45.953 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:45 smithi073 conmon[84426]: cluster 2023-11-15T06:05:44.137056+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:05:45.954 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:45 smithi073 conmon[84426]: ) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:45.954 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:45 smithi073 conmon[84426]: audit 2023-11-15T06:05:44.685861+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:45.954 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:45 smithi073 conmon[84426]: audit 2023-11-15T06:05:44.686449+0000 mon.smithi073 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T06:05:45.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:45 smithi073 conmon[84426]: audit 2023-11-15T06:05:44.687022+0000 mon.smithi073 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:45.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:45 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:44.687470+0000 mgr.smithi073.hvxekf (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi162 2023-11-15T06:05:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:45 smithi162 conmon[89260]: cluster 2023-11-15T06:05:44.137056+0000 mgr.smithi073.hvxekf (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:45 smithi162 conmon[89260]: audit 2023-11-15T06:05:44.685861+0000 mon.smithi073 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:45 smithi162 conmon[89260]: audit 2023-11-15T06:05:44.686449+0000 mon.smithi073 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T06:05:46.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:45 smithi162 conmon[89260]: audit 2023-11-15T06:05:44.687022+0000 mon.smithi073 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:46.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:45 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:44.687470+0000 mgr.smithi073.hvxekf (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi162 2023-11-15T06:05:46.812 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:05:46.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:46 smithi073 conmon[84426]: audit 2023-11-15T06:05:45.774522+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:46.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:46 smithi073 conmon[84426]: 339 : audit [DBG] from='client.? 172.21.15.73:0/3807490991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:47.031 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:46 smithi162 conmon[89260]: audit 2023-11-15T06:05:45.774522+0000 mon.smithi073 (mon.0) 339 : audit [DBG] 2023-11-15T06:05:47.031 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:46 smithi162 conmon[89260]: from='client.? 172.21.15.73:0/3807490991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:47.803 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:47 smithi162 conmon[89260]: cluster 2023-11-15T06:05:46.137366+0000 mgr.smithi073.hvxekf (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:47.803 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:47 smithi162 conmon[89260]: audit 2023-11-15T06:05:47.557427+0000 mon.smithi073 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:47.804 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:47 smithi162 conmon[89260]: audit 2023-11-15T06:05:47.558116+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T06:05:47.804 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:47 smithi162 conmon[89260]: audit 2023-11-15T06:05:47.558655+0000 mon.smithi073 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:47.814 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:48.038 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:47 smithi073 conmon[84426]: cluster 2023-11-15T06:05:46.137366+0000 mgr.smithi073.hvxekf (mgr.14180) 87 2023-11-15T06:05:48.039 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:47 smithi073 conmon[84426]: : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:48.039 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:47 smithi073 conmon[84426]: audit 2023-11-15T06:05:47.557427+0000 mon.smithi073 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:48.039 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:47 smithi073 conmon[84426]: audit 2023-11-15T06:05:47.558116+0000 mon.smithi073 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T06:05:48.039 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:47 smithi073 conmon[84426]: audit 2023-11-15T06:05:47.558655+0000 mon.smithi073 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:48.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:48 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:47.559135+0000 mgr.smithi073.hvxekf (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.3 on smithi073 2023-11-15T06:05:48.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:48 smithi162 conmon[89260]: 2023-11-15T06:05:48.979 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:48 smithi162 conmon[89260]: audit 2023-11-15T06:05:47.898786+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1556957782,v1:172.21.15.162:6801/1556957782]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:05:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:48 smithi162 conmon[89260]: audit 2023-11-15T06:05:47.899141+0000 mon.smithi073 (mon.0) 343 : audit [INF] 2023-11-15T06:05:48.980 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:48 smithi162 conmon[89260]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:05:49.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:48 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:47.559135+0000 mgr.smithi073.hvxekf (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.3 on smithi073 2023-11-15T06:05:49.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:48 smithi073 conmon[84426]: audit 2023-11-15T06:05:47.898786+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1556957782,v1:172.21.15.162:6801/1556957782]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:05:49.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:48 smithi073 conmon[84426]: audit 2023-11-15T06:05:47.899141+0000 mon.smithi073 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T06:05:50.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: cluster 2023-11-15T06:05:48.137736+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:05:50.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: 14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:50.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.697736+0000 mon.smithi073 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T06:05:50.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: cluster 2023-11-15T06:05:48.697784+0000 mon.smithi073 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T06:05:50.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.697893+0000 mon.smithi073 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:50.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.698274+0000 mon.smithi073 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.698339+0000 mon.smithi162 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1556957782,v1:172.21.15.162:6801/1556957782]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.698404+0000 mon.smithi073 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.698539+0000 mon.smithi073 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.698711+0000 mon.smithi073 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:50.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.698892+0000 mon.smithi073 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:50.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.699258 2023-11-15T06:05:50.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:50.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:48.699392+0000 mon.smithi073 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:50.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: 2023-11-15T06:05:48.699526+0000 mon.smithi073 (mon.0 2023-11-15T06:05:50.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:49 smithi073 conmon[84426]: ) 354 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: cluster 2023-11-15T06:05:48.137736+0000 2023-11-15T06:05:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: mgr.smithi073.hvxekf (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: :48.697736+0000 mon.smithi073 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T06:05:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: cluster 2023-11-15T06:05:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 2023-11-15T06 2023-11-15T06:05:50.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: :05:48.697784+0000 mon.smithi073 (mon 2023-11-15T06:05:50.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: .0) 345 : cluster [DBG] 2023-11-15T06:05:50.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: osdmap e14: 8 total, 0 up, 8 in 2023-11-15T06:05:50.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 2023-11-15T06:05 2023-11-15T06:05:50.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: :48.697893+0000 mon.smithi073 (mon. 2023-11-15T06:05:50.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 0) 346 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:50.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 2023-11-15T06:05:50.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:05:50.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 11-15T06:05:48.698274+0000 2023-11-15T06:05:50.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: mon.smithi073 (mon.0) 347 : 2023-11-15T06:05:50.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:50.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 2023-11-15T06:05:48 2023-11-15T06:05:50.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: .698339+0000 mon.smithi162 (mon.1) 2023-11-15T06:05:50.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1556957782,v1:172.21.15.162:6801/1556957782]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:50.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:50.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: :48.698404+0000 mon.smithi073 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:50.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:50.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: :48.698539+0000 mon.smithi073 (mon.0) 349 : 2023-11-15T06:05:50.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:50.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05:48 2023-11-15T06:05:50.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: .698711+0000 mon.smithi073 (mon.0) 350 : audit 2023-11-15T06:05:50.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:50.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05:48. 2023-11-15T06:05:50.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 698892+0000 mon.smithi073 (mon.0) 351 : audit [INF] 2023-11-15T06:05:50.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:50.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 2023-11-15T06:05:48.699258+0000 mon.smithi073 (mon.0) 352 : audit [DBG] 2023-11-15T06:05:50.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:50.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:05:50.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: 11-15T06:05:48.699392+0000 mon.smithi073 (mon.0) 353 2023-11-15T06:05:50.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:50.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:50.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: :48.699526+0000 mon.smithi073 (mon.0) 354 : 2023-11-15T06:05:50.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:49 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:50.495 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:50.962 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.698061+0000 mon.smithi073 2023-11-15T06:05:50.962 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:05:50.962 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: cluster 2023-11-15T06:05:49.698120+0000 mon.smithi073 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T06:05:50.962 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.698452+0000 mon.smithi073 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:50.963 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.698697+0000 mon.smithi073 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:50.963 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.698829+0000 mon.smithi073 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:50.963 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.699026+0000 mon.smithi073 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:50.963 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.702301+0000 mon.smithi073 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:50.963 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.702622+0000 mon.smithi073 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:50.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.702770+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:50.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.702929+0000 mon.smithi073 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:50.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:49.703099+0000 mon.smithi073 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:50.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.327456+0000 mon.smithi073 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:50.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.328114+0000 mon.smithi073 (mon.0) 367 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T06:05:50.964 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.328808+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:50.965 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:50 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.494944+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.73:0/4116136379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.698061+0000 mon.smithi073 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:05:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: cluster 2023-11-15T06:05:49.698120+0000 mon.smithi073 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T06:05:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.698452+0000 mon.smithi073 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.698697+0000 mon.smithi073 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.698829+0000 mon.smithi073 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:51.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.699026+0000 mon.smithi073 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:51.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.702301+0000 mon.smithi073 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:51.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.702622+0000 mon.smithi073 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:51.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05 2023-11-15T06:05:51.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: :49.702770+0000 mon.smithi073 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:51.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.702929+0000 mon.smithi073 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:51.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:49.703099+0000 mon.smithi073 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:51.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.327456+0000 mon.smithi073 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:51.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.328114+0000 mon.smithi073 (mon.0) 367 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T06:05:51.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.328808+0000 mon.smithi073 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:51.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:50 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.494944+0000 mon.smithi073 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.73:0/4116136379' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:51.393 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:05:52.025 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: cluster 2023-11-15T06:05:48.899201+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:05:52.026 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: cluster 2023-11-15T06:05:48.899249+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:05:52.027 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: cluster 2023-11-15T06:05:50.138032+0000 mgr.smithi073.hvxekf (mgr.14180) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:52.027 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:50.329342+0000 mgr.smithi073.hvxekf (mgr.14180) 91 : cephadm [INF] Deploying daemon osd.4 on smithi162 2023-11-15T06:05:52.027 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: cluster 2023-11-15T06:05:50.702542+0000 mon.smithi073 (mon.0) 370 : cluster [INF] osd.0 [v2:172.21.15.162:6800/1556957782,v1:172.21.15.162:6801/1556957782] boot 2023-11-15T06:05:52.027 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: cluster 2023-11-15T06:05:50.702580+0000 mon.smithi073 (mon.0) 371 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T06:05:52.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.702948+0000 mon.smithi073 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:52.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.703279+0000 mon.smithi073 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:52.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.703472+0000 mon.smithi073 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:52.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.703692+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:52.028 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.703916+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:52.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.707001+0000 mon.smithi073 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:52.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.707236+0000 mon.smithi073 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:52.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.707446+0000 mon.smithi073 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:52.029 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:51 smithi162 conmon[89260]: audit 2023-11-15T06:05:50.766090+0000 mon.smithi073 (mon.0) 380 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T06:05:52.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: cluster 2023-11-15T06:05:48.899201+0000 osd.0 (osd 2023-11-15T06:05:52.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: .0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:05:52.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: cluster 2023-11-15T06:05:48.899249+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:05:52.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: cluster 2023-11-15T06:05:50.138032+0000 mgr.smithi073.hvxekf (mgr.14180) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:05:52.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:50.329342+0000 mgr.smithi073.hvxekf (mgr.14180) 91 : cephadm [INF] Deploying daemon osd.4 on smithi162 2023-11-15T06:05:52.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: cluster 2023-11-15T06:05:50.702542+0000 mon.smithi073 (mon.0) 370 : cluster [INF] osd.0 [v2:172.21.15.162:6800/1556957782,v1:172.21.15.162:6801/1556957782] boot 2023-11-15T06:05:52.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: cluster 2023-11-15T06:05:50.702580+0000 mon.smithi073 (mon.0) 371 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T06:05:52.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.702948+0000 mon.smithi073 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T06:05:52.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.703279+0000 mon.smithi073 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:52.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.703472+0000 mon.smithi073 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:52.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.703692+0000 mon.smithi073 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:52.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.703916+0000 mon.smithi073 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:52.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.707001+0000 mon.smithi073 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:52.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.707236+0000 mon.smithi073 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:52.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.707446+0000 mon.smithi073 (mon.0) 379 2023-11-15T06:05:52.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:52.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:51 smithi073 conmon[84426]: audit 2023-11-15T06:05:50.766090+0000 mon.smithi073 (mon.0) 380 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T06:05:52.394 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:52.988 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.711218+0000 mon.smithi073 (mon.0) 381 2023-11-15T06:05:52.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T06:05:52.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: cluster 2023-11-15T06:05:51.711266+0000 mon.smithi073 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T06:05:52.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.711357+0000 mon.smithi073 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:52.989 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.711661+0000 mon.smithi073 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:52.990 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.711832+0000 mon.smithi073 (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:05:52.990 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.712025+0000 mon.smithi073 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:52.990 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.712179+0000 mon.smithi073 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:52.990 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.712359+0000 mon.smithi073 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:52.990 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.712521+0000 mon.smithi073 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:52.991 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:52 smithi162 conmon[89260]: audit 2023-11-15T06:05:51.712694+0000 mon.smithi073 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:53.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023-11-15T06:05:51.711218+0000 mon.smithi073 (mon.0 2023-11-15T06:05:53.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: ) 381 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T06:05:53.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: cluster 2023-11-15T06:05:51.711266+0000 mon.smithi073 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T06:05:53.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023-11-15T06:05:51.711357+0000 mon.smithi073 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:53.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023-11-15T06:05:51.711661+0000 mon.smithi073 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:53.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023-11-15T06:05:51.711832+0000 2023-11-15T06:05:53.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: mon.smithi073 (mon.0) 385 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:05:53.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:05:53.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: :05:51.712025+0000 mon.smithi073 (mon.0) 386 2023-11-15T06:05:53.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:53.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 2023-11-15T06:05: 2023-11-15T06:05:53.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 51.712179+0000 mon.smithi073 (mon.0 2023-11-15T06:05:53.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: ) 387 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:53.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:05:53.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 11-15T06:05:51.712359 2023-11-15T06:05:53.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 2023-11-15T06:05:53.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 388 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:53.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:05:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 11-15T06:05:51.712521 2023-11-15T06:05:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 389 2023-11-15T06:05:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 2023-11 2023-11-15T06:05:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: -15T06:05:51. 2023-11-15T06:05:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 712694+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:53.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:52 smithi073 conmon[84426]: 390 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:53.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: cluster 2023-11-15T06:05:52.138331+0000 mgr.smithi073.hvxekf (mgr.14180) 92 : cluster 2023-11-15T06:05:53.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:05:53.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:52.712930+0000 mon.smithi073 (mon.0) 391 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:05:53.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: cluster 2023-11-15T06:05:52 2023-11-15T06:05:53.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: .712981+0000 mon.smithi073 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T06:05:53.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:52.713322+0000 mon.smithi073 (mon 2023-11-15T06:05:53.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: .0) 393 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:53.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:05:53.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: 15T06:05:52.713633+0000 mon.smithi073 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:53.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:53.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: -11-15T06:05:52.714015+0000 mon.smithi073 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:53.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:52.714161+0000 mon.smithi073 ( 2023-11-15T06:05:53.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:53.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:52.714268+0000 mon.smithi073 ( 2023-11-15T06:05:53.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:53.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:52. 2023-11-15T06:05:53.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: 714386+0000 mon.smithi073 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:53.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:53.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: :52.714518+0000 mon.smithi073 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:53.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:52.719158+0000 2023-11-15T06:05:53.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: mon.smithi073 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:53.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:53.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: 2023-11-15T06:05:53.549168+0000 mon.smithi162 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/2904941470,v1:172.21.15.162:6809/2904941470]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:05:53.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: audit 2023-11-15T06:05:53 2023-11-15T06:05:53.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:53 smithi162 conmon[89260]: .549569+0000 mon.smithi073 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:05:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: cluster 2023-11-15T06:05:52.138331+0000 mgr.smithi073.hvxekf (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:05:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 2023-11-15T06:05:52.712930+0000 mon.smithi073 (mon.0) 391 : audit [INF] from='osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:05:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: cluster 2023-11-15T06:05:52.712981+0000 mon.smithi073 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T06:05:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:54.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: -11-15T06:05:52.713322+0000 mon.smithi073 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:54.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:05:54.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 15T06:05:52.713633+0000 mon.smithi073 ( 2023-11-15T06:05:54.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:54.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15 2023-11-15T06:05:54.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: T06:05:52.714015+0000 mon.smithi073 (mon. 2023-11-15T06:05:54.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 0) 395 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:54.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15 2023-11-15T06:05:54.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: T06:05:52.714161+0000 mon.smithi073 (mon. 2023-11-15T06:05:54.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 0) 396 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:54.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:05:54.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: :05:52.714268+0000 mon.smithi073 (mon.0 2023-11-15T06:05:54.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: ) 397 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:54.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:05:54.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: :05:52.714386+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:54.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 398 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:54.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15T06:05 2023-11-15T06:05:54.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: :52.714518+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:54.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 399 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:54.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:05:54.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: :05:52.719158+0000 mon.smithi073 (mon.0) 400 2023-11-15T06:05:54.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:54.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:05:54.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: :05:53.549168+0000 mon.smithi162 (mon.1) 2023-11-15T06:05:54.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/2904941470,v1:172.21.15.162:6809/2904941470]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:05:54.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:05:54.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: 05:53.549569+0000 mon.smithi073 (mon.0) 401 2023-11-15T06:05:54.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:53 smithi073 conmon[84426]: : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T06:05:54.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: cluster 2023-11-15T06:05:51.734305+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:05:54.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: cluster 2023-11-15T06:05:51.734353+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:05:54.918 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.716453+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: cluster 2023-11-15T06:05:53.720088+0000 mon.smithi073 (mon.0) 403 : cluster [INF] osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561] boot 2023-11-15T06:05:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.720129+0000 mon.smithi073 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T06:05:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: cluster 2023-11-15T06:05:53.720194+0000 mon.smithi073 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-15T06:05:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.720663+0000 mon.smithi073 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:54.919 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.720931+0000 mon.smithi073 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:54.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.721131+0000 mon.smithi073 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:54.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.721311+0000 mon.smithi073 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:54.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.721496+0000 mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:54.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.721681+0000 mon.smithi073 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:54.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.721860+0000 mon.smithi073 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:54.920 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:53.723295+0000 mon.smithi162 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/2904941470,v1:172.21.15.162:6809/2904941470]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:54.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:05:54.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: 05:53.726474+0000 mon.smithi073 (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=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:54.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.442215+0000 2023-11-15T06:05:54.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: mon.smithi073 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:54.921 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:54.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: -11-15T06:05:54.442970+0000 2023-11-15T06:05:54.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: mon.smithi073 (mon.0) 415 : audit [INF] 2023-11-15T06:05:54.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T06:05:54.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: 2023-11-15T06:05:54.443546+0000 mon.smithi073 ( 2023-11-15T06:05:54.923 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:54 smithi073 conmon[84426]: mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:55.053 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:55.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: cluster 2023-11-15T06:05:51.734305+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:05:55.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: cluster 2023-11-15 2023-11-15T06:05:55.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: T06:05:51.734353+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:05:55.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06:05:53.716453+0000 mon.smithi073 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:55.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: cluster 2023-11-15T06:05:53.720088+0000 mon.smithi073 (mon.0) 403 : cluster 2023-11-15T06:05:55.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: [INF] osd.1 [v2:172.21.15.73:6802/1039542561,v1:172.21.15.73:6803/1039542561] boot 2023-11-15T06:05:55.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06:05:53. 2023-11-15T06:05:55.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 720129+0000 mon.smithi073 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T06:05:55.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: cluster 2023-11-15T06:05:53. 2023-11-15T06:05:55.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 720194+0000 mon.smithi073 (mon.0) 405 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-11-15T06:05:55.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:55.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: :53.720663+0000 mon.smithi073 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T06:05:55.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 2023-11-15T06:05:55.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:55.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: :53.720931+0000 mon.smithi073 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:55.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06:05:53.721131 2023-11-15T06:05:55.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:05:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 15T06:05:53.721311+0000 mon.smithi073 (mon 2023-11-15T06:05:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: .0) 409 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: -11-15T06:05:53.721496+0000 2023-11-15T06:05:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: mon.smithi073 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:05:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: T06:05:53.721681+0000 mon.smithi073 (mon. 2023-11-15T06:05:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 0) 411 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06:05: 2023-11-15T06:05:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 53.721860+0000 mon.smithi073 (mon.0) 412 : audit 2023-11-15T06:05:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:05:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: :05:53.723295+0000 mon.smithi162 ( 2023-11-15T06:05:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: mon.1) 13 : audit [INF] 2023-11-15T06:05:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: from='osd.2 [v2:172.21.15.162:6808/2904941470,v1:172.21.15.162:6809/2904941470]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:05:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 11-15T06:05:53.726474+0000 mon.smithi073 2023-11-15T06:05:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: (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=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: -11-15T06:05:54.442215+0000 mon.smithi073 (mon.0) 414 2023-11-15T06:05:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: 2023-11-15T06:05:54.442970+0000 2023-11-15T06:05:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: mon.smithi073 (mon.0) 415 : audit [INF] 2023-11-15T06:05:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T06:05:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:05:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: T06:05:54.443546+0000 mon.smithi073 ( 2023-11-15T06:05:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:54 smithi162 conmon[89260]: mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:55.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: cluster 2023-11-15T06:05:54.138634 2023-11-15T06:05:55.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: +0000 mgr.smithi073.hvxekf (mgr.14180) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:05:55.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:54.443998+0000 mgr.smithi073.hvxekf (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.5 on smithi073 2023-11-15T06:05:55.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15T06:05:54.726882+0000 mon.smithi073 (mon.0) 417 : 2023-11-15T06:05:55.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:05:55.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: cluster 2023 2023-11-15T06:05:55.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: -11-15T06:05:54.726943+0000 mon.smithi073 (mon.0) 418 : 2023-11-15T06:05:55.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T06:05:55.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:05:55.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 11-15T06:05:54.727276+0000 mon.smithi073 ( 2023-11-15T06:05:55.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:55.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:55.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:05:55.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 06:05:54.727523+0000 mon.smithi073 (mon.0) 420 2023-11-15T06:05:55.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:55.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05 2023-11-15T06:05:55.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: :54.727699+0000 mon.smithi073 (mon. 2023-11-15T06:05:55.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 0) 421 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:55.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:55.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:54. 2023-11-15T06:05:55.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 730712+0000 mon.smithi073 (mon.0) 422 2023-11-15T06:05:55.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:55.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:05:55.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 15T06:05:54.731028+0000 mon.smithi073 (mon 2023-11-15T06:05:55.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: .0) 423 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:55.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:55.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023 2023-11-15T06:05:55.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: -11-15T06:05:54.731197 2023-11-15T06:05:55.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 424 : 2023-11-15T06:05:55.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:55.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06: 2023-11-15T06:05:55.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 05:54.731371+0000 mon.smithi073 (mon 2023-11-15T06:05:55.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: .0) 425 : audit [DBG] 2023-11-15T06:05:55.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:55.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:55. 2023-11-15T06:05:55.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 052946+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:55.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 426 : audit [DBG] from='client.? 172.21.15.73:0/27813710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:55.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:05:55.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: T06:05:55.700244+0000 mon.smithi073 (mon 2023-11-15T06:05:55.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: .0) 427 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:55.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:55.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:55. 2023-11-15T06:05:55.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 700880+0000 mon.smithi073 (mon.0) 2023-11-15T06:05:55.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 428 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T06:05:55.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:05:55.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 15T06:05:55.701642+0000 mon.smithi073 (mon 2023-11-15T06:05:55.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: .0) 429 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:55.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:55 smithi162 conmon[89260]: 2023-11-15T06:05:56.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: cluster 2023-11-15T06:05:54.138634+0000 mgr.smithi073.hvxekf 2023-11-15T06:05:56.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: (mgr.14180) 93 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T06:05:56.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:54.443998+0000 mgr.smithi073.hvxekf (mgr.14180) 94 : cephadm [INF] Deploying daemon osd.5 on smithi073 2023-11-15T06:05:56.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.726882+0000 mon.smithi073 (mon.0) 417 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:05:56.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: cluster 2023-11-15T06:05:54.726943+0000 mon.smithi073 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T06:05:56.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.727276+0000 mon.smithi073 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:56.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.727523+0000 mon.smithi073 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:56.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.727699+0000 mon.smithi073 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:56.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.730712+0000 mon.smithi073 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:56.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.731028+0000 mon.smithi073 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:56.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.731197+0000 mon.smithi073 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:56.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:54.731371+0000 mon.smithi073 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:56.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.052946+0000 mon.smithi073 (mon.0) 426 : audit [DBG] from='client.? 172.21.15.73:0/27813710' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:56.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.700244+0000 mon.smithi073 (mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:05:56.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.700880+0000 mon.smithi073 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T06:05:56.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:55 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.701642+0000 mon.smithi073 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:05:56.192 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1700028353,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:05:56.975 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: cluster 2023-11-15T06:05:54.554582+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:05:56.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: cluster 2023-11-15T06:05:54.554626+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:05:56.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: cephadm 2023-11-15T06:05:55.702281+0000 mgr.smithi073.hvxekf (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.6 on smithi162 2023-11-15T06:05:56.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: cluster 2023-11-15T06:05:55.732887+0000 mon.smithi073 (mon.0) 430 : cluster [INF] osd.2 [v2:172.21.15.162:6808/2904941470,v1:172.21.15.162:6809/2904941470] boot 2023-11-15T06:05:56.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: cluster 2023-11-15T06:05 2023-11-15T06:05:56.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: :55.732950+0000 mon.smithi073 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T06:05:56.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.734045+0000 mon.smithi073 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:56.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.734359+0000 mon.smithi073 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:56.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.734589+0000 mon.smithi073 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:56.977 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: audit 2023-11-15T06:05:55.734721+0000 mon.smithi073 ( 2023-11-15T06:05:56.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: mon.0) 435 : audit [DBG] 2023-11-15T06:05:56.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:56.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: 2023-11-15T06:05 2023-11-15T06:05:56.978 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: :55.738735+0000 mon.smithi073 (mon 2023-11-15T06:05:56.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: .0) 436 : audit [DBG] 2023-11-15T06:05:56.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:56.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:05:56.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: 15T06:05:55.738964+0000 mon.smithi073 2023-11-15T06:05:56.979 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: (mon.0) 437 : audit 2023-11-15T06:05:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: audit 2023 2023-11-15T06:05:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: -11-15T06:05:55 2023-11-15T06:05:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: .739215+0000 mon.smithi073 (mon. 2023-11-15T06:05:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: 0) 438 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 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-15T06:05:56.980 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:56 smithi073 conmon[84426]: 2023-11-15T06:05:57.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: cluster 2023-11-15T06:05:54.554582+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:05:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: cluster 2023-11-15T06:05:54.554626+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:05:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: cephadm 2023-11-15T06:05:55.702281+0000 mgr.smithi073.hvxekf (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.6 on smithi162 2023-11-15T06:05:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: cluster 2023-11-15T06:05:55.732887+0000 mon.smithi073 (mon.0) 430 : cluster [INF] osd.2 [v2:172.21.15.162:6808/2904941470,v1:172.21.15.162:6809/2904941470] boot 2023-11-15T06:05:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: cluster 2023-11-15T06:05:55.732950+0000 mon.smithi073 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-15T06:05:57.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.734045+0000 mon.smithi073 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T06:05:57.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.734359+0000 mon.smithi073 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:57.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.734589+0000 mon.smithi073 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:57.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.734721+0000 mon.smithi073 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:57.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.738735+0000 mon.smithi073 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:57.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.738964+0000 mon.smithi073 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:57.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:56 smithi162 conmon[89260]: audit 2023-11-15T06:05:55.739215+0000 mon.smithi073 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 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-15T06:05:57.193 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:05:57.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: cluster 2023-11-15T06:05:56. 2023-11-15T06:05:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: 138905+0000 mgr.smithi073.hvxekf (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T06:05:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05:56.744671+0000 mon.smithi073 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 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-15T06:05:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: cluster 2023-11-15T06:05:56.744753+0000 mon.smithi073 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T06:05:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05:56.744894+0000 mon.smithi073 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05:56.745376+0000 mon.smithi073 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05:56.745612+0000 mon.smithi073 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05:56.745868+0000 mon.smithi073 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05:56.746078+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05:56.746690+0000 mon.smithi073 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T06:05:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:05:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:57 smithi162 conmon[89260]: :57.663453+0000 mon.smithi073 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T06:05:58.011 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: cluster 2023-11-15T06:05:56.138905+0000 mgr.smithi073.hvxekf (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T06:05:58.011 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.744671+0000 mon.smithi073 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 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-15T06:05:58.011 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: cluster 2023-11-15T06:05:56.744753+0000 mon.smithi073 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-15T06:05:58.011 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.744894+0000 mon.smithi073 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:58.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.745376+0000 mon.smithi073 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:58.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.745612+0000 mon.smithi073 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:58.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.745868+0000 mon.smithi073 ( 2023-11-15T06:05:58.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:58.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.746078+0000 mon.smithi073 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:58.013 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:56.746690+0000 mon.smithi073 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T06:05:58.013 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:57 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.663453+0000 mon.smithi073 (mon.0) 447 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T06:05:59.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57. 2023-11-15T06:05:59.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: 759032+0000 mon.smithi073 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T06:05:59.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.759075+0000 mon.smithi073 (mon.0) 449 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T06:05:59.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: cluster 2023-11-15T06:05:57.759124+0000 mon.smithi073 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T06:05:59.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.759242+0000 mon.smithi073 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:59.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.759561+0000 mon.smithi073 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:59.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.759757+0000 mon.smithi073 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:59.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.759909+0000 mon.smithi073 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:59.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.760097+0000 mon.smithi073 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:05:59.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: audit 2023-11-15T06:05:57.760294+0000 mon.smithi073 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:59.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:58 smithi073 conmon[84426]: cluster 2023-11-15T06:05:58.139253+0000 mgr.smithi073.hvxekf (mgr.14180) 97 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T06:05:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.759032+0000 mon.smithi073 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T06:05:59.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.759075+0000 mon.smithi073 (mon.0) 449 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T06:05:59.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: cluster 2023-11-15T06:05:57.759124+0000 mon.smithi073 (mon.0) 450 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T06:05:59.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.759242+0000 mon.smithi073 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:59.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.759561+0000 mon.smithi073 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:59.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.759757+0000 mon.smithi073 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:59.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.759909+0000 mon.smithi073 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:59.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.760097+0000 mon.smithi073 (mon.0) 455 : audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:05:59.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: audit 2023-11-15T06:05:57.760294+0000 mon.smithi073 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:59.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:58 smithi162 conmon[89260]: cluster 2023-11-15T06:05:58.139253+0000 mgr.smithi073.hvxekf (mgr.14180) 97 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T06:05:59.530 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:05:59.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.760736+0000 mon.smithi073 (mon.0) 457 : 2023-11-15T06:05:59.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:05:59.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: cluster 2023-11-15T06:05:58.760854+0000 mon.smithi073 (mon.0) 458 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T06:05:59.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.761630+0000 mon.smithi073 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:59.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.761892+0000 mon.smithi073 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:59.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.762395+0000 mon.smithi073 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:59.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.762613+0000 mon.smithi073 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:59.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.762769+0000 mon.smithi073 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:59.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.767692+0000 mon.smithi073 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:59.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.876966+0000 mon.smithi162 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/638450436,v1:172.21.15.162:6817/638450436]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:05:59.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:58.877284+0000 mon.smithi073 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:05:59.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.528974+0000 mon.smithi073 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.73:0/3610759468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:05:59.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: cluster 2023-11-15T06:05:59.759298+0000 mon.smithi073 (mon.0) 467 : cluster [INF] osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591] boot 2023-11-15T06:05:59.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.759361+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T06:05:59.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: cluster 2023-11-15T06:05:59.759439+0000 mon.smithi073 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T06:05:59.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.759743+0000 mon.smithi073 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:05:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.759962+0000 mon.smithi073 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:05:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.760179+0000 mon.smithi073 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:05:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.760345+0000 mon.smithi073 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:05:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.760473+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:05:59.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.760565+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/638450436,v1:172.21.15.162:6817/638450436]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:05:59.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:05:59 smithi073 conmon[84426]: audit 2023-11-15T06:05:59.760808+0000 mon.smithi073 (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:06:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05:58.760736+0000 mon.smithi073 (mon.0) 457 : 2023-11-15T06:06:00.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit [INF] from='osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:06:00.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: cluster 2023-11-15T06:05:58.760854+0000 mon.smithi073 (mon.0) 458 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T06:06:00.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05: 2023-11-15T06:06:00.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 58.761630+0000 mon.smithi073 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:06:00.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05:58.761892+0000 mon.smithi073 (mon.0) 2023-11-15T06:06:00.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 460 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:00.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05:58. 2023-11-15T06:06:00.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 762395+0000 mon.smithi073 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:00.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:06:00.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 06:05:58.762613+0000 mon.smithi073 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:00.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05:58.762769+0000 2023-11-15T06:06:00.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: mon.smithi073 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:00.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05:58.767692 2023-11-15T06:06:00.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:06:00.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:00.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: :05:58.876966+0000 mon.smithi162 (mon.1) 14 : audit [INF] 2023-11-15T06:06:00.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: from='osd.4 [v2:172.21.15.162:6816/638450436,v1:172.21.15.162:6817/638450436]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:06:00.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:06:00.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: T06:05:58.877284+0000 mon.smithi073 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T06:06:00.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05:59.528974+0000 2023-11-15T06:06:00.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: mon.smithi073 (mon.0) 466 : audit [DBG] from='client.? 172.21.15.73:0/3610759468' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:00.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: cluster 2023- 2023-11-15T06:06:00.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 11-15T06:05:59.759298+0000 mon.smithi073 (mon.0) 467 : 2023-11-15T06:06:00.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: cluster [INF] osd.3 [v2:172.21.15.73:6810/3306649591,v1:172.21.15.73:6811/3306649591] boot 2023-11-15T06:06:00.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 2023-11-15T06:05:59.759361+0000 mon.smithi073 (mon.0) 468 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T06:06:00.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: cluster 2023-11-15T06:05 2023-11-15T06:06:00.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: :59.759439+0000 mon.smithi073 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-15T06:06:00.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05 2023-11-15T06:06:00.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: :59.759743+0000 mon.smithi073 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T06:06:00.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:06:00.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: T06:05:59.759962+0000 mon.smithi073 (mon.0) 471 : audit [DBG] 2023-11-15T06:06:00.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:00.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 2023-11-15T06:05:59.760179+0000 mon.smithi073 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:00.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 2023-11-15T06:06:00.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:00.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: :05:59.760345+0000 mon.smithi073 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:00.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05:59 2023-11-15T06:06:00.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: .760473+0000 mon.smithi073 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:00.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:00.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: :05:59.760565+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/638450436,v1:172.21.15.162:6817/638450436]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:06:00.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 2023-11-15T06:06:00.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: audit 2023-11-15T06:05: 2023-11-15T06:06:00.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:05:59 smithi162 conmon[89260]: 59.760808+0000 mon.smithi073 (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:06:00.382 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1700028355,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:06:01.384 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:06:01.450 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: cluster 2023-11-15T06:05:58.674730+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:01.450 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: cluster 2023-11-15T06:06:01.450 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: 2023-11-15T06:05:58.674803+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:01.451 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: cluster 2023-11-15T06:06:00.139617+0000 mgr.smithi073.hvxekf (mgr.14180) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T06:06:01.451 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit 2023-11-15T06:06:00.177583+0000 mon.smithi073 (mon.0 2023-11-15T06:06:01.451 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: ) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:06:01.451 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: cluster 2023-11-15T06 2023-11-15T06:06:01.451 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: :06:00.177687+0000 mon.smithi073 (mon.0) 2023-11-15T06:06:01.452 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T06:06:01.452 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:06:01.452 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: :06:00.177938+0000 mon.smithi073 (mon.0 2023-11-15T06:06:01.452 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: ) 478 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:01.452 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:06:01.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: 06:00.178283+0000 mon.smithi073 (mon.0) 479 2023-11-15T06:06:01.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:01.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit 2023-11-15T06:06 2023-11-15T06:06:01.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: :00.178570+0000 mon.smithi073 (mon.0) 480 : 2023-11-15T06:06:01.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:01.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit 2023-11-15T06:06 2023-11-15T06:06:01.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: :00.180569+0000 mon.smithi073 (mon.0) 481 2023-11-15T06:06:01.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:01.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit 2023-11-15T06:06 2023-11-15T06:06:01.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: :00.180749+0000 mon.smithi073 (mon.0) 482 : 2023-11-15T06:06:01.454 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:01.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit 2023-11-15T06:06: 2023-11-15T06:06:01.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: 01.169013+0000 mon.smithi073 (mon.0) 483 : 2023-11-15T06:06:01.455 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:01 smithi073 conmon[84426]: audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:01.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: cluster 2023-11-15T06:05:58. 2023-11-15T06:06:01.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: 674730+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:01.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: cluster 2023-11-15T06:05:58.674803+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:01.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: cluster 2023-11-15T06:06:00.139617+0000 mgr.smithi073.hvxekf (mgr.14180) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T06:06:01.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.177583+0000 mon.smithi073 (mon.0) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:06:01.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: cluster 2023-11-15T06:06:00.177687+0000 mon.smithi073 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T06:06:01.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.177938+0000 mon.smithi073 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:01.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.178283+0000 mon.smithi073 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:01.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.178570+0000 mon.smithi073 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:01.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.180569+0000 mon.smithi073 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:01.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: audit 2023-11-15T06:06:00.180749+0000 mon.smithi073 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:01.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: audit 2023-11-15T06:06: 2023-11-15T06:06:01.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:01 smithi162 conmon[89260]: 01.169013+0000 mon.smithi073 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:02.542 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: cluster 2023-11-15T06:05:59.885198+0000 osd.4 (osd.4 2023-11-15T06:06:02.543 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: ) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:02.543 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: cluster 2023-11-15T06:05:59.885248+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:02.543 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11-15T06:06:01.181402+0000 mon.smithi073 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:02.543 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: cluster 2023-11-15T06:06:01.188736+0000 mon.smithi073 (mon.0) 485 : cluster [INF] osd.4 [v2:172.21.15.162:6816/638450436,v1:172.21.15.162:6817/638450436] boot 2023-11-15T06:06:02.544 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: cluster 2023-11-15T06:06:01.188769+0000 mon.smithi073 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T06:06:02.544 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11-15T06:06:01.188877+0000 mon.smithi073 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:02.544 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11-15T06:06:01.189144+0000 mon.smithi073 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:02.544 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11-15T06:06:01.189274+0000 2023-11-15T06:06:02.544 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: mon.smithi073 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:02.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11-15T06:06:01.189430+0000 mon.smithi073 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:02.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11-15T06:06:01.500643+0000 mon.smithi073 (mon. 2023-11-15T06:06:02.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: 0) 491 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:02.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11-15T06:06:01.501409+0000 2023-11-15T06:06:02.545 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: mon.smithi073 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T06:06:02.546 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:06:02.546 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: -15T06:06:01.502081+0000 mon.smithi073 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:02.546 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: cephadm 2023-11-15T06:06:02.546 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: 2023-11-15T06:06:01.502602 2023-11-15T06:06:02.546 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:02 smithi162 conmon[89260]: +0000 mgr.smithi073.hvxekf (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi073 2023-11-15T06:06:02.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: cluster 2023-11-15T06:05:59.885198+0000 osd.4 (osd.4) 2023-11-15T06:06:02.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:02.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: cluster 2023-11-15T06:05:59.885248+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:02.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023-11-15T06:06:01.181402+0000 mon.smithi073 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:02.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: cluster 2023-11-15T06:06:01.188736+0000 mon.smithi073 (mon. 2023-11-15T06:06:02.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 0) 485 : cluster [INF] osd.4 [v2:172.21.15.162:6816/638450436,v1:172.21.15.162:6817/638450436] boot 2023-11-15T06:06:02.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: cluster 2023-11-15T06:06:01.188769+0000 2023-11-15T06:06:02.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: mon.smithi073 (mon.0) 486 : cluster 2023-11-15T06:06:02.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-15T06:06:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:06:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 11-15T06:06:01 2023-11-15T06:06:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: .188877+0000 mon.smithi073 (mon.0) 487 : audit 2023-11-15T06:06:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T06:06:02.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023-11-15 2023-11-15T06:06:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: T06:06:01.189144+0000 2023-11-15T06:06:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: mon.smithi073 (mon.0) 488 : audit [DBG] 2023-11-15T06:06:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:02.578 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:06:02.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: :06:01.189274+0000 mon.smithi073 (mon 2023-11-15T06:06:02.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: .0) 489 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:02.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:06:02.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 11-15T06:06:01. 2023-11-15T06:06:02.579 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 189430+0000 mon.smithi073 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:02.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023-11-15T06:06:02.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 2023-11-15T06:06: 2023-11-15T06:06:02.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 01.500643+0000 mon.smithi073 (mon.0) 491 : audit [INF] 2023-11-15T06:06:02.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:02.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023-11-15T06:06:02.580 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: 2023-11-15T06:06:01.501409+0000 mon.smithi073 2023-11-15T06:06:02.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T06:06:02.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:06:02.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: :06:01.502081+0000 mon.smithi073 (mon.0 2023-11-15T06:06:02.581 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: ) 493 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:02.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: cephadm 2023 2023-11-15T06:06:02.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: -11-15T06:06:01.502602+0000 mgr.smithi073.hvxekf 2023-11-15T06:06:02.582 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:02 smithi073 conmon[84426]: (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi073 2023-11-15T06:06:03.665 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:03.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:03 smithi073 conmon[84426]: cluster 2023-11-15T06:06:02.140063+0000 mgr.smithi073.hvxekf (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T06:06:03.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:03 smithi073 conmon[84426]: cluster 2023-11-15T06:06:02.508069+0000 mon.smithi073 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T06:06:03.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:03 smithi073 conmon[84426]: audit 2023-11-15T06:06:02.508202+0000 mon.smithi073 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:03.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:03 smithi073 conmon[84426]: audit 2023-11-15T06:06:02.508420+0000 mon.smithi073 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:03.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:03 smithi073 conmon[84426]: audit 2023-11-15T06:06:02.508630+0000 mon.smithi073 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:03.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:03 smithi162 conmon[89260]: cluster 2023-11-15T06:06:02.140063+0000 mgr.smithi073.hvxekf (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T06:06:03.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:03 smithi162 conmon[89260]: cluster 2023-11-15T06:06:02.508069+0000 mon.smithi073 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T06:06:03.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:03 smithi162 conmon[89260]: audit 2023-11-15T06:06:02.508202+0000 mon.smithi073 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:03.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:03 smithi162 conmon[89260]: audit 2023-11-15T06:06:02.508420+0000 mon.smithi073 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:03.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:03 smithi162 conmon[89260]: audit 2023-11-15T06:06:02.508630+0000 mon.smithi073 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:04.332 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1700028361,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:06:04.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:04 smithi073 conmon[84426]: audit 2023-11-15T06:06:03.663757+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.73:0/1294794795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:04.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:04 smithi073 conmon[84426]: audit 2023-11-15T06:06:04.073856+0000 mon.smithi073 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:04.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:04 smithi073 conmon[84426]: audit 2023-11-15T06:06:04.378186+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/3239630803,v1:172.21.15.162:6825/3239630803]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:06:04.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:04 smithi073 conmon[84426]: audit 2023-11-15T06:06:04.378773+0000 mon.smithi073 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:06:04.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: audit 2023-11-15T06:06:03.663757+0000 mon.smithi073 (mon.0) 498 : audit [DBG] from='client.? 172.21.15.73:0/1294794795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:04.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:04.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: :06:04.073856+0000 mon.smithi073 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:04.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: audit 2023-11-15T06:06:04.378186+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/3239630803,v1:172.21.15.162:6825/3239630803]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:06:04.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: 2023-11-15T06:06:04.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: audit 2023-11-15T06:06:04.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: 2023-11-15T06:06:04.378773+0000 2023-11-15T06:06:04.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: mon.smithi073 (mon.0) 500 : audit 2023-11-15T06:06:04.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:04 smithi162 conmon[89260]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T06:06:05.334 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:06:05.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: cluster 2023-11-15T06:06:04.140565+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:06:05.669 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: .14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T06:06:05.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:04.680111+0000 mon.smithi073 (mon.0) 501 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T06:06:05.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.077279+0000 mon.smithi073 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T06:06:05.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.077341+0000 mon.smithi073 (mon.0) 503 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T06:06:05.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: cluster 2023-11-15T06:06:05.077385+0000 mon.smithi073 (mon.0) 504 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T06:06:05.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.077513+0000 mon.smithi073 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:05.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.077805+0000 mon.smithi073 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:05.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.077962+0000 mon.smithi073 (mon.0) 507 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:06:05.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.077975+0000 mon.smithi162 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/3239630803,v1:172.21.15.162:6825/3239630803]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:06:05.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.078158+0000 mon.smithi073 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:05.672 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:05 smithi073 conmon[84426]: audit 2023-11-15T06:06:05.078408+0000 mon.smithi073 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:06:05.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: cluster 2023-11-15T06:06:04.140565+0000 mgr.smithi073.hvxekf (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T06:06:05.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023-11-15T06:06:04.680111+0000 mon.smithi073 (mon.0) 501 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T06:06:05.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023-11-15T06:06:05.077279+0000 mon.smithi073 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T06:06:05.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:05.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: :06:05.077341+0000 mon.smithi073 (mon.0 2023-11-15T06:06:05.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: ) 503 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T06:06:05.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:06:05.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 06:06:05.077385+0000 mon.smithi073 (mon.0 2023-11-15T06:06:05.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: ) 504 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-15T06:06:05.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:06:05.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 11-15T06:06:05.077513+0000 2023-11-15T06:06:05.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: mon.smithi073 (mon.0) 505 : audit [DBG] 2023-11-15T06:06:05.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:05.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:06:05.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: -15T06:06:05.077805+0000 2023-11-15T06:06:05.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: mon.smithi073 (mon.0) 506 : audit 2023-11-15T06:06:05.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:05.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023-11-15T06:06:05.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 2023-11-15T06:06: 2023-11-15T06:06:05.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 05.077962+0000 mon.smithi073 (mon.0) 2023-11-15T06:06:05.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 507 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:06:05.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:06:05.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 11-15T06:06:05.077975 2023-11-15T06:06:05.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: +0000 mon.smithi162 (mon.1) 17 : audit 2023-11-15T06:06:05.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: [INF] from='osd.6 [v2:172.21.15.162:6824/3239630803,v1:172.21.15.162:6825/3239630803]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:06:05.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:06:05.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: -15T06:06:05.078158+0000 2023-11-15T06:06:05.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: mon.smithi073 (mon.0) 508 : audit [DBG] 2023-11-15T06:06:05.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:05.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: audit 2023-11-15T06:06:05.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 2023-11-15T06:06 2023-11-15T06:06:05.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: :05.078408+0000 mon.smithi073 (mon. 2023-11-15T06:06:05.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:05 smithi162 conmon[89260]: 0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2023-11-15T06:06:07.253 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: audit 2023-11-15T06:06:06.079347+0000 mon.smithi073 (mon.0) 510 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:06:07.253 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: audit 2023-11-15T06:06:06.079432+0000 mon.smithi073 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:06:07.253 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: cluster 2023-11-15T06:06:06.079511+0000 mon.smithi073 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-15T06:06:07.254 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: audit 2023-11-15T06:06:06.079636+0000 mon.smithi073 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:07.254 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: audit 2023-11-15T06:06:06.079997+0000 mon.smithi073 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:07.254 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: audit 2023-11-15T06:06:06.080504+0000 mon.smithi073 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:07.254 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: audit 2023-11-15T06:06:06.082857+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:07.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: audit 2023-11-15T06:06:06.085162+0000 mon.smithi073 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:07.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:07 smithi073 conmon[84426]: cluster 2023-11-15T06:06:06.140847+0000 mgr.smithi073.hvxekf (mgr.14180) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T06:06:07.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: audit 2023-11-15T06:06:06.079347+0000 mon.smithi073 (mon.0) 510 : audit [INF] from='osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:06:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: audit 2023-11-15T06:06:06.079432+0000 mon.smithi073 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2023-11-15T06:06:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: cluster 2023-11-15T06:06:06.079511 2023-11-15T06:06:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-15T06:06:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:06:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: -15T06:06:06.079636+0000 mon.smithi073 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:07.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:06:07.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: 06:06.079997+0000 mon.smithi073 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:07.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: 2023-11-15T06:06:07.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: audit 2023-11-15T06:06: 2023-11-15T06:06:07.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: 06.080504+0000 mon.smithi073 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:07.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:07.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: :06:06.082857+0000 mon.smithi073 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:07.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: audit 2023-11-15T06:06:06.085162+0000 2023-11-15T06:06:07.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: mon.smithi073 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:07.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: cluster 2023-11-15T06:06:06.140847+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:06:07.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:07 smithi162 conmon[89260]: .14180) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-15T06:06:07.659 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:08.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: cluster 2023-11-15T06:06:05.368144+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:08.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: cluster 2023-11-15T06:06:08.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: 2023-11-15T06:06:05.368255+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:08.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: cluster 2023-11-15T06:06:05.699662+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:08.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: cluster 2023-11-15T06:06:05.699713+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:08.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: cluster 2023-11-15T06:06:07.083679+0000 mon.smithi073 (mon.0) 518 : cluster [INF] osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074] boot 2023-11-15T06:06:08.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: cluster 2023-11-15T06:06:07.083712+0000 mon.smithi073 (mon.0) 519 : cluster [INF] osd.6 [v2:172.21.15.162:6824/3239630803,v1:172.21.15.162:6825/3239630803] boot 2023-11-15T06:06:08.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: cluster 2023-11-15T06:06:07.083750+0000 mon.smithi073 (mon.0) 520 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-15T06:06:08.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: audit 2023-11-15T06:06:07.084079+0000 mon.smithi073 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:08.284 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: audit 2023-11-15T06:06:07.084304+0000 mon.smithi073 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:08.284 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: audit 2023-11-15T06:06:07.084523+0000 mon.smithi073 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:08.284 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:08 smithi073 conmon[84426]: audit 2023-11-15T06:06:07.658548+0000 mon.smithi073 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.73:0/1253064876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:08.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: cluster 2023-11-15T06:06:05.368144+0000 osd.6 (osd.6) 1 : cluster [DBG] 2023-11-15T06:06:08.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: purged_snaps scrub starts 2023-11-15T06:06:08.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: cluster 2023-11-15T06:06:05.368255+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:08.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: cluster 2023-11-15T06:06:05.699662+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:08.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: cluster 2023-11-15T06:06:05.699713+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:08.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: cluster 2023-11-15T06:06 2023-11-15T06:06:08.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: :07.083679+0000 mon.smithi073 (mon.0) 518 : cluster [INF] osd.5 [v2:172.21.15.73:6818/3330396074,v1:172.21.15.73:6819/3330396074] boot 2023-11-15T06:06:08.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: cluster 2023-11-15 2023-11-15T06:06:08.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: T06:06:07.083712+0000 mon.smithi073 (mon.0) 519 : cluster [INF] osd.6 [v2:172.21.15.162:6824/3239630803,v1:172.21.15.162:6825/3239630803] boot 2023-11-15T06:06:08.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: cluster 2023-11-15T06:06:07.083750+0000 mon.smithi073 (mon.0) 520 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2023-11-15T06:06:08.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: audit 2023-11-15T06:06:07.084079+0000 mon.smithi073 (mon.0) 521 : 2023-11-15T06:06:08.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T06:06:08.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:06:08.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: T06:06:07.084304+0000 mon.smithi073 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T06:06:08.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: audit 2023-11-15T06:06:07.084523+0000 mon.smithi073 (mon.0) 523 : audit [DBG] 2023-11-15T06:06:08.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:08.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:08.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:08 smithi162 conmon[89260]: :06:07.658548+0000 mon.smithi073 (mon.0) 524 : audit [DBG] from='client.? 172.21.15.73:0/1253064876' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:08.707 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1700028367,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:06:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:09 smithi073 conmon[84426]: cluster 2023-11-15T06:06:08.088997+0000 2023-11-15T06:06:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:09 smithi073 conmon[84426]: mon.smithi073 (mon.0) 525 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2023-11-15T06:06:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:09 smithi073 conmon[84426]: audit 2023-11-15T06:06:08.089093+0000 mon.smithi073 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:09.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:09 smithi073 conmon[84426]: cluster 2023-11-15T06:06:08.141107+0000 mgr.smithi073.hvxekf (mgr.14180) 103 : cluster [DBG] 2023-11-15T06:06:09.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:09 smithi073 conmon[84426]: pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:06:09.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:09 smithi162 conmon[89260]: cluster 2023-11-15T06:06:08.088997+0000 mon.smithi073 (mon.0) 525 : cluster [DBG] 2023-11-15T06:06:09.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:09 smithi162 conmon[89260]: osdmap e32: 8 total, 7 up, 8 in 2023-11-15T06:06:09.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:09 smithi162 conmon[89260]: audit 2023-11-15T06:06:08.089093+0000 mon.smithi073 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:09.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:09 smithi162 conmon[89260]: cluster 2023-11-15T06:06:08.141107+0000 mgr.smithi073.hvxekf (mgr.14180) 103 2023-11-15T06:06:09.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:09 smithi162 conmon[89260]: : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:06:09.708 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:06:10.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:10 smithi073 conmon[84426]: audit 2023-11-15T06:06:09.290170+0000 mon.smithi073 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:10.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:10 smithi162 conmon[89260]: audit 2023-11-15T06:06:09.290170+0000 mon.smithi073 (mon.0) 527 : 2023-11-15T06:06:10.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:10 smithi162 conmon[89260]: audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:11.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:11 smithi073 conmon[84426]: cluster 2023-11-15T06:06:10.141413+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:06:11.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:11 smithi073 conmon[84426]: 14180) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:06:11.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:11 smithi162 conmon[89260]: cluster 2023-11-15T06:06:10.141413+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:06:11.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:11 smithi162 conmon[89260]: 14180) 104 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:06:12.327 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:13.284 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":32,"num_osds":8,"num_up_osds":7,"osd_up_since":1700028367,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:06:13.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:13 smithi073 conmon[84426]: cluster 2023-11-15T06:06:12.141851+0000 mgr.smithi073.hvxekf 2023-11-15T06:06:13.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:13 smithi073 conmon[84426]: (mgr.14180) 105 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:06:13.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:13 smithi073 conmon[84426]: audit 2023-11-15T06:06:12.326115+0000 mon.smithi073 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.73:0/3309484002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:13.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:13 smithi073 conmon[84426]: audit 2023-11-15T06:06:12.469390+0000 mon.smithi073 (mon.0) 529 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T06:06:13.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:13 smithi073 conmon[84426]: audit 2023-11-15T06:06:13.051514+0000 mon.smithi073 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:13.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:13 smithi073 conmon[84426]: audit 2023-11-15T06:06:13.053670+0000 mon.smithi073 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:06:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: cluster 2023-11-15T06:06:12.141851+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:06:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: mgr.14180) 105 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:06:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: audit 2023-11-15T06:06:12.326115+0000 mon.smithi073 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.73:0/3309484002' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: audit 2023-11-15T06:06:12.469390 2023-11-15T06:06:13.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 529 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T06:06:13.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: 2023-11-15T06:06:13.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: audit 2023-11-15T06:06:13.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: 2023-11-15T06:06:13.051514+0000 mon.smithi073 (mon.0 2023-11-15T06:06:13.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: ) 530 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:13.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:06:13.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: T06:06:13.053670+0000 mon.smithi073 (mon.0) 2023-11-15T06:06:13.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:13 smithi162 conmon[89260]: 531 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:06:14.285 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T06:06:14.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:14 smithi073 conmon[84426]: audit 2023-11-15T06:06:13.305609+0000 mon.smithi073 (mon.0) 532 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T06:06:14.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:14 smithi073 conmon[84426]: cluster 2023-11-15T06:06:13.305685+0000 mon.smithi073 (mon.0) 533 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T06:06:14.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:14 smithi073 conmon[84426]: audit 2023-11-15T06:06:13.305812+0000 mon.smithi073 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:14.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:14 smithi073 conmon[84426]: audit 2023-11-15T06:06:13.306187+0000 mon.smithi073 (mon.0) 535 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:06:14.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:14 smithi162 conmon[89260]: audit 2023-11-15T06:06:13.305609+0000 mon.smithi073 (mon 2023-11-15T06:06:14.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:14 smithi162 conmon[89260]: .0) 532 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T06:06:14.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:14 smithi162 conmon[89260]: cluster 2023-11-15T06:06:13.305685+0000 mon.smithi073 (mon.0) 533 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T06:06:14.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:14 smithi162 conmon[89260]: audit 2023-11-15T06:06:13.305812+0000 mon.smithi073 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:14.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:14 smithi162 conmon[89260]: audit 2023-11-15T06:06:13.306187+0000 mon.smithi073 (mon.0) 535 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2023-11-15T06:06:15.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: cluster 2023-11-15T06:06:14.142152+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:06:15.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: ) 106 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T06:06:15.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: audit 2023-11-15T06:06:14.307565+0000 mon.smithi073 (mon.0) 536 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:06:15.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: cluster 2023-11-15T06:06:14.307618+0000 mon.smithi073 (mon.0) 537 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T06:06:15.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: audit 2023-11-15T06:06:14.308061+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:15.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: audit 2023-11-15T06:06:14.313111+0000 mon.smithi073 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:15.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: audit 2023-11-15T06:06:14.793964+0000 mon.smithi073 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:15.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: cluster 2023-11-15T06:06:15.184579+0000 mon.smithi073 (mon.0) 541 : cluster [INF] osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883] boot 2023-11-15T06:06:15.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: cluster 2023-11-15T06:06:15.184607+0000 mon.smithi073 (mon.0) 542 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T06:06:15.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:15 smithi073 conmon[84426]: audit 2023-11-15T06:06:15.185816+0000 mon.smithi073 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:15.575 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: cluster 2023-11-15T06:06:14.142152+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:06:15.576 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: 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-15T06:06:15.576 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: audit 2023-11-15T06:06:14.307565+0000 mon.smithi073 (mon.0) 536 : audit [INF] from='osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2023-11-15T06:06:15.576 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: cluster 2023-11-15T06:06:14.307618+0000 mon.smithi073 (mon.0) 537 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T06:06:15.576 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: audit 2023-11-15T06:06:14.308061+0000 mon.smithi073 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:15.576 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: audit 2023-11-15T06:06:14.313111+0000 mon.smithi073 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:15.577 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: audit 2023-11-15T06:06:14.793964+0000 mon.smithi073 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:15.577 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: cluster 2023-11-15T06:06:15.184579+0000 mon.smithi073 (mon.0) 541 : cluster [INF] osd.7 [v2:172.21.15.73:6826/2623601883,v1:172.21.15.73:6827/2623601883] boot 2023-11-15T06:06:15.577 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: cluster 2023-11-15T06:06:15.184607+0000 mon.smithi073 (mon.0) 542 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-15T06:06:15.577 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:15 smithi162 conmon[89260]: audit 2023-11-15T06:06:15.185816+0000 mon.smithi073 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T06:06:16.462 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:16 smithi162 conmon[89260]: cluster 2023-11-15T06:06:13.504851+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:16.462 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:16 smithi162 conmon[89260]: cluster 2023-11-15T06:06:13.504909+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:16.462 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:16 smithi162 conmon[89260]: cluster 2023-11-15T06:06:16.191759+0000 mon.smithi073 (mon.0) 544 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T06:06:16.571 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:16.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:16 smithi073 conmon[84426]: cluster 2023-11-15T06:06 2023-11-15T06:06:16.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:16 smithi073 conmon[84426]: :13.504851+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T06:06:16.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:16 smithi073 conmon[84426]: cluster 2023-11-15T06:06:13.504909+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T06:06:16.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:16 smithi073 conmon[84426]: cluster 2023-11-15T06:06:16.191759+0000 mon.smithi073 (mon.0) 544 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-15T06:06:17.349 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":36,"num_osds":8,"num_up_osds":8,"osd_up_since":1700028375,"num_in_osds":8,"osd_in_since":1700028333,"num_remapped_pgs":0} 2023-11-15T06:06:17.350 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T06:06:17.350 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T06:06:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:17 smithi073 conmon[84426]: cluster 2023-11-15T06:06:16.142706+0000 mgr.smithi073.hvxekf (mgr.14180) 107 : cluster 2023-11-15T06:06:17.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:17 smithi073 conmon[84426]: [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:17.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:17 smithi073 conmon[84426]: audit 2023-11-15T06:06:16.569894+0000 mon.smithi073 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.73:0/525165355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:17.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:17 smithi073 conmon[84426]: cluster 2023-11-15T06:06:17.192788+0000 mon.smithi073 (mon.0) 546 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T06:06:17.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:17 smithi162 conmon[89260]: cluster 2023-11-15T06:06:16.142706+0000 mgr.smithi073.hvxekf (mgr.14180) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:17.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:17 smithi162 conmon[89260]: audit 2023-11-15T06:06:16.569894+0000 mon.smithi073 (mon.0) 545 : audit [DBG] from='client.? 172.21.15.73:0/525165355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T06:06:17.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:17 smithi162 conmon[89260]: cluster 2023-11-15T06:06:17.192788+0000 mon.smithi073 (mon 2023-11-15T06:06:17.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:17 smithi162 conmon[89260]: .0) 546 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T06:06:18.949 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:18 smithi073 conmon[84426]: audit 2023-11-15T06:06:17.625839+0000 mon.smithi073 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:18.949 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:18 smithi073 conmon[84426]: audit 2023-11-15T06:06:18.242895+0000 mon.smithi073 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:18.950 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:18 smithi073 conmon[84426]: audit 2023-11-15T06:06:18.558711+0000 mon.smithi073 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:18.950 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:18 smithi073 conmon[84426]: audit 2023-11-15T06:06:18.559391+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:18.950 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:18 smithi073 conmon[84426]: audit 2023-11-15T06:06:18.559934+0000 mon.smithi073 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:18.951 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:18 smithi073 conmon[84426]: audit 2023-11-15T06:06:18.560473+0000 mon.smithi073 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:18.951 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:18 smithi073 conmon[84426]: audit 2023-11-15T06:06:18.565661+0000 mon.smithi073 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:19.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:18 smithi162 conmon[89260]: audit 2023-11-15T06:06:17.625839+0000 mon.smithi073 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:19.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:18 smithi162 conmon[89260]: audit 2023-11-15T06:06:18.242895+0000 mon.smithi073 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:19.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:18 smithi162 conmon[89260]: audit 2023-11-15T06:06:18.558711+0000 mon.smithi073 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:19.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:18 smithi162 conmon[89260]: audit 2023-11-15T06:06:18.559391+0000 mon.smithi073 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:19.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:18 smithi162 conmon[89260]: audit 2023-11-15T06:06:18.559934+0000 mon.smithi073 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:19.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:18 smithi162 conmon[89260]: audit 2023-11-15T06:06:18.560473+0000 mon.smithi073 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:19.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:18 smithi162 conmon[89260]: audit 2023-11-15T06:06:18.565661+0000 mon.smithi073 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:19.548 INFO:teuthology.orchestra.run.smithi073.stdout:[client.0] 2023-11-15T06:06:19.549 INFO:teuthology.orchestra.run.smithi073.stdout: key = AQDbX1RlvUmuHhAAf8IzJhRCKtcm0W46dCALhg== 2023-11-15T06:06:19.889 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:19 smithi073 conmon[84426]: cluster 2023-11-15T06:06:18.143018+0000 mgr.smithi073.hvxekf (mgr.14180) 108 2023-11-15T06:06:19.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:19 smithi073 conmon[84426]: : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:19.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:19 smithi073 conmon[84426]: cephadm 2023-11-15T06:06:18.237705+0000 mgr.smithi073.hvxekf (mgr.14180) 109 : cephadm [INF] Detected new or changed devices on smithi162 2023-11-15T06:06:19.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:19 smithi073 conmon[84426]: cephadm 2023-11-15T06:06:18.560907+0000 mgr.smithi073.hvxekf (mgr.14180) 110 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 4004M 2023-11-15T06:06:19.891 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:19 smithi073 conmon[84426]: audit 2023-11-15T06:06:19.514588+0000 mon.smithi073 (mon.0) 554 : audit [INF] from='client.? 172.21.15.73:0/967391375' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:06:19.891 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:19 smithi073 conmon[84426]: audit 2023-11-15T06:06:19.517792+0000 mon.smithi073 (mon.0) 555 : audit [INF] from='client.? 172.21.15.73:0/967391375' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T06:06:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: cluster 2023-11-15T06:06:18.143018+0000 mgr.smithi073.hvxekf (mgr.14180) 108 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: cephadm 2023-11-15T06:06:18.237705+0000 mgr.smithi073.hvxekf (mgr.14180) 109 : cephadm [INF] Detected new or changed devices on smithi162 2023-11-15T06:06:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: cephadm 2023-11-15T06:06:18.560907+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:06:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: .14180) 110 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 4004M 2023-11-15T06:06:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:06:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: -15T06:06:19.514588+0000 mon.smithi073 (mon.0) 554 : audit 2023-11-15T06:06:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: [INF] from='client.? 172.21.15.73:0/967391375' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:06:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: audit 2023-11-15T06:06:19.517792+0000 2023-11-15T06:06:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:19 smithi162 conmon[89260]: mon.smithi073 (mon.0) 555 : audit [INF] from='client.? 172.21.15.73:0/967391375' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T06:06:20.305 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:06:20.305 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T06:06:20.305 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T06:06:20.345 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T06:06:21.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:21 smithi073 conmon[84426]: cluster 2023-11-15T06:06:20.143377+0000 mgr.smithi073.hvxekf (mgr.14180) 111 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:21.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:21 smithi162 conmon[89260]: cluster 2023-11-15T06:06:20.143377+0000 mgr.smithi073.hvxekf (mgr.14180) 111 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:22.309 INFO:teuthology.orchestra.run.smithi162.stdout:[client.1] 2023-11-15T06:06:22.309 INFO:teuthology.orchestra.run.smithi162.stdout: key = AQDeX1RloewwEhAASwKtXeb8BpYj6U0c3ErZzA== 2023-11-15T06:06:22.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:22 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.304631+0000 mon.smithi162 (mon. 2023-11-15T06:06:22.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:22 smithi162 conmon[89260]: 1) 18 : audit [INF] from='client.? 172.21.15.162:0/550936347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:06:22.916 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:22 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.305048+0000 mon.smithi073 (mon.0) 556 : 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-15T06:06:22.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:22 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.308196+0000 mon.smithi073 (mon.0) 557 : 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-15T06:06:22.917 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:22 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.508414+0000 mon.smithi073 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:22.932 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:06:22.932 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T06:06:22.932 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T06:06:22.973 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T06:06:22.998 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:22 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.304631+0000 mon.smithi162 ( 2023-11-15T06:06:22.999 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:22 smithi073 conmon[84426]: mon.1) 18 : audit [INF] from='client.? 172.21.15.162:0/550936347' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T06:06:22.999 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:22 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.305048+0000 mon.smithi073 (mon.0) 556 : 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-15T06:06:22.999 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:22 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.308196+0000 mon.smithi073 (mon.0) 557 : 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-15T06:06:22.999 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:22 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.508414+0000 mon.smithi073 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:23.628 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:23.781 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: cluster 2023-11-15T06:06:22.143807+0000 mgr.smithi073.hvxekf (mgr.14180) 112 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:23.781 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: cephadm 2023-11-15T06:06:22.503066+0000 mgr.smithi073.hvxekf (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi073 2023-11-15T06:06:23.782 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.825156+0000 mon.smithi073 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.782 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.825802+0000 mon.smithi073 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.782 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.826308+0000 mon.smithi073 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.782 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.826805+0000 mon.smithi073 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.782 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.830990+0000 mon.smithi073 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:23.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.831909+0000 mon.smithi073 (mon.0 2023-11-15T06:06:23.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: ) 564 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:23.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.832466+0000 mon.smithi073 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:06:23.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.836532+0000 mon.smithi073 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:23.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.839892+0000 mon.smithi073 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:06:23.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.842550+0000 mon.smithi073 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:06:23.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.843546+0000 mon.smithi073 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:06:23.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.843728+0000 mon.smithi073 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:23.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: audit 2023-11-15T06:06:22.844112+0000 2023-11-15T06:06:23.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:23 smithi073 conmon[84426]: mon.smithi073 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:23.806 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: cluster 2023-11-15T06:06:22.143807+0000 mgr.smithi073.hvxekf (mgr.14180) 112 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:23.807 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: cephadm 2023-11-15T06:06:22.503066+0000 mgr.smithi073.hvxekf (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi073 2023-11-15T06:06:23.807 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.825156+0000 mon.smithi073 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.807 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.825802+0000 mon.smithi073 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.807 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.826308+0000 mon.smithi073 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.808 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.826805+0000 mon.smithi073 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:06:23.808 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.830990+0000 mon.smithi073 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:23.808 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.831909+0000 mon.smithi073 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:23.808 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.832466+0000 mon.smithi073 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:06:23.808 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.836532+0000 mon.smithi073 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:23.809 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.839892+0000 mon.smithi073 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:06:23.809 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.842550+0000 mon.smithi073 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:06:23.809 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:06:23.810 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: :06:22.843546+0000 mon.smithi073 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T06:06:23.810 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11-15T06:06:22.843728 2023-11-15T06:06:23.810 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:23.810 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:06:23.811 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: -15T06:06:22.844112+0000 2023-11-15T06:06:23.811 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: mon.smithi073 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:06:23.811 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:23 smithi162 conmon[89260]: 2023-11-15T06:06:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:24 smithi073 conmon[84426]: cephadm 2023-11-15T06:06:22.827195+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:06:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:24 smithi073 conmon[84426]: .14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3236M 2023-11-15T06:06:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:24 smithi162 conmon[89260]: cephadm 2023-11-15T06:06:22.827195+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:06:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:24 smithi162 conmon[89260]: ) 114 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 3236M 2023-11-15T06:06:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:25 smithi162 conmon[89260]: cluster 2023-11-15T06:06:24.144156+0000 mgr.smithi073.hvxekf (mgr.14180) 115 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:26.039 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:26.040 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":37,"fsid":"700540c8-837c-11ee-8dbe-212e2dc638e7","created":"2023-11-15T06:02:25.019289+0000","modified":"2023-11-15T06:06:17.189702+0000","last_up_change":"2023-11-15T06:06:15.176848+0000","last_in_change":"2023-11-15T06:05:33.636404+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-15T06:05:55.989459+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":"7cc11b84-1029-4f2d-b589-2d8167c02d25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6801","nonce":1556957782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6803","nonce":1556957782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6807","nonce":1556957782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6805","nonce":1556957782}]},"public_addr":"172.21.15.162:6801/1556957782","cluster_addr":"172.21.15.162:6803/1556957782","heartbeat_back_addr":"172.21.15.162:6807/1556957782","heartbeat_front_addr":"172.21.15.162:6805/1556957782","state":["exists","up"]},{"osd":1,"uuid":"8d2a99ad-7756-4a57-9c90-bcb2cfcda12f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6803","nonce":1039542561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6805","nonce":1039542561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6809","nonce":1039542561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6807","nonce":1039542561}]},"public_addr":"172.21.15.73:6803/1039542561","cluster_addr":"172.21.15.73:6805/1039542561","heartbeat_back_addr":"172.21.15.73:6809/1039542561","heartbeat_front_addr":"172.21.15.73:6807/1039542561","state":["exists","up"]},{"osd":2,"uuid":"085451c0-ead2-48ba-a7e9-02dde047d4b1","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.162:6808","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6809","nonce":2904941470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6811","nonce":2904941470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6815","nonce":2904941470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6813","nonce":2904941470}]},"public_addr":"172.21.15.162:6809/2904941470","cluster_addr":"172.21.15.162:6811/2904941470","heartbeat_back_addr":"172.21.15.162:6815/2904941470","heartbeat_front_addr":"172.21.15.162:6813/2904941470","state":["exists","up"]},{"osd":3,"uuid":"8771ea95-b96e-4ba8-b2ea-97e139a21848","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6811","nonce":3306649591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6813","nonce":3306649591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6817","nonce":3306649591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6815","nonce":3306649591}]},"public_addr":"172.21.15.73:6811/3306649591","cluster_addr":"172.21.15.73:6813/3306649591","heartbeat_back_addr":"172.21.15.73:6817/3306649591","heartbeat_front_addr":"172.21.15.73:6815/3306649591","state":["exists","up"]},{"osd":4,"uuid":"d182d585-19b8-4006-b0c9-b8f7ade5357c","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.162:6816","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6817","nonce":638450436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6819","nonce":638450436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6823","nonce":638450436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6821","nonce":638450436}]},"public_addr":"172.21.15.162:6817/638450436","cluster_addr":"172.21.15.162:6819/638450436","heartbeat_back_addr":"172.21.15.162:6823/638450436","heartbeat_front_addr":"172.21.15.162:6821/638450436","state":["exists","up"]},{"osd":5,"uuid":"84e43546-a7b1-4cdb-aeec-41473b275bf2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6819","nonce":3330396074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6821","nonce":3330396074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6825","nonce":3330396074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6823","nonce":3330396074}]},"public_addr":"172.21.15.73:6819/3330396074","cluster_addr":"172.21.15.73:6821/3330396074","heartbeat_back_addr":"172.21.15.73:6825/3330396074","heartbeat_front_addr":"172.21.15.73:6823/3330396074","state":["exists","up"]},{"osd":6,"uuid":"c5f6cc48-faf8-447f-ab21-c04d0e277646","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6825","nonce":3239630803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6827","nonce":3239630803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6831","nonce":3239630803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6829","nonce":3239630803}]},"public_addr":"172.21.15.162:6825/3239630803","cluster_addr":"172.21.15.162:6827/3239630803","heartbeat_back_addr":"172.21.15.162:6831/3239630803","heartbeat_front_addr":"172.21.15.162:6829/3239630803","state":["exists","up"]},{"osd":7,"uuid":"1603a015-46fb-4263-8556-ab35f160d247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6827","nonce":2623601883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6829","nonce":2623601883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6833","nonce":2623601883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6831","nonce":2623601883}]},"public_addr":"172.21.15.73:6827/2623601883","cluster_addr":"172.21.15.73:6829/2623601883","heartbeat_back_addr":"172.21.15.73:6833/2623601883","heartbeat_front_addr":"172.21.15.73:6831/2623601883","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-15T06:05:48.899251+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-15T06:05:51.734356+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-15T06:05:54.554628+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-15T06:05:58.674808+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-15T06:05:59.885250+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-15T06:06:05.699717+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-15T06:06:05.368263+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-15T06:06:13.504913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:6801/610889114":"2023-11-16T06:04:08.113555+0000","172.21.15.73:6800/610889114":"2023-11-16T06:04:08.113555+0000","172.21.15.73:0/2936673914":"2023-11-16T06:04:08.113555+0000","172.21.15.73:6800/4266222774":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/3302260754":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/2200836650":"2023-11-16T06:04:08.113555+0000","172.21.15.73:0/1112390747":"2023-11-16T06:02:48.098461+0000","172.21.15.73:6801/4266222774":"2023-11-16T06:03:17.379267+0000","172.21.15.73:6800/1424957023":"2023-11-16T06:02:48.098461+0000","172.21.15.73:6801/1424957023":"2023-11-16T06:02:48.098461+0000","172.21.15.73:0/3327384755":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/1869727155":"2023-11-16T06:02:48.098461+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-15T06:06:26.040 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:25 smithi073 conmon[84426]: cluster 2023-11-15T06:06:24.144156+0000 mgr.smithi073.hvxekf (mgr.14180) 115 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:26.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:26 smithi162 conmon[89260]: audit 2023-11-15T06:06:26.037636+0000 mon.smithi073 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.73:0/49336636' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:06:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:26 smithi073 conmon[84426]: audit 2023-11-15T06:06:26.037636+0000 mon.smithi073 (mon.0 2023-11-15T06:06:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:26 smithi073 conmon[84426]: ) 572 : audit [DBG] from='client.? 172.21.15.73:0/49336636' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:06:27.290 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T06:05:55.989459+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-15T06:06:27.291 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T06:06:28.021 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:27 smithi073 conmon[84426]: cluster 2023-11-15T06:06:26.144469+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:06:28.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:27 smithi073 conmon[84426]: mgr.14180) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:28.030 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:27 smithi162 conmon[89260]: cluster 2023-11-15T06:06:26.144469+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:06:28.031 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:27 smithi162 conmon[89260]: ) 116 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:28.497 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:29 smithi073 conmon[84426]: cluster 2023-11-15T06:06:28.144935+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:06:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:29 smithi073 conmon[84426]: mgr.14180) 117 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:30.038 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:29 smithi162 conmon[89260]: cluster 2023-11-15T06:06:28.144935+0000 mgr.smithi073.hvxekf (mgr.14180) 117 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:30.877 INFO:teuthology.orchestra.run.smithi073.stdout:pg_num: 1 2023-11-15T06:06:31.670 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T06:06:31.671 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T06:06:31.672 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T06:06:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:31 smithi162 conmon[89260]: cluster 2023-11-15T06:06:30.145311+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:06:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:31 smithi162 conmon[89260]: .14180) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:31 smithi162 conmon[89260]: audit 2023-11-15T06:06:30.876592+0000 mon.smithi073 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.73:0/2349888055' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T06:06:31.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:31 smithi162 conmon[89260]: audit 2023-11-15T06:06:31.549273+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:31 smithi073 conmon[84426]: cluster 2023-11-15T06:06:30.145311+0000 mgr.smithi073.hvxekf (mgr.14180) 118 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:31 smithi073 conmon[84426]: audit 2023-11-15T06:06:30.876592+0000 mon.smithi073 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.73:0/2349888055' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T06:06:32.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:31 smithi073 conmon[84426]: audit 2023-11-15T06:06:31.549273+0000 mon.smithi073 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:32.279 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:34.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:33 smithi073 conmon[84426]: cluster 2023-11-15T06:06:32.146005+0000 mgr.smithi073.hvxekf (mgr.14180) 119 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:33 smithi162 conmon[89260]: cluster 2023-11-15T06:06:32.146005+0000 mgr.smithi073.hvxekf (mgr.14180) 119 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:34.604 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:35.228 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi073.hvxekf","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":4236498734},{"type":"v1","addr":"172.21.15.73:6801","nonce":4236498734}]},"active_addr":"172.21.15.73:6801/4236498734","active_change":"2023-11-15T06:04:08.113666+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi162.jyucap","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.73:8443/","prometheus":"http://172.21.15.73: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.73:0","nonce":3867163063}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.73:0","nonce":3451214505}]}]} 2023-11-15T06:06:35.232 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T06:06:35.232 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T06:06:35.233 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T06:06:35.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:35 smithi073 conmon[84426]: audit 2023-11-15T06:06:34.039917+0000 mon.smithi073 (mon. 2023-11-15T06:06:35.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:35 smithi073 conmon[84426]: 0) 575 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:35.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:35 smithi073 conmon[84426]: cluster 2023-11-15T06:06:34.146306+0000 mgr.smithi073.hvxekf (mgr.14180) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:35.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:35 smithi073 conmon[84426]: audit 2023-11-15T06:06:34.598937+0000 mon.smithi073 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.73:0/2347816691' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T06:06:35.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:35 smithi162 conmon[89260]: audit 2023-11-15T06:06:34.039917+0000 mon.smithi073 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:06:35.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:35 smithi162 conmon[89260]: cluster 2023-11-15T06:06:34.146306+0000 mgr.smithi073.hvxekf (mgr.14180) 120 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:35.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:35 smithi162 conmon[89260]: audit 2023-11-15T06:06:34.598937 2023-11-15T06:06:35.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:35 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.73:0/2347816691' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T06:06:35.594 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:37.252 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:37.253 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":37,"fsid":"700540c8-837c-11ee-8dbe-212e2dc638e7","created":"2023-11-15T06:02:25.019289+0000","modified":"2023-11-15T06:06:17.189702+0000","last_up_change":"2023-11-15T06:06:15.176848+0000","last_in_change":"2023-11-15T06:05:33.636404+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-15T06:05:55.989459+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":"7cc11b84-1029-4f2d-b589-2d8167c02d25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6801","nonce":1556957782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6803","nonce":1556957782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6807","nonce":1556957782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6805","nonce":1556957782}]},"public_addr":"172.21.15.162:6801/1556957782","cluster_addr":"172.21.15.162:6803/1556957782","heartbeat_back_addr":"172.21.15.162:6807/1556957782","heartbeat_front_addr":"172.21.15.162:6805/1556957782","state":["exists","up"]},{"osd":1,"uuid":"8d2a99ad-7756-4a57-9c90-bcb2cfcda12f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6803","nonce":1039542561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6805","nonce":1039542561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6809","nonce":1039542561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6807","nonce":1039542561}]},"public_addr":"172.21.15.73:6803/1039542561","cluster_addr":"172.21.15.73:6805/1039542561","heartbeat_back_addr":"172.21.15.73:6809/1039542561","heartbeat_front_addr":"172.21.15.73:6807/1039542561","state":["exists","up"]},{"osd":2,"uuid":"085451c0-ead2-48ba-a7e9-02dde047d4b1","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.162:6808","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6809","nonce":2904941470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6811","nonce":2904941470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6815","nonce":2904941470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6813","nonce":2904941470}]},"public_addr":"172.21.15.162:6809/2904941470","cluster_addr":"172.21.15.162:6811/2904941470","heartbeat_back_addr":"172.21.15.162:6815/2904941470","heartbeat_front_addr":"172.21.15.162:6813/2904941470","state":["exists","up"]},{"osd":3,"uuid":"8771ea95-b96e-4ba8-b2ea-97e139a21848","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6811","nonce":3306649591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6813","nonce":3306649591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6817","nonce":3306649591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6815","nonce":3306649591}]},"public_addr":"172.21.15.73:6811/3306649591","cluster_addr":"172.21.15.73:6813/3306649591","heartbeat_back_addr":"172.21.15.73:6817/3306649591","heartbeat_front_addr":"172.21.15.73:6815/3306649591","state":["exists","up"]},{"osd":4,"uuid":"d182d585-19b8-4006-b0c9-b8f7ade5357c","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.162:6816","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6817","nonce":638450436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6819","nonce":638450436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6823","nonce":638450436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6821","nonce":638450436}]},"public_addr":"172.21.15.162:6817/638450436","cluster_addr":"172.21.15.162:6819/638450436","heartbeat_back_addr":"172.21.15.162:6823/638450436","heartbeat_front_addr":"172.21.15.162:6821/638450436","state":["exists","up"]},{"osd":5,"uuid":"84e43546-a7b1-4cdb-aeec-41473b275bf2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6819","nonce":3330396074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6821","nonce":3330396074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6825","nonce":3330396074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6823","nonce":3330396074}]},"public_addr":"172.21.15.73:6819/3330396074","cluster_addr":"172.21.15.73:6821/3330396074","heartbeat_back_addr":"172.21.15.73:6825/3330396074","heartbeat_front_addr":"172.21.15.73:6823/3330396074","state":["exists","up"]},{"osd":6,"uuid":"c5f6cc48-faf8-447f-ab21-c04d0e277646","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6825","nonce":3239630803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6827","nonce":3239630803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6831","nonce":3239630803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6829","nonce":3239630803}]},"public_addr":"172.21.15.162:6825/3239630803","cluster_addr":"172.21.15.162:6827/3239630803","heartbeat_back_addr":"172.21.15.162:6831/3239630803","heartbeat_front_addr":"172.21.15.162:6829/3239630803","state":["exists","up"]},{"osd":7,"uuid":"1603a015-46fb-4263-8556-ab35f160d247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6827","nonce":2623601883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6829","nonce":2623601883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6833","nonce":2623601883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6831","nonce":2623601883}]},"public_addr":"172.21.15.73:6827/2623601883","cluster_addr":"172.21.15.73:6829/2623601883","heartbeat_back_addr":"172.21.15.73:6833/2623601883","heartbeat_front_addr":"172.21.15.73:6831/2623601883","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-15T06:05:48.899251+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-15T06:05:51.734356+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-15T06:05:54.554628+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-15T06:05:58.674808+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-15T06:05:59.885250+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-15T06:06:05.699717+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-15T06:06:05.368263+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-15T06:06:13.504913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:6801/610889114":"2023-11-16T06:04:08.113555+0000","172.21.15.73:6800/610889114":"2023-11-16T06:04:08.113555+0000","172.21.15.73:0/2936673914":"2023-11-16T06:04:08.113555+0000","172.21.15.73:6800/4266222774":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/3302260754":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/2200836650":"2023-11-16T06:04:08.113555+0000","172.21.15.73:0/1112390747":"2023-11-16T06:02:48.098461+0000","172.21.15.73:6801/4266222774":"2023-11-16T06:03:17.379267+0000","172.21.15.73:6800/1424957023":"2023-11-16T06:02:48.098461+0000","172.21.15.73:6801/1424957023":"2023-11-16T06:02:48.098461+0000","172.21.15.73:0/3327384755":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/1869727155":"2023-11-16T06:02:48.098461+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-15T06:06:37.545 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:37 smithi073 conmon[84426]: cluster 2023-11-15T06:06:36.146649+0000 mgr.smithi073.hvxekf (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:37.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:37 smithi162 conmon[89260]: cluster 2023-11-15T06:06:36.146649+0000 mgr.smithi073.hvxekf (mgr.14180) 121 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:37.970 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T06:06:37.971 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T06:06:38.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:38 smithi073 conmon[84426]: audit 2023-11-15T06:06:37.250311+0000 mon.smithi073 (mon 2023-11-15T06:06:38.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:38 smithi073 conmon[84426]: .0) 577 : audit [DBG] from='client.? 172.21.15.73:0/1554039632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:06:38.333 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:38.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:38 smithi162 conmon[89260]: audit 2023-11-15T06:06:37.250311+0000 mon.smithi073 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.73:0/1554039632' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:06:39.547 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:39 smithi073 conmon[84426]: cluster 2023-11-15T06:06:38.147002+0000 mgr.smithi073.hvxekf (mgr.14180) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:39.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:39 smithi162 conmon[89260]: cluster 2023-11-15T06:06:38.147002+0000 mgr.smithi073.hvxekf (mgr.14180) 122 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:39.911 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:06:39.911 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":37,"fsid":"700540c8-837c-11ee-8dbe-212e2dc638e7","created":"2023-11-15T06:02:25.019289+0000","modified":"2023-11-15T06:06:17.189702+0000","last_up_change":"2023-11-15T06:06:15.176848+0000","last_in_change":"2023-11-15T06:05:33.636404+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-15T06:05:55.989459+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":"7cc11b84-1029-4f2d-b589-2d8167c02d25","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6800","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6801","nonce":1556957782}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6803","nonce":1556957782}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6807","nonce":1556957782}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1556957782},{"type":"v1","addr":"172.21.15.162:6805","nonce":1556957782}]},"public_addr":"172.21.15.162:6801/1556957782","cluster_addr":"172.21.15.162:6803/1556957782","heartbeat_back_addr":"172.21.15.162:6807/1556957782","heartbeat_front_addr":"172.21.15.162:6805/1556957782","state":["exists","up"]},{"osd":1,"uuid":"8d2a99ad-7756-4a57-9c90-bcb2cfcda12f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6803","nonce":1039542561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6805","nonce":1039542561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6808","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6809","nonce":1039542561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":1039542561},{"type":"v1","addr":"172.21.15.73:6807","nonce":1039542561}]},"public_addr":"172.21.15.73:6803/1039542561","cluster_addr":"172.21.15.73:6805/1039542561","heartbeat_back_addr":"172.21.15.73:6809/1039542561","heartbeat_front_addr":"172.21.15.73:6807/1039542561","state":["exists","up"]},{"osd":2,"uuid":"085451c0-ead2-48ba-a7e9-02dde047d4b1","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.162:6808","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6809","nonce":2904941470}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6811","nonce":2904941470}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6815","nonce":2904941470}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":2904941470},{"type":"v1","addr":"172.21.15.162:6813","nonce":2904941470}]},"public_addr":"172.21.15.162:6809/2904941470","cluster_addr":"172.21.15.162:6811/2904941470","heartbeat_back_addr":"172.21.15.162:6815/2904941470","heartbeat_front_addr":"172.21.15.162:6813/2904941470","state":["exists","up"]},{"osd":3,"uuid":"8771ea95-b96e-4ba8-b2ea-97e139a21848","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6811","nonce":3306649591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6813","nonce":3306649591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6816","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6817","nonce":3306649591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":3306649591},{"type":"v1","addr":"172.21.15.73:6815","nonce":3306649591}]},"public_addr":"172.21.15.73:6811/3306649591","cluster_addr":"172.21.15.73:6813/3306649591","heartbeat_back_addr":"172.21.15.73:6817/3306649591","heartbeat_front_addr":"172.21.15.73:6815/3306649591","state":["exists","up"]},{"osd":4,"uuid":"d182d585-19b8-4006-b0c9-b8f7ade5357c","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.162:6816","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6817","nonce":638450436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6819","nonce":638450436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6823","nonce":638450436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":638450436},{"type":"v1","addr":"172.21.15.162:6821","nonce":638450436}]},"public_addr":"172.21.15.162:6817/638450436","cluster_addr":"172.21.15.162:6819/638450436","heartbeat_back_addr":"172.21.15.162:6823/638450436","heartbeat_front_addr":"172.21.15.162:6821/638450436","state":["exists","up"]},{"osd":5,"uuid":"84e43546-a7b1-4cdb-aeec-41473b275bf2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6819","nonce":3330396074}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6821","nonce":3330396074}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6825","nonce":3330396074}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":3330396074},{"type":"v1","addr":"172.21.15.73:6823","nonce":3330396074}]},"public_addr":"172.21.15.73:6819/3330396074","cluster_addr":"172.21.15.73:6821/3330396074","heartbeat_back_addr":"172.21.15.73:6825/3330396074","heartbeat_front_addr":"172.21.15.73:6823/3330396074","state":["exists","up"]},{"osd":6,"uuid":"c5f6cc48-faf8-447f-ab21-c04d0e277646","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6825","nonce":3239630803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6827","nonce":3239630803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6831","nonce":3239630803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":3239630803},{"type":"v1","addr":"172.21.15.162:6829","nonce":3239630803}]},"public_addr":"172.21.15.162:6825/3239630803","cluster_addr":"172.21.15.162:6827/3239630803","heartbeat_back_addr":"172.21.15.162:6831/3239630803","heartbeat_front_addr":"172.21.15.162:6829/3239630803","state":["exists","up"]},{"osd":7,"uuid":"1603a015-46fb-4263-8556-ab35f160d247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6827","nonce":2623601883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6829","nonce":2623601883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6832","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6833","nonce":2623601883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":2623601883},{"type":"v1","addr":"172.21.15.73:6831","nonce":2623601883}]},"public_addr":"172.21.15.73:6827/2623601883","cluster_addr":"172.21.15.73:6829/2623601883","heartbeat_back_addr":"172.21.15.73:6833/2623601883","heartbeat_front_addr":"172.21.15.73:6831/2623601883","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-15T06:05:48.899251+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-15T06:05:51.734356+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-15T06:05:54.554628+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-15T06:05:58.674808+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-15T06:05:59.885250+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-15T06:06:05.699717+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-15T06:06:05.368263+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-15T06:06:13.504913+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.73:6801/610889114":"2023-11-16T06:04:08.113555+0000","172.21.15.73:6800/610889114":"2023-11-16T06:04:08.113555+0000","172.21.15.73:0/2936673914":"2023-11-16T06:04:08.113555+0000","172.21.15.73:6800/4266222774":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/3302260754":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/2200836650":"2023-11-16T06:04:08.113555+0000","172.21.15.73:0/1112390747":"2023-11-16T06:02:48.098461+0000","172.21.15.73:6801/4266222774":"2023-11-16T06:03:17.379267+0000","172.21.15.73:6800/1424957023":"2023-11-16T06:02:48.098461+0000","172.21.15.73:6801/1424957023":"2023-11-16T06:02:48.098461+0000","172.21.15.73:0/3327384755":"2023-11-16T06:03:17.379267+0000","172.21.15.73:0/1869727155":"2023-11-16T06:02:48.098461+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-15T06:06:40.511 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:40 smithi073 conmon[84426]: audit 2023-11-15T06:06:39.909563+0000 mon.smithi073 (mon.0) 578 2023-11-15T06:06:40.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:40 smithi073 conmon[84426]: : audit [DBG] from='client.? 172.21.15.73:0/3231250860' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:06:40.527 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T06:06:40.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:40 smithi162 conmon[89260]: audit 2023-11-15T06:06:39.909563+0000 mon.smithi073 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.73:0/3231250860' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T06:06:40.897 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:41.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:41 smithi073 conmon[84426]: cluster 2023-11-15T06:06:40.147375+0000 mgr.smithi073.hvxekf (mgr.14180) 123 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:41.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:41 smithi162 conmon[89260]: cluster 2023-11-15T06:06:40.147375+0000 mgr.smithi073.hvxekf (mgr.14180) 123 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:43.026 INFO:teuthology.orchestra.run.smithi073.stdout:68719476749 2023-11-15T06:06:43.026 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T06:06:43.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:43 smithi073 conmon[84426]: cluster 2023-11-15T06:06:42.147763+0000 mgr.smithi073.hvxekf (mgr.14180) 124 2023-11-15T06:06:43.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:43 smithi073 conmon[84426]: : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:43.390 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:43.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:43 smithi162 conmon[89260]: cluster 2023-11-15T06:06:42.147763+0000 mgr.smithi073.hvxekf (mgr.14180) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:45.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:45 smithi073 conmon[84426]: cluster 2023-11-15T06:06:44.148167+0000 mgr.smithi073.hvxekf 2023-11-15T06:06:45.502 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:45 smithi073 conmon[84426]: (mgr.14180) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:45.520 INFO:teuthology.orchestra.run.smithi073.stdout:81604378638 2023-11-15T06:06:45.520 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T06:06:45.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:45 smithi162 conmon[89260]: cluster 2023-11-15T06:06:44.148167+0000 mgr.smithi073.hvxekf (mgr.14180) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:45.888 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:47.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:47 smithi073 conmon[84426]: cluster 2023-11-15T06:06:46.148760+0000 mgr.smithi073.hvxekf (mgr.14180) 126 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:47.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:47 smithi162 conmon[89260]: cluster 2023-11-15T06:06:46.148760+0000 mgr.smithi073.hvxekf (mgr.14180) 126 : cluster [DBG] 2023-11-15T06:06:47.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:47 smithi162 conmon[89260]: pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:47.901 INFO:teuthology.orchestra.run.smithi073.stdout:90194313230 2023-11-15T06:06:47.902 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T06:06:48.261 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:49.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:49 smithi073 conmon[84426]: cluster 2023-11-15T06:06:48.149090+0000 mgr.smithi073.hvxekf (mgr.14180) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:49.512 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:49 smithi073 conmon[84426]: 2023-11-15T06:06:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:49 smithi162 conmon[89260]: cluster 2023-11-15T06:06:48.149090+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:06:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:49 smithi162 conmon[89260]: ) 127 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:50.317 INFO:teuthology.orchestra.run.smithi073.stdout:107374182412 2023-11-15T06:06:50.318 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T06:06:50.679 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:51.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:51 smithi073 conmon[84426]: cluster 2023-11-15T06:06:50.149415+0000 mgr.smithi073.hvxekf (mgr.14180) 128 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:51.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:51 smithi162 conmon[89260]: cluster 2023-11-15T06:06:50.149415+0000 mgr.smithi073.hvxekf (mgr.14180) 128 : cluster 2023-11-15T06:06:51.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:51 smithi162 conmon[89260]: [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:52.650 INFO:teuthology.orchestra.run.smithi073.stdout:115964117005 2023-11-15T06:06:52.651 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T06:06:53.013 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:53.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:53 smithi073 conmon[84426]: cluster 2023-11-15T06:06:52.149873+0000 mgr.smithi073.hvxekf (mgr.14180) 129 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:53.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:53 smithi162 conmon[89260]: cluster 2023-11-15T06:06:52.149873+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:06:53.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:53 smithi162 conmon[89260]: 129 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:55.032 INFO:teuthology.orchestra.run.smithi073.stdout:133143986188 2023-11-15T06:06:55.032 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T06:06:55.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:55 smithi073 conmon[84426]: cluster 2023-11-15T06:06:54.150138+0000 mgr.smithi073.hvxekf (mgr.14180) 130 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:55.400 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:55.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:55 smithi162 conmon[89260]: cluster 2023-11-15T06:06:54.150138+0000 mgr.smithi073.hvxekf (mgr.14180) 130 : cluster 2023-11-15T06:06:55.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:55 smithi162 conmon[89260]: [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:57.394 INFO:teuthology.orchestra.run.smithi073.stdout:133143986188 2023-11-15T06:06:57.395 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T06:06:57.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:57 smithi073 conmon[84426]: cluster 2023-11-15T06:06:56.150430+0000 mgr.smithi073.hvxekf 2023-11-15T06:06:57.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:57 smithi073 conmon[84426]: (mgr.14180) 131 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:57.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:57 smithi162 conmon[89260]: cluster 2023-11-15T06:06:56.150430+0000 mgr.smithi073.hvxekf (mgr.14180) 131 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:57.756 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:06:59.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:06:59 smithi073 conmon[84426]: cluster 2023-11-15T06:06:58.150733+0000 mgr.smithi073.hvxekf (mgr.14180) 132 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:59.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:06:59 smithi162 conmon[89260]: cluster 2023-11-15T06:06:58.150733+0000 mgr.smithi073.hvxekf (mgr.14180) 132 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:06:59.774 INFO:teuthology.orchestra.run.smithi073.stdout:150323855371 2023-11-15T06:06:59.774 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T06:07:00.138 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:01.477 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:01 smithi073 conmon[84426]: cluster 2023-11-15T06:07:00.151092+0000 mgr.smithi073.hvxekf (mgr.14180) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:01.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:01 smithi162 conmon[89260]: cluster 2023-11-15T06:07:00.151092+0000 mgr.smithi073.hvxekf (mgr.14180) 133 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:01.770 INFO:teuthology.orchestra.run.smithi073.stdout:68719476752 2023-11-15T06:07:02.390 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476752 for osd.0 2023-11-15T06:07:02.391 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T06:07:02.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:02 smithi073 conmon[84426]: audit 2023-11-15T06:07:01.769797+0000 mon.smithi073 (mon.0) 579 2023-11-15T06:07:02.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:02 smithi073 conmon[84426]: : audit [DBG] from='client.? 172.21.15.73:0/1524858453' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T06:07:02.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:02 smithi162 conmon[89260]: audit 2023-11-15T06:07:01.769797+0000 mon.smithi073 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.73:0/1524858453' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T06:07:02.750 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:03.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:03 smithi073 conmon[84426]: cluster 2023-11-15T06:07:02.151423+0000 mgr.smithi073.hvxekf (mgr.14180) 134 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:03.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:03 smithi162 conmon[89260]: cluster 2023-11-15T06:07:02.151423+0000 mgr.smithi073.hvxekf (mgr.14180) 134 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:04.363 INFO:teuthology.orchestra.run.smithi073.stdout:81604378641 2023-11-15T06:07:04.991 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378638 got 81604378641 for osd.1 2023-11-15T06:07:04.991 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T06:07:05.353 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:05.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:05 smithi073 conmon[84426]: cluster 2023-11-15T06:07:04.151746 2023-11-15T06:07:05.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:05 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 135 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:05.549 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:05 smithi073 conmon[84426]: audit 2023-11-15T06:07:04.362735+0000 mon.smithi073 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.73:0/3440640856' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T06:07:05.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:05 smithi162 conmon[89260]: cluster 2023-11-15T06:07:04.151746+0000 mgr.smithi073.hvxekf (mgr.14180) 135 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:05.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:05 smithi162 conmon[89260]: audit 2023-11-15T06:07:04.362735+0000 mon.smithi073 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.73:0/3440640856' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T06:07:06.944 INFO:teuthology.orchestra.run.smithi073.stdout:90194313233 2023-11-15T06:07:07.525 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:07 smithi073 conmon[84426]: cluster 2023-11-15T06:07:06.152083+0000 mgr.smithi073.hvxekf (mgr.14180) 136 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:07.526 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:07 smithi073 conmon[84426]: audit 2023-11-15T06:07:06.942234+0000 mon.smithi073 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.73:0/3354964970' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T06:07:07.539 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313230 got 90194313233 for osd.2 2023-11-15T06:07:07.540 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T06:07:07.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:07 smithi162 conmon[89260]: cluster 2023-11-15T06:07:06.152083+0000 mgr.smithi073.hvxekf (mgr.14180) 136 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:07.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:07 smithi162 conmon[89260]: audit 2023-11-15T06:07:06.942234+0000 mon.smithi073 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.73:0/3354964970' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T06:07:07.902 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:09.484 INFO:teuthology.orchestra.run.smithi073.stdout:107374182416 2023-11-15T06:07:09.507 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:09 smithi073 conmon[84426]: cluster 2023-11-15T06:07:08.152387+0000 mgr.smithi073.hvxekf (mgr.14180) 137 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:09.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:09 smithi162 conmon[89260]: cluster 2023-11-15T06:07:08.152387+0000 mgr.smithi073.hvxekf (mgr.14180) 137 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:10.156 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182412 got 107374182416 for osd.3 2023-11-15T06:07:10.156 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T06:07:10.520 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:10.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:10 smithi073 conmon[84426]: audit 2023-11-15T06:07:09.483620+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.73:0/3301171358' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T06:07:10.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:10 smithi162 conmon[89260]: audit 2023-11-15T06:07:09.483620+0000 mon.smithi073 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.73:0/3301171358' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T06:07:11.498 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:11 smithi073 conmon[84426]: cluster 2023-11-15T06:07:10.152777+0000 mgr.smithi073.hvxekf (mgr.14180) 138 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:11.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:11 smithi162 conmon[89260]: cluster 2023-11-15T06:07:10.152777+0000 mgr.smithi073.hvxekf (mgr.14180) 138 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:12.052 INFO:teuthology.orchestra.run.smithi073.stdout:115964117009 2023-11-15T06:07:12.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:12 smithi073 conmon[84426]: audit 2023-11-15T06:07:12.052208+0000 mon.smithi073 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.73:0/765091073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T06:07:12.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:12 smithi162 conmon[89260]: audit 2023-11-15T06:07:12.052208+0000 mon.smithi073 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.73:0/765091073' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T06:07:12.672 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117005 got 115964117009 for osd.4 2023-11-15T06:07:12.673 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T06:07:13.033 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:13.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:13 smithi073 conmon[84426]: cluster 2023-11-15T06:07:12.153085+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:07:13.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:13 smithi073 conmon[84426]: ) 139 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:13 smithi162 conmon[89260]: cluster 2023-11-15T06:07:12.153085+0000 mgr.smithi073.hvxekf (mgr.14180) 139 : 2023-11-15T06:07:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:13 smithi162 conmon[89260]: cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:14.622 INFO:teuthology.orchestra.run.smithi073.stdout:133143986192 2023-11-15T06:07:15.255 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986188 got 133143986192 for osd.5 2023-11-15T06:07:15.256 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T06:07:15.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:15 smithi073 conmon[84426]: cluster 2023-11-15T06:07:14.153429+0000 mgr.smithi073.hvxekf (mgr.14180) 140 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:15.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:15 smithi073 conmon[84426]: audit 2023-11-15T06:07:14.620901+0000 mon.smithi073 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.73:0/2024310848' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T06:07:15.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:15 smithi162 conmon[89260]: cluster 2023-11-15T06:07:14.153429+0000 mgr.smithi073.hvxekf (mgr.14180) 140 : cluster [DBG] 2023-11-15T06:07:15.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:15 smithi162 conmon[89260]: pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:15.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:15 smithi162 conmon[89260]: audit 2023-11-15T06:07:14.620901+0000 mon.smithi073 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.73:0/2024310848' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T06:07:15.618 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:17.201 INFO:teuthology.orchestra.run.smithi073.stdout:133143986192 2023-11-15T06:07:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:17 smithi073 conmon[84426]: cluster 2023-11-15T06:07:16.153760+0000 mgr.smithi073.hvxekf (mgr.14180) 141 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:17 smithi073 conmon[84426]: audit 2023-11-15T06:07:17.200310+0000 mon.smithi073 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.73:0/4201799717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T06:07:17.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:17 smithi162 conmon[89260]: cluster 2023-11-15T06:07:16.153760+0000 mgr.smithi073.hvxekf (mgr.14180) 141 : 2023-11-15T06:07:17.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:17 smithi162 conmon[89260]: cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:17.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:17 smithi162 conmon[89260]: audit 2023-11-15T06:07:17.200310+0000 mon.smithi073 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.73:0/4201799717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T06:07:17.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986188 got 133143986192 for osd.6 2023-11-15T06:07:17.780 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T06:07:18.142 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:19.472 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:19 smithi073 conmon[84426]: cluster 2023-11-15T06:07:18.154107+0000 mgr.smithi073.hvxekf (mgr.14180) 142 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:19.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:19 smithi162 conmon[89260]: cluster 2023-11-15T06:07:18.154107+0000 mgr.smithi073.hvxekf (mgr.14180) 142 : cluster [DBG] 2023-11-15T06:07:19.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:19 smithi162 conmon[89260]: pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:19.778 INFO:teuthology.orchestra.run.smithi073.stdout:150323855375 2023-11-15T06:07:20.423 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855371 got 150323855375 for osd.7 2023-11-15T06:07:20.423 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T06:07:20.424 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T06:07:20.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:20 smithi073 conmon[84426]: audit 2023-11-15T06:07:19.777609+0000 mon.smithi073 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.73:0/1699697735' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T06:07:20.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:20 smithi162 conmon[89260]: audit 2023-11-15T06:07:19.777609+0000 mon.smithi073 (mon.0 2023-11-15T06:07:20.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:20 smithi162 conmon[89260]: ) 586 : audit [DBG] from='client.? 172.21.15.73:0/1699697735' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T06:07:20.786 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:21.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:21 smithi073 conmon[84426]: cluster 2023-11-15T06:07:20.154466+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:07:21.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:21 smithi073 conmon[84426]: 14180) 143 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:21.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:21 smithi162 conmon[89260]: cluster 2023-11-15T06:07:20.154466+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:07:21.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:21 smithi162 conmon[89260]: 14180) 143 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:22.466 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:07:22.467 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2023-11-15T06:07:23.054 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":123,"stamp":"2023-11-15T06:07:22.154606+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":2379612,"kb_used_data":2844,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548836,"statfs":{"total":767926730752,"available":765490008064,"internally_reserved":0,"allocated":2912256,"data_stored":1136565,"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":37,"state":"active+clean","last_fresh":"2023-11-15T06:06:17.469112+0000","last_change":"2023-11-15T06:06:17.469112+0000","last_active":"2023-11-15T06:06:17.469112+0000","last_peered":"2023-11-15T06:06:17.469112+0000","last_clean":"2023-11-15T06:06:17.469112+0000","last_became_active":"2023-11-15T06:06:17.468782+0000","last_became_peered":"2023-11-15T06:06:17.468782+0000","last_unstale":"2023-11-15T06:06:17.469112+0000","last_undegraded":"2023-11-15T06:06:17.469112+0000","last_fullsized":"2023-11-15T06:06:17.469112+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T06:05:56.735367+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T06:05:56.735367+0000","last_clean_scrub_stamp":"2023-11-15T06:05:56.735367+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855376,"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":142110,"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":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.51900000000000002}]},{"osd":1,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.308},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.47999999999999998}]},{"osd":2,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.38500000000000001}]},{"osd":3,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.32100000000000001}]},{"osd":4,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.495}]},{"osd":5,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.55800000000000005}]},{"osd":6,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.50800000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986194,"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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.31},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.32300000000000001}]},{"osd":1,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.46700000000000003}]},{"osd":2,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.379}]},{"osd":3,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.436}]},{"osd":4,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.501},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.53000000000000003}]},{"osd":5,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.56299999999999994}]},{"osd":7,"last update":"Wed Nov 15 06:07:17 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.55400000000000005}]}]},{"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":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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.51200000000000001}]},{"osd":2,"last update":"Wed Nov 15 06:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.53600000000000003}]},{"osd":3,"last update":"Wed Nov 15 06:07:00 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.35099999999999998}]},{"osd":4,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.502}]},{"osd":5,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.41399999999999998}]},{"osd":6,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.55400000000000005}]},{"osd":7,"last update":"Wed Nov 15 06:07:16 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":3.206,"5min":3.206,"15min":3.206},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.434}]}]},{"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":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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 15 06:06:54 2023","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.50900000000000001}]},{"osd":2,"last update":"Wed Nov 15 06:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.39700000000000002}]},{"osd":3,"last update":"Wed Nov 15 06:07:01 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.57599999999999996}]},{"osd":4,"last update":"Wed Nov 15 06:07:01 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.42199999999999999}]},{"osd":5,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":3.9359999999999999,"5min":3.9359999999999999,"15min":3.9359999999999999},"last":0.504}]},{"osd":6,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.34999999999999998}]},{"osd":7,"last update":"Wed Nov 15 06:07:15 2023","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.754,"5min":0.754,"15min":0.754},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":3.8759999999999999,"5min":3.8759999999999999,"15min":3.8759999999999999},"last":0.48699999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313237,"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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:06:55 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.42699999999999999}]},{"osd":1,"last update":"Wed Nov 15 06:06:55 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.46300000000000002}]},{"osd":3,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.55600000000000005}]},{"osd":4,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.5}]},{"osd":5,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.57799999999999996}]},{"osd":6,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.59199999999999997}]},{"osd":7,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.66000000000000003}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":141795,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.51300000000000001}]},{"osd":1,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.27900000000000003}]},{"osd":2,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.60999999999999999}]},{"osd":4,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.66100000000000003}]},{"osd":5,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.34000000000000002}]},{"osd":6,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63600000000000001}]},{"osd":7,"last update":"Wed Nov 15 06:07:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.36699999999999999}]}]},{"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":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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.27700000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.40400000000000003}]},{"osd":1,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.60799999999999998}]},{"osd":2,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.35999999999999999}]},{"osd":3,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.52100000000000002}]},{"osd":5,"last update":"Wed Nov 15 06:07:07 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.55400000000000005}]},{"osd":6,"last update":"Wed Nov 15 06:07:07 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":0.47499999999999998}]},{"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.63200000000000001}]}]},{"osd":5,"up_from":31,"seq":133143986194,"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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.66200000000000003}]},{"osd":1,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.29899999999999999}]},{"osd":2,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.54100000000000004}]},{"osd":3,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.44900000000000001}]},{"osd":4,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.60799999999999998}]},{"osd":6,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.624}]},{"osd":7,"last update":"Wed Nov 15 06:07:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.46200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T06:07:23.056 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T06:07:23.421 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:23.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:23 smithi073 conmon[84426]: cluster 2023-11-15T06:07:22.154745+0000 mgr.smithi073.hvxekf (mgr.14180) 144 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:23.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:23 smithi073 conmon[84426]: audit 2023-11-15T06:07:22.462346+0000 mgr.smithi073.hvxekf (mgr.14180) 145 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:23.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:23 smithi162 conmon[89260]: cluster 2023-11-15T06:07:22.154745+0000 mgr.smithi073.hvxekf (mgr.14180) 144 : 2023-11-15T06:07:23.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:23 smithi162 conmon[89260]: cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:23.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:23 smithi162 conmon[89260]: audit 2023-11-15T06:07:22.462346+0000 mgr.smithi073.hvxekf (mgr.14180) 145 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:25.013 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:07:25.013 INFO:teuthology.orchestra.run.smithi073.stderr:dumped all 2023-11-15T06:07:25.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:25 smithi073 conmon[84426]: cluster 2023-11-15T06:07:24.155150+0000 mgr.smithi073.hvxekf (mgr.14180) 146 : cluster [DBG] 2023-11-15T06:07:25.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:25 smithi073 conmon[84426]: pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:25.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:25 smithi162 conmon[89260]: cluster 2023-11-15T06:07:24.155150+0000 mgr.smithi073.hvxekf (mgr.14180) 146 : cluster [DBG] 2023-11-15T06:07:25.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:25 smithi162 conmon[89260]: pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:25.612 INFO:teuthology.orchestra.run.smithi073.stdout:{"pg_ready":true,"pg_map":{"version":124,"stamp":"2023-11-15T06:07:24.154959+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":2379612,"kb_used_data":2844,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548836,"statfs":{"total":767926730752,"available":765490008064,"internally_reserved":0,"allocated":2912256,"data_stored":1136565,"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":37,"state":"active+clean","last_fresh":"2023-11-15T06:06:17.469112+0000","last_change":"2023-11-15T06:06:17.469112+0000","last_active":"2023-11-15T06:06:17.469112+0000","last_peered":"2023-11-15T06:06:17.469112+0000","last_clean":"2023-11-15T06:06:17.469112+0000","last_became_active":"2023-11-15T06:06:17.468782+0000","last_became_peered":"2023-11-15T06:06:17.468782+0000","last_unstale":"2023-11-15T06:06:17.469112+0000","last_undegraded":"2023-11-15T06:06:17.469112+0000","last_fullsized":"2023-11-15T06:06:17.469112+0000","mapping_epoch":36,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":37,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T06:05:56.735367+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T06:05:56.735367+0000","last_clean_scrub_stamp":"2023-11-15T06:05:56.735367+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855376,"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":142110,"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":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.51900000000000002}]},{"osd":1,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"last":0.308},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.47999999999999998}]},{"osd":2,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.38500000000000001}]},{"osd":3,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.32100000000000001}]},{"osd":4,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.495}]},{"osd":5,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.55800000000000005}]},{"osd":6,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.50800000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986194,"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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.31},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.32300000000000001}]},{"osd":1,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.46700000000000003}]},{"osd":2,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.379}]},{"osd":3,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.436}]},{"osd":4,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.501},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.53000000000000003}]},{"osd":5,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.56299999999999994}]},{"osd":7,"last update":"Wed Nov 15 06:07:17 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.55400000000000005}]}]},{"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":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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.51200000000000001}]},{"osd":2,"last update":"Wed Nov 15 06:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.53600000000000003}]},{"osd":3,"last update":"Wed Nov 15 06:07:00 2023","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.35099999999999998}]},{"osd":4,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.502}]},{"osd":5,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.41399999999999998}]},{"osd":6,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.55400000000000005}]},{"osd":7,"last update":"Wed Nov 15 06:07:16 2023","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":3.206,"5min":3.206,"15min":3.206},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.434}]}]},{"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":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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 15 06:06:54 2023","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.50900000000000001}]},{"osd":2,"last update":"Wed Nov 15 06:06:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.39700000000000002}]},{"osd":3,"last update":"Wed Nov 15 06:07:01 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.57599999999999996}]},{"osd":4,"last update":"Wed Nov 15 06:07:01 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.23200000000000001,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.42199999999999999}]},{"osd":5,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":3.9359999999999999,"5min":3.9359999999999999,"15min":3.9359999999999999},"last":0.504}]},{"osd":6,"last update":"Wed Nov 15 06:07:10 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.34999999999999998}]},{"osd":7,"last update":"Wed Nov 15 06:07:15 2023","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.754,"5min":0.754,"15min":0.754},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":3.8759999999999999,"5min":3.8759999999999999,"15min":3.8759999999999999},"last":0.48699999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313237,"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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:06:55 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.42699999999999999}]},{"osd":1,"last update":"Wed Nov 15 06:06:55 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.46300000000000002}]},{"osd":3,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.55600000000000005}]},{"osd":4,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.5}]},{"osd":5,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.57799999999999996}]},{"osd":6,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.59199999999999997}]},{"osd":7,"last update":"Wed Nov 15 06:07:18 2023","interfaces":[{"interface":"back","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.66000000000000003}]}]},{"osd":3,"up_from":25,"seq":107374182419,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297448,"kb_used_data":352,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443608,"statfs":{"total":95990841344,"available":95686254592,"internally_reserved":0,"allocated":360448,"data_stored":141795,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.51300000000000001}]},{"osd":1,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.27900000000000003}]},{"osd":2,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.60999999999999999}]},{"osd":4,"last update":"Wed Nov 15 06:07:03 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.66100000000000003}]},{"osd":5,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.34000000000000002}]},{"osd":6,"last update":"Wed Nov 15 06:07:09 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63600000000000001}]},{"osd":7,"last update":"Wed Nov 15 06:07:16 2023","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.36699999999999999}]}]},{"osd":4,"up_from":27,"seq":115964117012,"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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.376},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.42699999999999999}]},{"osd":1,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.504},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.51500000000000001}]},{"osd":2,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.39000000000000001}]},{"osd":3,"last update":"Wed Nov 15 06:07:04 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.57599999999999996}]},{"osd":5,"last update":"Wed Nov 15 06:07:07 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.1719999999999999,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.442}]},{"osd":6,"last update":"Wed Nov 15 06:07:07 2023","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":1.083,"5min":1.083,"15min":1.083},"last":0.47699999999999998}]},{"osd":7,"last update":"Wed Nov 15 06:07:17 2023","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.198,"5min":1.198,"15min":1.198},"last":0.60499999999999998}]}]},{"osd":5,"up_from":31,"seq":133143986194,"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":142110,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.66200000000000003}]},{"osd":1,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.29899999999999999}]},{"osd":2,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.54100000000000004}]},{"osd":3,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.874,"5min":0.874,"15min":0.874},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.44900000000000001}]},{"osd":4,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.60799999999999998}]},{"osd":6,"last update":"Wed Nov 15 06:07:08 2023","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.624}]},{"osd":7,"last update":"Wed Nov 15 06:07:19 2023","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.46200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-15T06:07:25.614 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T06:07:25.614 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T06:07:25.615 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T06:07:25.615 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T06:07:25.978 INFO:teuthology.orchestra.run.smithi073.stderr:Inferring config /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/mon.smithi073/config 2023-11-15T06:07:26.546 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:26 smithi073 conmon[84426]: audit 2023-11-15T06:07:25.008450+0000 mgr.smithi073.hvxekf (mgr.14180) 147 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:26.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:26 smithi162 conmon[89260]: audit 2023-11-15T06:07:25.008450+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:07:26.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:26 smithi162 conmon[89260]: mgr.14180) 147 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:27.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:27 smithi073 conmon[84426]: cluster 2023-11-15T06:07:26.155448+0000 mgr.smithi073.hvxekf (mgr.14180) 148 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:27.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:27 smithi162 conmon[89260]: cluster 2023-11-15T06:07:26.155448+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:07:27.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:27 smithi162 conmon[89260]: ) 148 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:27.607 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:07:28.228 INFO:teuthology.orchestra.run.smithi073.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T06:07:28.229 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T06:07:28.229 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T06:07:28.230 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T06:07:28.240 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T06:07:28.241 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T06:07:28.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:28 smithi073 conmon[84426]: audit 2023-11-15T06:07:27.606927+0000 mon.smithi073 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.73:0/953915' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T06:07:28.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:28 smithi162 conmon[89260]: audit 2023-11-15T06:07:27.606927+0000 mon.smithi073 (mon 2023-11-15T06:07:28.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:28 smithi162 conmon[89260]: .0) 587 : audit [DBG] from='client.? 172.21.15.73:0/953915' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T06:07:29.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:29 smithi073 conmon[84426]: cluster 2023-11-15T06:07:28.155836+0000 mgr.smithi073.hvxekf (mgr.14180) 149 : cluster 2023-11-15T06:07:29.513 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:29 smithi073 conmon[84426]: [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:29.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:29 smithi162 conmon[89260]: cluster 2023-11-15T06:07:28.155836+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:07:29.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:29 smithi162 conmon[89260]: ) 149 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:30.150 INFO:teuthology.orchestra.run.smithi073.stdout:Backend: cephadm 2023-11-15T06:07:30.150 INFO:teuthology.orchestra.run.smithi073.stdout:Available: Yes 2023-11-15T06:07:30.151 INFO:teuthology.orchestra.run.smithi073.stdout:Paused: No 2023-11-15T06:07:30.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T06:07:31.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:31 smithi073 conmon[84426]: audit 2023-11-15T06:07:30.147559+0000 mgr.smithi073.hvxekf (mgr.14180) 150 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:31.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:31 smithi073 conmon[84426]: cluster 2023-11-15T06:07:30.156117+0000 mgr.smithi073.hvxekf (mgr.14180) 151 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:31.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:31 smithi162 conmon[89260]: audit 2023-11-15T06:07:30.147559+0000 mgr.smithi073.hvxekf (mgr.14180) 150 : audit 2023-11-15T06:07:31.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:31 smithi162 conmon[89260]: [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:31.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:31 smithi162 conmon[89260]: cluster 2023-11-15T06:07:30.156117+0000 mgr.smithi073.hvxekf (mgr.14180) 151 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:32.678 INFO:teuthology.orchestra.run.smithi073.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T06:07:32.678 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager.smithi073 smithi073 *:9093,9094 running (2m) 75s ago 3m 16.2M - 0.23.0 ba2b418f427c 81f3876cbf3a 2023-11-15T06:07:32.678 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi073 smithi073 running (3m) 75s ago 3m 7306k - 16.2.14-170-g620f25c1 d02b7545bf4f 010b999c6df3 2023-11-15T06:07:32.678 INFO:teuthology.orchestra.run.smithi073.stdout:crash.smithi162 smithi162 running (2m) 77s ago 2m 7436k - 16.2.14-170-g620f25c1 d02b7545bf4f 251ab6160307 2023-11-15T06:07:32.679 INFO:teuthology.orchestra.run.smithi073.stdout:grafana.smithi073 smithi073 *:3000 running (2m) 75s ago 3m 48.2M - 8.3.5 dad864ee21e9 61c31430ccbe 2023-11-15T06:07:32.679 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi073.hvxekf smithi073 *:9283 running (5m) 75s ago 5m 444M - 16.2.14-170-g620f25c1 d02b7545bf4f 913d6264190e 2023-11-15T06:07:32.679 INFO:teuthology.orchestra.run.smithi073.stdout:mgr.smithi162.jyucap smithi162 *:8443,9283 running (2m) 77s ago 2m 393M - 16.2.14-170-g620f25c1 d02b7545bf4f e872921322cd 2023-11-15T06:07:32.679 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi073 smithi073 running (5m) 75s ago 5m 75.5M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 1121d382a65e 2023-11-15T06:07:32.679 INFO:teuthology.orchestra.run.smithi073.stdout:mon.smithi162 smithi162 running (2m) 77s ago 2m 65.2M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f db94f54e4663 2023-11-15T06:07:32.679 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi073 smithi073 *:9100 running (3m) 75s ago 3m 24.1M - 1.3.1 1dbe0e931976 1bbe96146041 2023-11-15T06:07:32.680 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter.smithi162 smithi162 *:9100 running (2m) 77s ago 2m 22.9M - 1.3.1 1dbe0e931976 44598ebbab41 2023-11-15T06:07:32.680 INFO:teuthology.orchestra.run.smithi073.stdout:osd.0 smithi162 running (108s) 77s ago 108s 32.5M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 01cc6717c3ca 2023-11-15T06:07:32.680 INFO:teuthology.orchestra.run.smithi073.stdout:osd.1 smithi073 running (105s) 75s ago 105s 34.2M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f c6a0fa56738d 2023-11-15T06:07:32.680 INFO:teuthology.orchestra.run.smithi073.stdout:osd.2 smithi162 running (102s) 77s ago 102s 31.2M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f f26611e8aed8 2023-11-15T06:07:32.680 INFO:teuthology.orchestra.run.smithi073.stdout:osd.3 smithi073 running (98s) 75s ago 98s 30.8M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f f82d9c65c377 2023-11-15T06:07:32.681 INFO:teuthology.orchestra.run.smithi073.stdout:osd.4 smithi162 running (97s) 77s ago 97s 31.0M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 87dbc838e68d 2023-11-15T06:07:32.681 INFO:teuthology.orchestra.run.smithi073.stdout:osd.5 smithi073 running (91s) 75s ago 91s 29.5M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f 58981f2cac01 2023-11-15T06:07:32.681 INFO:teuthology.orchestra.run.smithi073.stdout:osd.6 smithi162 running (91s) 77s ago 91s 28.3M 4004M 16.2.14-170-g620f25c1 d02b7545bf4f 859bb76897de 2023-11-15T06:07:32.681 INFO:teuthology.orchestra.run.smithi073.stdout:osd.7 smithi073 running (83s) 75s ago 83s 26.4M 3236M 16.2.14-170-g620f25c1 d02b7545bf4f d7bd9439dde9 2023-11-15T06:07:32.681 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus.smithi073 smithi073 *:9095 running (2m) 75s ago 3m 45.2M - 2.33.4 514e6a882f6e 6dbace2cc26b 2023-11-15T06:07:33.329 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T06:07:33.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:33 smithi073 conmon[84426]: cluster 2023-11-15T06:07:32.156591+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:07:33.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:33 smithi073 conmon[84426]: .14180) 152 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:33.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:33 smithi073 conmon[84426]: audit 2023-11-15T06:07:32.669300+0000 mgr.smithi073.hvxekf (mgr.14180) 153 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:33.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:33 smithi162 conmon[89260]: cluster 2023-11-15T06:07:32.156591+0000 mgr.smithi073.hvxekf (mgr.14180) 152 : 2023-11-15T06:07:33.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:33 smithi162 conmon[89260]: cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:33.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:33 smithi162 conmon[89260]: audit 2023-11-15T06:07:32.669300+0000 mgr.smithi073.hvxekf (mgr.14180) 153 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:34.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:34 smithi073 conmon[84426]: audit 2023-11-15T06:07:34.042097+0000 mon.smithi073 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:07:34.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:34 smithi162 conmon[89260]: audit 2023-11-15T06:07:34.042097+0000 mon.smithi073 (mon.0) 588 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:07:35.286 INFO:teuthology.orchestra.run.smithi073.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T06:07:35.286 INFO:teuthology.orchestra.run.smithi073.stdout:alertmanager ?:9093,9094 1/1 77s ago 4m count:1 2023-11-15T06:07:35.287 INFO:teuthology.orchestra.run.smithi073.stdout:crash 2/2 80s ago 4m * 2023-11-15T06:07:35.287 INFO:teuthology.orchestra.run.smithi073.stdout:grafana ?:3000 1/1 77s ago 4m count:1 2023-11-15T06:07:35.287 INFO:teuthology.orchestra.run.smithi073.stdout:mgr 2/2 80s ago 4m count:2 2023-11-15T06:07:35.287 INFO:teuthology.orchestra.run.smithi073.stdout:mon 2/2 80s ago 3m smithi073:172.21.15.73=smithi073;smithi162:172.21.15.162=smithi162;count:2 2023-11-15T06:07:35.287 INFO:teuthology.orchestra.run.smithi073.stdout:node-exporter ?:9100 2/2 80s ago 4m * 2023-11-15T06:07:35.288 INFO:teuthology.orchestra.run.smithi073.stdout:osd.all-available-devices 8 80s ago 2m * 2023-11-15T06:07:35.288 INFO:teuthology.orchestra.run.smithi073.stdout:prometheus ?:9095 1/1 77s ago 4m count:1 2023-11-15T06:07:35.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:35 smithi073 conmon[84426]: cluster 2023-11-15T06:07:34.156863+0000 mgr.smithi073.hvxekf (mgr.14180) 154 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:35.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:35 smithi162 conmon[89260]: cluster 2023-11-15T06:07:34.156863+0000 mgr.smithi073.hvxekf 2023-11-15T06:07:35.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:35 smithi162 conmon[89260]: (mgr.14180) 154 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:35.970 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T06:07:36.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:36 smithi073 conmon[84426]: audit 2023-11-15T06:07:35.281611+0000 mgr.smithi073.hvxekf (mgr.14180) 155 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:36.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:36 smithi073 conmon[84426]: audit 2023-11-15T06:07:35.868794+0000 mon.smithi073 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:36.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:36 smithi162 conmon[89260]: audit 2023-11-15T06:07:35.281611+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:07:36.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:36 smithi162 conmon[89260]: 14180) 155 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:36.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:36 smithi162 conmon[89260]: audit 2023-11-15T06:07:35.868794+0000 mon.smithi073 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:37.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:37 smithi073 conmon[84426]: cluster 2023-11-15T06:07:36.157200+0000 mgr.smithi073.hvxekf (mgr.14180) 156 : cluster [DBG] 2023-11-15T06:07:37.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:37 smithi073 conmon[84426]: pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:37.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:37 smithi162 conmon[89260]: cluster 2023-11-15T06:07:36.157200+0000 mgr.smithi073.hvxekf (mgr.14180) 156 2023-11-15T06:07:37.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:37 smithi162 conmon[89260]: : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:38.404 INFO:teuthology.orchestra.run.smithi073.stdout:HOST ADDR LABELS STATUS 2023-11-15T06:07:38.404 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 172.21.15.73 2023-11-15T06:07:38.405 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 172.21.15.162 2023-11-15T06:07:38.405 INFO:teuthology.orchestra.run.smithi073.stdout:2 hosts in cluster 2023-11-15T06:07:39.118 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T06:07:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:39 smithi073 conmon[84426]: cluster 2023-11-15T06:07:38.157523+0000 mgr.smithi073.hvxekf (mgr.14180) 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:39 smithi073 conmon[84426]: audit 2023-11-15T06:07:38.403004+0000 mgr.smithi073.hvxekf (mgr.14180) 158 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:39.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:39 smithi162 conmon[89260]: cluster 2023-11-15T06:07:38.157523+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:07:39.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:39 smithi162 conmon[89260]: 157 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:39.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:39 smithi162 conmon[89260]: audit 2023-11-15T06:07:38.403004+0000 mgr.smithi073.hvxekf (mgr.14180) 158 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:40.762 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:40 smithi073 conmon[84426]: audit 2023-11-15T06:07:39.621819+0000 mon.smithi073 (mon.0 2023-11-15T06:07:40.762 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:40 smithi073 conmon[84426]: ) 590 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:40.762 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:40 smithi073 conmon[84426]: audit 2023-11-15T06:07:40.041749+0000 mon.smithi073 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:40.763 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:40 smithi073 conmon[84426]: audit 2023-11-15T06:07:40.042409+0000 mon.smithi073 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:07:40.763 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:40 smithi073 conmon[84426]: audit 2023-11-15T06:07:40.046880+0000 mon.smithi073 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:40.763 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:40 smithi073 conmon[84426]: audit 2023-11-15T06:07:40.050866+0000 mon.smithi073 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:07:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: audit 2023-11-15T06:07:39.621819+0000 mon.smithi073 (mon.0) 2023-11-15T06:07:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: 590 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: audit 2023-11-15T06:07:40.041749+0000 mon.smithi073 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: audit 2023-11-15T06:07:40.042409+0000 mon.smithi073 (mon. 2023-11-15T06:07:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: 0) 592 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:07:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:07:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: 06:07:40.046880+0000 mon.smithi073 (mon.0) 593 : audit 2023-11-15T06:07:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: audit 2023-11-15T06:07: 2023-11-15T06:07:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: 40.050866+0000 mon.smithi073 (mon.0) 594 : audit [DBG] 2023-11-15T06:07:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:40 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:07:41.174 INFO:teuthology.orchestra.run.smithi073.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T06:07:41.174 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 78s ago LVM detected, locked 2023-11-15T06:07:41.174 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme1n1 ssd Linux_21f3de9de7e957aff546 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.174 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme2n1 ssd Linux_cf8a1a0e55d5a6241f0a 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.175 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme3n1 ssd Linux_e6375fda7eb8be1c646c 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.175 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme4n1 ssd Linux_7a15536d0b1ffc04be39 89.4G 78s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.175 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JU400BGN 372G 82s ago LVM detected, locked 2023-11-15T06:07:41.175 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme1n1 ssd Linux_ece1b15af8d8beda225b 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.175 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme2n1 ssd Linux_a584d7b07527a68f290d 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.176 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme3n1 ssd Linux_d5df8b8b02af5fe1be90 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.176 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme4n1 ssd Linux_df8ae707d9fcd87f79d8 89.4G 82s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:41.821 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T06:07:41.833 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T06:07:41.833 INFO:tasks.vip:peername 172.21.15.73 2023-11-15T06:07:41.842 INFO:tasks.vip:172.21.15.73 in 172.21.0.0/20, pos 3912 2023-11-15T06:07:41.847 INFO:tasks.vip:smithi073.front.sepia.ceph.com static 10.0.15.73, vnet 10.0.0.0/16 2023-11-15T06:07:41.847 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T06:07:41.848 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip route ls 2023-11-15T06:07:41.874 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:41 smithi073 conmon[84426]: cluster 2023-11-15T06:07:40.157835+0000 mgr.smithi073.hvxekf (mgr.14180) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:41.875 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T06:07:41.875 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 metric 100 2023-11-15T06:07:41.877 INFO:tasks.vip:Configuring 10.0.15.73 on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:07:41.877 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr add 10.0.15.73/16 dev enp3s0f1 2023-11-15T06:07:41.943 INFO:tasks.vip:peername 172.21.15.162 2023-11-15T06:07:41.946 INFO:tasks.vip:172.21.15.162 in 172.21.0.0/20, pos 4001 2023-11-15T06:07:41.950 INFO:tasks.vip:smithi162.front.sepia.ceph.com static 10.0.15.162, vnet 10.0.0.0/16 2023-11-15T06:07:41.951 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip route ls 2023-11-15T06:07:41.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:41 smithi162 conmon[89260]: cluster 2023-11-15T06:07:40.157835+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:07:41.982 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:41 smithi162 conmon[89260]: ) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:41.986 INFO:teuthology.orchestra.run.smithi162.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-15T06:07:41.986 INFO:teuthology.orchestra.run.smithi162.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.162 metric 100 2023-11-15T06:07:41.987 INFO:tasks.vip:Configuring 10.0.15.162 on smithi162.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:07:41.987 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr add 10.0.15.162/16 dev enp3s0f1 2023-11-15T06:07:42.057 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T06:07:42.066 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T06:07:42.067 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T06:07:42.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:42 smithi073 conmon[84426]: audit 2023-11-15T06:07:41.171106+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:07:42.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:42 smithi073 conmon[84426]: ) 160 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:42 smithi162 conmon[89260]: audit 2023-11-15T06:07:41.171106+0000 mgr.smithi073.hvxekf (mgr.14180) 160 : 2023-11-15T06:07:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:42 smithi162 conmon[89260]: audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:43.996 INFO:teuthology.orchestra.run.smithi073.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T06:07:43.997 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 81s ago LVM detected, locked 2023-11-15T06:07:43.997 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme1n1 ssd Linux_21f3de9de7e957aff546 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:43.997 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme2n1 ssd Linux_cf8a1a0e55d5a6241f0a 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:43.997 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme3n1 ssd Linux_e6375fda7eb8be1c646c 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:43.997 INFO:teuthology.orchestra.run.smithi073.stdout:smithi073 /dev/nvme4n1 ssd Linux_7a15536d0b1ffc04be39 89.4G 81s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:43.998 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JU400BGN 372G 85s ago LVM detected, locked 2023-11-15T06:07:43.998 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme1n1 ssd Linux_ece1b15af8d8beda225b 89.4G 85s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:43.998 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme2n1 ssd Linux_a584d7b07527a68f290d 89.4G 85s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:43.998 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme3n1 ssd Linux_d5df8b8b02af5fe1be90 89.4G 85s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:43.998 INFO:teuthology.orchestra.run.smithi073.stdout:smithi162 /dev/nvme4n1 ssd Linux_df8ae707d9fcd87f79d8 89.4G 85s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T06:07:44.023 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:43 smithi073 conmon[84426]: cluster 2023-11-15T06:07:42.158150+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:07:44.132 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:43 smithi073 conmon[84426]: .14180) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:44.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:43 smithi162 conmon[89260]: cluster 2023-11-15T06:07:42.158150+0000 mgr.smithi073.hvxekf 2023-11-15T06:07:44.133 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:43 smithi162 conmon[89260]: (mgr.14180) 161 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:44.683 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-15T06:07:44.697 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.73/16' 2023-11-15T06:07:44.697 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch apply -i - 2023-11-15T06:07:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:44 smithi073 conmon[84426]: audit 2023-11-15T06:07:44.027181+0000 mon.smithi073 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:07:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:44 smithi162 conmon[89260]: audit 2023-11-15T06:07:44.027181 2023-11-15T06:07:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:44 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:07:45.776 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:45 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:07:45.776 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:45 smithi073 conmon[84426]: 07:43.993928+0000 mgr.smithi073.hvxekf (mgr.14180) 162 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:45.776 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:45 smithi073 conmon[84426]: cluster 2023-11-15T06:07:44.158453+0000 mgr.smithi073.hvxekf (mgr.14180) 163 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:45 smithi162 conmon[89260]: audit 2023-11-15T06:07:43.993928+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:07:46.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:45 smithi162 conmon[89260]: mgr.14180) 162 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:46.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:45 smithi162 conmon[89260]: cluster 2023-11-15T06:07:44.158453+0000 mgr.smithi073.hvxekf 2023-11-15T06:07:46.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:45 smithi162 conmon[89260]: (mgr.14180) 163 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:46.998 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled rgw.foo update... 2023-11-15T06:07:46.999 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled ingress.rgw.foo update... 2023-11-15T06:07:47.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:46 smithi162 conmon[89260]: audit 2023-11-15T06:07:45.838255+0000 mon.smithi073 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:46 smithi162 conmon[89260]: cluster 2023-11-15T06:07:46.158849+0000 mgr.smithi073.hvxekf (mgr.14180) 164 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:47.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:46 smithi073 conmon[84426]: audit 2023-11-15T06:07:45.838255+0000 mon.smithi073 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:47.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:46 smithi073 conmon[84426]: cluster 2023-11-15T06:07:46.158849+0000 mgr.smithi073.hvxekf (mgr.14180) 164 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:47.741 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T06:07:47.751 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-11-15T06:07:47.751 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:07:48.301 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:47 smithi073 conmon[84426]: audit 2023-11-15T06:07:46.983554+0000 mgr.smithi073.hvxekf (mgr.14180) 165 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:48.302 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:47 smithi073 conmon[84426]: cephadm 2023-11-15T06:07:46.987205+0000 mgr.smithi073.hvxekf (mgr.14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-15T06:07:48.302 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:47 smithi073 conmon[84426]: audit 2023-11-15T06:07:46.992315+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:48.302 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:47 smithi073 conmon[84426]: cephadm 2023-11-15T06:07:46.992839+0000 mgr.smithi073.hvxekf (mgr.14180) 167 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-15T06:07:48.302 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:47 smithi073 conmon[84426]: audit 2023-11-15T06:07:46.997377+0000 mon.smithi073 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:48.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:47 smithi162 conmon[89260]: audit 2023-11-15T06:07:46.983554+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:07:48.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:47 smithi162 conmon[89260]: 14180) 165 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:07:48.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:47 smithi162 conmon[89260]: cephadm 2023-11-15T06:07:46.987205+0000 mgr.smithi073.hvxekf (mgr.14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-15T06:07:48.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:47 smithi162 conmon[89260]: audit 2023-11-15T06:07:46.992315+0000 mon.smithi073 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:48.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:47 smithi162 conmon[89260]: cephadm 2023-11-15T06:07:46.992839+0000 mgr.smithi073.hvxekf (mgr.14180) 167 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-15T06:07:48.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:47 smithi162 conmon[89260]: audit 2023-11-15T06:07:46.997377+0000 mon.smithi073 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:49.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:48 smithi073 conmon[84426]: cluster 2023-11-15T06:07:48.159192+0000 mgr.smithi073.hvxekf (mgr.14180) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:49.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:48 smithi162 conmon[89260]: cluster 2023-11-15T06:07:48.159192+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:07:49.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:48 smithi162 conmon[89260]: 14180) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:50.066 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:07:50.067 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:46.987219Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:07:50.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:50 smithi073 conmon[84426]: audit 2023-11-15T06:07:49.219055+0000 mon.smithi073 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:50.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:50 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:07:50.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:50 smithi073 conmon[84426]: 07:49.677219+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:50.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:50 smithi162 conmon[89260]: audit 2023-11-15T06:07:49.219055+0000 mon.smithi073 (mon.0) 599 : audit [INF] 2023-11-15T06:07:50.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:50 smithi162 conmon[89260]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:50.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:50 smithi162 conmon[89260]: audit 2023-11-15T06:07:49.677219+0000 mon.smithi073 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:50.865 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:07:51.720 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:51 smithi073 conmon[84426]: audit 2023-11-15T06:07:50.062301+0000 mgr.smithi073.hvxekf (mgr.14180) 169 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:51.721 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:51 smithi073 conmon[84426]: cluster 2023-11-15T06:07:50.159630+0000 mgr.smithi073.hvxekf (mgr.14180) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:51.867 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:07:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:51 smithi162 conmon[89260]: audit 2023-11-15T06:07:50.062301+0000 mgr.smithi073.hvxekf (mgr.14180) 169 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:51 smithi162 conmon[89260]: cluster 2023-11-15T06:07:50.159630+0000 mgr.smithi073.hvxekf (mgr.14180) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:53.955 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:53 smithi073 conmon[84426]: cluster 2023-11-15T06:07:52.159947+0000 mgr.smithi073.hvxekf (mgr.14180) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:53 smithi162 conmon[89260]: cluster 2023-11-15T06:07:52.159947+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:07:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:53 smithi162 conmon[89260]: mgr.14180) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:54.300 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:07:54.300 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:07:54.999 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:07:55.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.971714+0000 mon.smithi073 (mon. 2023-11-15T06:07:55.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: 0) 601 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.972565+0000 mon.smithi073 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.973217+0000 mon.smithi073 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:07:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.976900+0000 mon.smithi073 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.980358+0000 mon.smithi073 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:07:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: cephadm 2023-11-15T06:07:53.984523+0000 mgr.smithi073.hvxekf (mgr.14180) 172 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-15T06:07:55.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.987789+0000 mon.smithi073 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.988314+0000 mon.smithi073 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.woluas", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:07:55.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.991221+0000 mon.smithi073 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.woluas", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:07:55.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.997250+0000 mon.smithi073 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:53.997883+0000 mon.smithi073 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:55.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: cephadm 2023-11-15T06:07:53.998379+0000 mgr.smithi073.hvxekf (mgr.14180) 173 : cephadm [INF] Deploying daemon rgw.foo.smithi162.woluas on smithi162 2023-11-15T06:07:55.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: cluster 2023-11-15T06:07:54.160254+0000 mgr.smithi073.hvxekf (mgr.14180) 174 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:55.326 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:54 smithi073 conmon[84426]: audit 2023-11-15T06:07:54.296396+0000 mgr.smithi073.hvxekf (mgr.14180) 175 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:55.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53.971714+0000 mon.smithi073 (mon 2023-11-15T06:07:55.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: .0) 601 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53.972565+0000 mon.smithi073 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:55.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53.973217+0000 mon.smithi073 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:07:55.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53.976900+0000 mon.smithi073 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53.980358+0000 mon.smithi073 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:07:55.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: cephadm 2023-11-15T06:07:53.984523+0000 mgr.smithi073.hvxekf (mgr.14180) 172 : 2023-11-15T06:07:55.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-15T06:07:55.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53.987789+0000 mon.smithi073 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: 2023-11-15T06:07:53.988314+0000 mon.smithi073 (mon.0) 607 : audit 2023-11-15T06:07:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.woluas", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:07:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023 2023-11-15T06:07:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: -11-15T06:07:53.991221+0000 mon.smithi073 (mon.0) 2023-11-15T06:07:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: 608 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.woluas", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:07:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53.997250+0000 mon.smithi073 (mon.0) 609 : audit 2023-11-15T06:07:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:53. 2023-11-15T06:07:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: 997883+0000 mon.smithi073 (mon.0) 610 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:55.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: cephadm 2023-11-15T 2023-11-15T06:07:55.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: 06:07:53.998379+0000 mgr.smithi073.hvxekf (mgr.14180) 173 : cephadm [INF] Deploying daemon rgw.foo.smithi162.woluas on smithi162 2023-11-15T06:07:55.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: cluster 2023-11-15T06:07 2023-11-15T06:07:55.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: :54.160254+0000 mgr.smithi073.hvxekf (mgr.14180) 174 : 2023-11-15T06:07:55.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:55.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: audit 2023-11-15T06:07:55.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: 2023-11-15T06:07:54.296396+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:07:55.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:54 smithi162 conmon[89260]: .14180) 175 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:56.002 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:07:57.693 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: cluster 2023-11-15T06:07 2023-11-15T06:07:57.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: :56.160622+0000 mgr.smithi073.hvxekf (mgr.14180) 176 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:57.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: audit 2023-11-15T06:07:56.475613+0000 mon.smithi073 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:57.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: audit 2023-11-15T06:07:56.476776+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.ulibgc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:07:57.694 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: audit 2023-11-15T06:07:57.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: 2023-11-15T06:07:56.482563+0000 mon.smithi073 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.ulibgc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:07:57.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: audit 2023 2023-11-15T06:07:57.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: -11-15T06:07:56.489289+0000 2023-11-15T06:07:57.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: mon.smithi073 (mon.0) 614 : audit 2023-11-15T06:07:57.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:57.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: audit 2023 2023-11-15T06:07:57.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: -11-15T06:07:56.490058+0000 mon.smithi073 2023-11-15T06:07:57.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:57.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: cephadm 2023-11-15T 2023-11-15T06:07:57.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: 06:07:56.490639+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:07:57.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: 14180) 177 : cephadm [INF] Deploying daemon rgw.foo.smithi073.ulibgc on smithi073 2023-11-15T06:07:57.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: cluster 2023-11 2023-11-15T06:07:57.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: -15T06:07:57.211027+0000 2023-11-15T06:07:57.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: mon.smithi073 (mon.0) 616 : cluster 2023-11-15T06:07:57.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T06:07:57.697 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: audit 2023-11-15T06:07:57.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: 2023-11-15T06:07 2023-11-15T06:07:57.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: :57.216635+0000 mon.smithi162 (mon. 2023-11-15T06:07:57.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: 1) 19 : audit [INF] from='client.? 172.21.15.162:0/1953578541' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:07:57.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:07:57.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: :07:57.218069+0000 mon.smithi073 2023-11-15T06:07:57.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: (mon.0) 617 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:07:57.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:57 smithi073 conmon[84426]: 2023-11-15T06:07:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: cluster 2023-11-15T06:07:56.160622+0000 mgr.smithi073.hvxekf (mgr.14180) 176 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:57.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit 2023-11-15T06:07:56.475613+0000 mon.smithi073 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:57.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit 2023-11-15T06:07:56.476776+0000 mon.smithi073 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.ulibgc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:07:57.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:07:57.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: 07:56.482563+0000 mon.smithi073 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.ulibgc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:07:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit 2023-11-15T06:07 2023-11-15T06:07:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: :56.489289+0000 mon.smithi073 (mon.0) 614 : audit 2023-11-15T06:07:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:07:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:07:57.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: 06:07:56.490058+0000 mon.smithi073 (mon. 2023-11-15T06:07:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: 0) 615 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:07:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: cephadm 2023 2023-11-15T06:07:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: -11-15T06:07:56. 2023-11-15T06:07:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: 490639+0000 mgr.smithi073.hvxekf (mgr.14180) 177 : cephadm [INF] 2023-11-15T06:07:57.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: Deploying daemon rgw.foo.smithi073.ulibgc on smithi073 2023-11-15T06:07:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: cluster 2023-11-15T06 2023-11-15T06:07:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: :07:57.211027+0000 mon.smithi073 (mon 2023-11-15T06:07:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: .0) 616 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T06:07:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:07:57.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: 06:07:57.216635+0000 mon.smithi162 (mon.1) 19 : 2023-11-15T06:07:57.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit [INF] from='client.? 172.21.15.162:0/1953578541' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:07:57.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:07:57.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: T06:07:57.218069+0000 mon.smithi073 (mon 2023-11-15T06:07:57.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:57 smithi162 conmon[89260]: .0) 617 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T06:07:58.063 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:07:58.064 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:07:59.229 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:07:59.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:59 smithi073 conmon[84426]: audit 2023-11-15T06:07:58.059194+0000 mgr.smithi073.hvxekf (mgr.14180) 178 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:59.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:59 smithi073 conmon[84426]: cluster 2023-11-15T06:07:58.160935+0000 mgr.smithi073.hvxekf (mgr.14180) 179 : cluster [DBG] pgmap v142: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:59.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:59 smithi073 conmon[84426]: audit 2023-11-15T06:07:58.212781+0000 mon.smithi073 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T06:07:59.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:07:59 smithi073 conmon[84426]: cluster 2023-11-15T06:07:58.212919+0000 mon.smithi073 (mon.0) 619 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T06:07:59.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: audit 2023-11-15T06:07:58.059194+0000 mgr.smithi073.hvxekf (mgr.14180) 178 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:07:59.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: 2023-11-15T06:07:59.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: cluster 2023-11-15T06:07:58.160935+0000 mgr.smithi073.hvxekf (mgr.14180) 179 : cluster [DBG] pgmap v142: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:07:59.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:07:59.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: 06:07:58.212781+0000 mon.smithi073 (mon.0) 618 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T06:07:59.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: cluster 2023-11 2023-11-15T06:07:59.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: -15T06:07:58.212919+0000 2023-11-15T06:07:59.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:07:59 smithi162 conmon[89260]: mon.smithi073 (mon.0) 619 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T06:08:00.230 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: cluster 2023-11-15T06:07:59.218433+0000 mon.smithi073 (mon.0) 620 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T06:08:00.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: audit 2023-11-15T06:07:59.221595+0000 mon.smithi162 (mon.1) 20 : audit [INF] from='client.? 172.21.15.162:0/1953578541' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:08:00.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: audit 2023-11-15T06:07:59.222550+0000 mon.smithi073 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:08:00.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: audit 2023-11-15T06:08:00.029702+0000 mon.smithi073 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:00.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: audit 2023-11-15T06:08:00.030820+0000 mon.smithi073 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.bpylvb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:08:00.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: audit 2023-11-15T06:08:00.033420+0000 mon.smithi073 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.bpylvb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:08:00.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: audit 2023-11-15T06:08:00.039972+0000 mon.smithi073 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:00.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:00 smithi073 conmon[84426]: audit 2023-11-15T06:08:00.040546+0000 mon.smithi073 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:08:00.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: cluster 2023-11-15T06:07:59.218433+0000 mon.smithi073 (mon.0) 620 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T06:08:00.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: audit 2023-11-15T06:07:59.221595+0000 mon.smithi162 (mon.1) 20 : audit [INF] from='client.? 172.21.15.162:0/1953578541' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:08:00.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: audit 2023-11-15T06:07:59.222550+0000 mon.smithi073 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T06:08:00.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: audit 2023-11-15T06:08:00.029702+0000 mon.smithi073 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:00.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: audit 2023-11-15T06:08:00.030820+0000 mon.smithi073 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.bpylvb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:08:00.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: audit 2023-11-15T06:08:00.033420+0000 mon.smithi073 (mon 2023-11-15T06:08:00.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: .0) 624 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi162.bpylvb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:08:00.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: audit 2023-11-15T06:08:00.039972+0000 mon.smithi073 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:00.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: 2023-11-15T06:08:00.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: audit 2023-11-15T06:08:00. 2023-11-15T06:08:00.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:00 smithi162 conmon[89260]: 040546+0000 mon.smithi073 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:08:01.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:01 smithi073 conmon[84426]: cephadm 2023-11-15T06:08:00.041037+0000 mgr.smithi073.hvxekf (mgr.14180) 180 : cephadm [INF] Deploying daemon rgw.foo.smithi162.bpylvb on smithi162 2023-11-15T06:08:01.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:01 smithi073 conmon[84426]: cluster 2023-11-15T06:08:00.161455+0000 mgr.smithi073.hvxekf (mgr.14180) 181 : cluster [DBG] pgmap v145: 65 pgs: 7 creating+peering, 9 active+clean, 49 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:01.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:01 smithi073 conmon[84426]: audit 2023-11-15T06:08:00.224397+0000 mon.smithi073 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T06:08:01.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:01 smithi073 conmon[84426]: cluster 2023-11-15T06:08:00.224552+0000 mon.smithi073 (mon.0) 628 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T06:08:01.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:01 smithi162 conmon[89260]: cephadm 2023-11-15T06:08:00.041037+0000 mgr.smithi073.hvxekf (mgr.14180) 180 2023-11-15T06:08:01.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:01 smithi162 conmon[89260]: : cephadm [INF] Deploying daemon rgw.foo.smithi162.bpylvb on smithi162 2023-11-15T06:08:01.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:01 smithi162 conmon[89260]: cluster 2023-11-15T06:08:00.161455+0000 mgr.smithi073.hvxekf (mgr.14180) 181 : cluster [DBG] pgmap v145: 65 pgs: 7 creating+peering, 9 active+clean, 49 unknown; 92 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:01.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:01 smithi162 conmon[89260]: audit 2023-11-15T06:08:00.224397+0000 mon.smithi073 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T06:08:01.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:01 smithi162 conmon[89260]: cluster 2023-11-15T06:08:00.224552+0000 mon.smithi073 (mon.0) 628 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T06:08:02.190 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:02.191 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:02.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:02 smithi073 conmon[84426]: cluster 2023-11-15T06:08:01.235941 2023-11-15T06:08:02.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:02 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T06:08:02.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:02 smithi073 conmon[84426]: audit 2023-11-15T06:08:01.237769+0000 mon.smithi162 (mon.1) 21 : audit [INF] from='client.? 172.21.15.162:0/1953578541' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:08:02.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:02 smithi073 conmon[84426]: audit 2023-11-15T06:08:01.238241+0000 mon.smithi073 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:08:02.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:02 smithi073 conmon[84426]: audit 2023-11-15T06:08:01.238488+0000 mon.smithi073 (mon.0 2023-11-15T06:08:02.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:02 smithi073 conmon[84426]: ) 631 : audit [INF] from='client.? 172.21.15.73:0/2534010462' entity='client.rgw.foo.smithi073.ulibgc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:08:02.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:02 smithi162 conmon[89260]: cluster 2023-11-15T06:08:01.235941+0000 2023-11-15T06:08:02.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:02 smithi162 conmon[89260]: mon.smithi073 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T06:08:02.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:02 smithi162 conmon[89260]: audit 2023-11-15T06:08:01.237769+0000 mon.smithi162 (mon.1) 21 : audit [INF] from='client.? 172.21.15.162:0/1953578541' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:08:02.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:02 smithi162 conmon[89260]: audit 2023-11-15T06:08:01.238241+0000 mon.smithi073 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:08:02.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:02 smithi162 conmon[89260]: audit 2023-11-15T06:08:01.238488+0000 mon.smithi073 (mon.0) 631 : audit [INF] from='client.? 172.21.15.73:0/2534010462' entity='client.rgw.foo.smithi073.ulibgc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T06:08:02.822 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:03.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: cluster 2023-11-15T06:08:02.161931+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:08:03.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: 14180) 182 : cluster [DBG] pgmap v148: 97 pgs: 24 creating+peering, 51 active+clean, 22 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 4 op/s 2023-11-15T06:08:03.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11-15T06:08:02.186380+0000 mgr.smithi073.hvxekf (mgr.14180) 183 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:03.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11-15T06:08:02.241761+0000 mon.smithi073 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:08:03.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11-15T06:08:02.241864+0000 mon.smithi073 (mon.0) 633 2023-11-15T06:08:03.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: : audit [INF] from='client.? 172.21.15.73:0/2534010462' entity='client.rgw.foo.smithi073.ulibgc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:08:03.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: cluster 2023-11-15T06:08:02.242008+0000 mon.smithi073 (mon.0) 634 : cluster 2023-11-15T06:08:03.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T06:08:03.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11-15T06:08:03.035559+0000 mon.smithi073 2023-11-15T06:08:03.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:03.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11-15T06:08: 2023-11-15T06:08:03.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: 03.036691+0000 mon.smithi073 (mon.0) 636 : 2023-11-15T06:08:03.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.dwkchd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:08:03.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:08:03.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: 08:03.039781+0000 mon.smithi073 (mon.0) 2023-11-15T06:08:03.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: 637 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.dwkchd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:08:03.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:08:03.576 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: 15T06:08:03.043097+0000 mon.smithi073 ( 2023-11-15T06:08:03.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:03.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: audit 2023-11- 2023-11-15T06:08:03.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: 15T06:08:03.043710+0000 mon.smithi073 ( 2023-11-15T06:08:03.577 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:03 smithi073 conmon[84426]: mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:08:03.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: cluster 2023-11-15T06:08:02.161931+0000 mgr.smithi073.hvxekf (mgr.14180) 182 : cluster 2023-11-15T06:08:03.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: [DBG] pgmap v148: 97 pgs: 24 creating+peering, 51 active+clean, 22 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 1023 B/s wr, 4 op/s 2023-11-15T06:08:03.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023-11-15T06:08:02.186380+0000 mgr.smithi073.hvxekf (mgr.14180) 183 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:03.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023-11-15T06:08:02.241761+0000 mon.smithi073 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:08:03.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023-11-15T06:08:02.241864+0000 mon.smithi073 (mon.0) 633 : audit [INF] from='client.? 172.21.15.73:0/2534010462' entity='client.rgw.foo.smithi073.ulibgc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T06:08:03.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: cluster 2023-11 2023-11-15T06:08:03.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: -15T06:08:02.242008+0000 mon.smithi073 (mon.0) 634 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T06:08:03.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023-11-15T06:08:03.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: 2023-11-15T06:08:03.035559+0000 mon.smithi073 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:03.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: 2023-11-15T06:08:03.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:08:03.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: 08:03.036691+0000 mon.smithi073 (mon 2023-11-15T06:08:03.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: .0) 636 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.dwkchd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T06:08:03.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:08:03.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: 06:08:03.039781+0000 mon.smithi073 (mon. 2023-11-15T06:08:03.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: 0) 637 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi073.dwkchd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T06:08:03.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:08:03.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: 11-15T06:08:03.043097+0000 2023-11-15T06:08:03.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: mon.smithi073 (mon.0) 638 : audit 2023-11-15T06:08:03.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:03.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:08:03.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: 11-15T06:08:03.043710 2023-11-15T06:08:03.582 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:03 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:08:03.823 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:04.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: cephadm 2023-11-15T06:08:03.044294+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:08:04.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: mgr.14180) 184 : cephadm [INF] Deploying daemon rgw.foo.smithi073.dwkchd on smithi073 2023-11-15T06:08:04.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: cluster 2023-11-15T06:08:03.247536+0000 mon.smithi073 (mon.0) 640 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T06:08:04.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: audit 2023-11-15T06:08:03.248538+0000 mon.smithi162 (mon.1) 22 : audit [INF] from='client.? 172.21.15.162:0/4151124279' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: audit 2023-11-15T06:08:03.249130+0000 mon.smithi162 (mon.1) 23 : audit [INF] from='client.? 172.21.15.162:0/2635394045' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: audit 2023-11-15T06:08:03.249359+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: audit 2023-11-15T06:08:03.249852+0000 mon.smithi073 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:04 smithi073 conmon[84426]: audit 2023-11-15T06:08:03.250498+0000 mon.smithi073 (mon.0) 643 : audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: cephadm 2023-11-15T06:08:03.044294+0000 mgr.smithi073.hvxekf (mgr.14180) 184 : cephadm [INF] Deploying daemon rgw.foo.smithi073.dwkchd on smithi073 2023-11-15T06:08:04.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: cluster 2023-11-15T06:08:03.247536+0000 mon.smithi073 (mon.0) 640 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T06:08:04.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: audit 2023-11-15T06:08:03.248538+0000 mon.smithi162 (mon.1) 22 : audit [INF] from='client.? 172.21.15.162:0/4151124279' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: audit 2023-11-15T06:08:03.249130+0000 mon.smithi162 (mon.1) 23 : audit [INF] from='client.? 172.21.15.162:0/2635394045' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: 2023-11-15T06 2023-11-15T06:08:04.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: :08:03.249359+0000 mon.smithi073 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: 2023-11-15T06:08:03.249852+0000 mon.smithi073 (mon. 2023-11-15T06:08:04.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: 0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:04.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:08:04.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: 15T06:08:03.250498+0000 mon.smithi073 (mon.0) 643 : 2023-11-15T06:08:04.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:04 smithi162 conmon[89260]: audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T06:08:05.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: cluster 2023-11-15T06:08:04.162446+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:08:05.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: .14180) 185 : cluster [DBG] pgmap v151: 129 pgs: 27 creating+peering, 58 active+clean, 44 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-11-15T06:08:05.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.252419+0000 mon.smithi073 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:08:05.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.252511+0000 mon.smithi073 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:08:05.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.252616+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:08:05.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: cluster 2023-11-15T06:08:04.252769+0000 mon.smithi073 (mon.0) 647 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T06:08:05.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.254907+0000 mon.smithi073 (mon.0) 648 : audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.256110+0000 mon.smithi162 (mon.1) 24 : audit [INF] from='client.? 172.21.15.162:0/4151124279' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.257950+0000 mon.smithi162 (mon.1) 25 : audit [INF] from='client.? 172.21.15.162:0/2635394045' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.258086+0000 mon.smithi073 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:05 smithi073 conmon[84426]: audit 2023-11-15T06:08:04.258575+0000 mon.smithi073 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: cluster 2023-11-15T06:08:04.162446+0000 mgr.smithi073.hvxekf (mgr.14180) 185 : cluster [DBG] pgmap v151: 129 pgs: 27 creating+peering, 58 active+clean, 44 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-11-15T06:08:05.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.252419+0000 mon.smithi073 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:08:05.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.252511+0000 mon.smithi073 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:08:05.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.252616+0000 mon.smithi073 (mon.0) 646 : audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T06:08:05.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: cluster 2023-11-15T06:08:04.252769+0000 mon.smithi073 (mon.0) 647 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T06:08:05.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.254907+0000 mon.smithi073 (mon.0) 648 : audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.256110+0000 mon.smithi162 (mon.1) 24 : audit [INF] from='client.? 172.21.15.162:0/4151124279' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.257950+0000 mon.smithi162 (mon.1) 25 : audit [INF] from='client.? 172.21.15.162:0/2635394045' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.258086+0000 mon.smithi073 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:05.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:05 smithi162 conmon[89260]: audit 2023-11-15T06:08:04.258575+0000 mon.smithi073 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T06:08:06.278 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:06.278 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:06.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:06 smithi073 conmon[84426]: audit 2023-11-15T06:08:05.254746+0000 mon.smithi073 (mon.0) 651 : audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:08:06.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:06 smithi073 conmon[84426]: audit 2023-11-15T06:08:05.254863+0000 mon.smithi073 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:08:06.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:06 smithi073 conmon[84426]: audit 2023-11-15T06:08:05.254966+0000 mon.smithi073 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:08:06.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:06 smithi073 conmon[84426]: cluster 2023-11-15T06:08:05.255018+0000 mon.smithi073 (mon.0) 654 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T06:08:06.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:06 smithi073 conmon[84426]: audit 2023-11-15T06:08:06.091548+0000 mon.smithi073 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:06.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:06 smithi073 conmon[84426]: audit 2023-11-15T06:08:06.098132+0000 mon.smithi073 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:06.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: audit 2023-11-15T06:08:05.254746+0000 2023-11-15T06:08:06.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: mon.smithi073 (mon.0) 651 : audit [INF] from='client.? 172.21.15.73:0/3686792300' entity='client.rgw.foo.smithi073.ulibgc' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:08:06.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: audit 2023-11-15T06:08:05.254863+0000 mon.smithi073 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.woluas' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:08:06.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: audit 2023-11-15T06:08:05.254966+0000 mon.smithi073 (mon 2023-11-15T06:08:06.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: .0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi162.bpylvb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T06:08:06.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:08:06.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: 06:08:05.255018+0000 mon.smithi073 (mon.0) 2023-11-15T06:08:06.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: 654 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T06:08:06.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:08:06.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: 08:06.091548+0000 mon.smithi073 (mon.0) 655 : 2023-11-15T06:08:06.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:06.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: audit 2023-11-15T06:08: 2023-11-15T06:08:06.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: 06.098132+0000 mon.smithi073 (mon.0) 656 : audit 2023-11-15T06:08:06.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:06 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:07.267 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:07 smithi073 conmon[84426]: cephadm 2023-11-15T06:08:06.107831+0000 mgr.smithi073.hvxekf (mgr.14180) 186 : cephadm 2023-11-15T06:08:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:07 smithi073 conmon[84426]: [INF] Deploying daemon haproxy.rgw.foo.smithi162.jssxux on smithi162 2023-11-15T06:08:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:07 smithi073 conmon[84426]: cluster 2023-11-15T06:08:06.162897+0000 mgr.smithi073.hvxekf (mgr.14180) 187 : cluster [DBG] pgmap v154: 129 pgs: 20 creating+peering, 88 active+clean, 21 unknown; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 5 op/s 2023-11-15T06:08:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:07 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:08:07.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:07 smithi073 conmon[84426]: :08:06.271985+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:08:07.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:07 smithi073 conmon[84426]: .14180) 188 : audit [DBG] from='client.24385 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:07.580 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:07 smithi162 conmon[89260]: cephadm 2023-11-15T06:08:06.107831+0000 mgr.smithi073.hvxekf (mgr.14180) 186 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi162.jssxux on smithi162 2023-11-15T06:08:07.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:07 smithi162 conmon[89260]: cluster 2023-11-15T06:08:06.162897+0000 mgr.smithi073.hvxekf (mgr.14180) 187 : cluster [DBG] pgmap v154: 129 pgs: 20 creating+peering, 88 active+clean, 21 unknown; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 5 op/s 2023-11-15T06:08:07.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:07 smithi162 conmon[89260]: audit 2023-11-15T06:08:06.271985+0000 mgr.smithi073.hvxekf (mgr.14180) 188 : audit 2023-11-15T06:08:07.581 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:07 smithi162 conmon[89260]: [DBG] from='client.24385 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:08.269 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:09 smithi073 conmon[84426]: cluster 2023-11-15T06:08:08.163621+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:08:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:09 smithi073 conmon[84426]: 189 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 4.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 225 KiB/s rd, 4.7 KiB/s wr, 391 op/s 2023-11-15T06:08:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:09 smithi073 conmon[84426]: audit 2023-11-15T06:08:08.318229+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:09.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:09 smithi162 conmon[89260]: cluster 2023-11-15T06:08:08.163621+0000 mgr.smithi073.hvxekf (mgr.14180) 189 : cluster [DBG] 2023-11-15T06:08:09.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:09 smithi162 conmon[89260]: pgmap v155: 129 pgs: 129 active+clean; 4.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 225 KiB/s rd, 4.7 KiB/s wr, 391 op/s 2023-11-15T06:08:09.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:09 smithi162 conmon[89260]: audit 2023-11-15T06:08:08.318229+0000 mon.smithi073 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:10.116 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:10.116 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:10.758 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:11.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:11 smithi162 conmon[89260]: audit 2023-11-15T06:08:10.111871+0000 mgr.smithi073.hvxekf (mgr.14180) 190 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:11.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:11 smithi162 conmon[89260]: cluster 2023-11-15T06:08:10.164290+0000 mgr.smithi073.hvxekf (mgr.14180) 191 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 248 KiB/s rd, 4.9 KiB/s wr, 432 op/s 2023-11-15T06:08:11.759 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:11.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:11 smithi073 conmon[84426]: audit 2023-11-15T06:08:10.111871+0000 mgr.smithi073.hvxekf (mgr.14180) 190 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:11.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:11 smithi073 conmon[84426]: cluster 2023-11-15T06:08:10.164290+0000 mgr.smithi073.hvxekf (mgr.14180) 191 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 248 KiB/s rd, 4.9 KiB/s wr, 432 op/s 2023-11-15T06:08:13.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:13 smithi073 conmon[84426]: cluster 2023-11-15T06:08:12.164829+0000 mgr.smithi073.hvxekf (mgr.14180) 192 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 KiB/s rd, 4.2 KiB/s wr, 419 op/s 2023-11-15T06:08:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:13 smithi162 conmon[89260]: cluster 2023-11-15T06:08:12.164829+0000 mgr.smithi073.hvxekf (mgr.14180) 192 : cluster [DBG] 2023-11-15T06:08:13.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:13 smithi162 conmon[89260]: pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 KiB/s rd, 4.2 KiB/s wr, 419 op/s 2023-11-15T06:08:13.648 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:13.649 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:14.295 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:14.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:14 smithi073 conmon[84426]: audit 2023-11-15T06:08:13.324374+0000 mon.smithi073 (mon.0 2023-11-15T06:08:14.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:14 smithi073 conmon[84426]: ) 658 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:14.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:14 smithi073 conmon[84426]: audit 2023-11-15T06:08:13.644320+0000 mgr.smithi073.hvxekf (mgr.14180) 193 : audit [DBG] 2023-11-15T06:08:14.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:14 smithi073 conmon[84426]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:14.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:14 smithi162 conmon[89260]: audit 2023-11-15T06:08:13.324374+0000 mon.smithi073 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:08:14.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:14 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:08:14.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:14 smithi162 conmon[89260]: 15T06:08:13.644320+0000 mgr.smithi073.hvxekf (mgr.14180) 193 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:15.296 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:15.739 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:15 smithi073 conmon[84426]: cluster 2023-11-15T06:08:14.165181+0000 mgr.smithi073.hvxekf (mgr.14180) 194 : cluster 2023-11-15T06:08:15.739 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:15 smithi073 conmon[84426]: [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 KiB/s rd, 3.4 KiB/s wr, 338 op/s 2023-11-15T06:08:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:15 smithi162 conmon[89260]: cluster 2023-11-15T06:08:14.165181+0000 mgr.smithi073.hvxekf (mgr.14180) 194 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 KiB/s rd, 3.4 KiB/s wr, 338 op/s 2023-11-15T06:08:17.201 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:17.201 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:17 smithi073 conmon[84426]: cluster 2023-11-15T06:08:16.165857+0000 mgr.smithi073.hvxekf (mgr.14180) 195 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 KiB/s rd, 3.1 KiB/s wr, 306 op/s 2023-11-15T06:08:17.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:17 smithi162 conmon[89260]: cluster 2023-11-15T06:08:16.165857+0000 mgr.smithi073.hvxekf (mgr.14180) 195 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 KiB/s rd, 3.1 KiB/s wr, 306 op/s 2023-11-15T06:08:17.829 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:18 smithi073 conmon[84426]: audit 2023-11-15T06:08:17.197317+0000 mgr.smithi073.hvxekf (mgr.14180) 196 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:18 smithi073 conmon[84426]: 2023-11-15T06:08:18.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:18 smithi162 conmon[89260]: audit 2023-11-15T06:08:17.197317+0000 mgr.smithi073.hvxekf (mgr.14180) 196 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:18.831 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:19.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:19 smithi073 conmon[84426]: cluster 2023-11-15T06:08:18.166433+0000 mgr.smithi073.hvxekf (mgr.14180) 197 : cluster [DBG] 2023-11-15T06:08:19.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:19 smithi073 conmon[84426]: pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 159 KiB/s rd, 2.6 KiB/s wr, 277 op/s 2023-11-15T06:08:19.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:19 smithi162 conmon[89260]: cluster 2023-11-15T06:08:18.166433+0000 mgr.smithi073.hvxekf (mgr.14180) 197 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 159 KiB/s rd, 2.6 KiB/s wr, 277 op/s 2023-11-15T06:08:20.697 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:20.697 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:21.354 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:21.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:21 smithi073 conmon[84426]: cluster 2023-11-15T06:08:20.166881+0000 mgr.smithi073.hvxekf (mgr.14180) 198 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 511 B/s wr, 85 op/s 2023-11-15T06:08:21.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:21 smithi073 conmon[84426]: audit 2023-11-15T06:08:20.693155+0000 mgr.smithi073.hvxekf (mgr.14180) 199 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:21.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:21 smithi162 conmon[89260]: cluster 2023-11-15T06:08:20.166881+0000 mgr.smithi073.hvxekf (mgr.14180) 198 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 511 B/s wr, 85 op/s 2023-11-15T06:08:21.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:21 smithi162 conmon[89260]: audit 2023-11-15T06:08:20.693155+0000 mgr.smithi073.hvxekf (mgr.14180) 199 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:22.355 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:23.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:23 smithi073 conmon[84426]: cluster 2023-11-15T06:08:22.167588+0000 mgr.smithi073.hvxekf (mgr.14180) 200 2023-11-15T06:08:23.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:23 smithi073 conmon[84426]: : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 30 op/s 2023-11-15T06:08:23.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:23 smithi162 conmon[89260]: cluster 2023-11-15T06:08:22.167588+0000 mgr.smithi073.hvxekf (mgr.14180) 200 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 30 op/s 2023-11-15T06:08:24.347 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:24.347 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:24.921 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:25 smithi073 conmon[84426]: cluster 2023-11-15T06:08:24.167948+0000 mgr.smithi073.hvxekf (mgr.14180) 201 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:25 smithi073 conmon[84426]: audit 2023-11-15T06:08:24.343338+0000 mgr.smithi073.hvxekf (mgr.14180) 202 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:25 smithi162 conmon[89260]: cluster 2023-11-15T06:08:24.167948+0000 mgr.smithi073.hvxekf (mgr.14180) 201 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:25 smithi162 conmon[89260]: audit 2023-11-15T06:08:24.343338+0000 mgr.smithi073.hvxekf (mgr.14180) 202 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:25.923 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:27.544 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:27 smithi073 conmon[84426]: cluster 2023-11-15T06:08:26.168417+0000 mgr.smithi073.hvxekf (mgr.14180) 203 : cluster [DBG] 2023-11-15T06:08:27.545 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:27 smithi073 conmon[84426]: pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:27.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:27 smithi162 conmon[89260]: cluster 2023-11-15T06:08:26.168417+0000 mgr.smithi073.hvxekf (mgr.14180) 203 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:27.949 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:27.950 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:28.519 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:29.520 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:29 smithi073 conmon[84426]: audit 2023-11-15T06:08:27.945661+0000 mgr.smithi073.hvxekf (mgr.14180) 204 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:29 smithi073 conmon[84426]: cluster 2023-11-15T06:08:28.169095+0000 mgr.smithi073.hvxekf (mgr.14180) 205 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:29 smithi162 conmon[89260]: audit 2023-11-15T06:08:27.945661+0000 mgr.smithi073.hvxekf (mgr.14180) 204 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:29 smithi162 conmon[89260]: cluster 2023-11-15T06:08:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:29 smithi162 conmon[89260]: 2023-11-15T06:08:28.169095+0000 mgr.smithi073.hvxekf (mgr.14180) 205 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:31.388 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:31.388 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:31.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:31 smithi073 conmon[84426]: cluster 2023-11-15T06:08:30.169587+0000 mgr.smithi073.hvxekf (mgr.14180) 206 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:31 smithi162 conmon[89260]: cluster 2023-11-15T06:08:30.169587+0000 mgr.smithi073.hvxekf (mgr.14180) 206 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:32.008 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:32 smithi073 conmon[84426]: audit 2023-11-15T06:08:31.383709+0000 mgr.smithi073.hvxekf (mgr.14180) 207 : 2023-11-15T06:08:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:32 smithi073 conmon[84426]: audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:32.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:32 smithi162 conmon[89260]: audit 2023-11-15T06:08:31.383709+0000 mgr.smithi073.hvxekf (mgr.14180) 207 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:33.010 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:33.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:33 smithi073 conmon[84426]: cluster 2023-11-15T06:08:32.170051+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:08:33.726 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:33 smithi073 conmon[84426]: 208 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:33.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:33 smithi162 conmon[89260]: cluster 2023-11-15T06:08:32.170051+0000 mgr.smithi073.hvxekf (mgr.14180) 208 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:33.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:33 smithi162 conmon[89260]: 2023-11-15T06:08:34.988 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:34.988 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:35.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:35 smithi073 conmon[84426]: cluster 2023-11-15T06:08:34.170463+0000 mgr.smithi073.hvxekf (mgr.14180) 209 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:35.643 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:35.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:35 smithi162 conmon[89260]: cluster 2023-11-15T06:08:34.170463+0000 mgr.smithi073.hvxekf (mgr.14180) 209 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:36.644 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:36.670 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:36 smithi073 conmon[84426]: audit 2023-11-15T06:08:34.984177+0000 mgr.smithi073.hvxekf (mgr.14180) 210 : audit 2023-11-15T06:08:36.671 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:36 smithi073 conmon[84426]: [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:36 smithi162 conmon[89260]: audit 2023-11-15T06:08:34.984177+0000 mgr.smithi073.hvxekf (mgr.14180) 210 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:37.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:37 smithi073 conmon[84426]: cluster 2023-11-15T06:08:36.170943+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:08:37.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:37 smithi073 conmon[84426]: ) 211 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:37 smithi162 conmon[89260]: cluster 2023-11-15T06:08:36.170943+0000 mgr.smithi073.hvxekf (mgr.14180) 211 2023-11-15T06:08:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:37 smithi162 conmon[89260]: : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:38.627 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:38.628 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:39.201 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:39 smithi073 conmon[84426]: cluster 2023-11-15T06:08:38.171430+0000 mgr.smithi073.hvxekf (mgr.14180) 212 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:39 smithi073 conmon[84426]: audit 2023-11-15T06:08:38.623726+0000 mgr.smithi073.hvxekf (mgr.14180) 213 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:39.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:39 smithi162 conmon[89260]: cluster 2023-11-15T06:08:38.171430+0000 mgr.smithi073.hvxekf (mgr.14180) 212 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:39.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:39 smithi162 conmon[89260]: audit 2023-11-15T06:08:38.623726+0000 mgr.smithi073.hvxekf (mgr.14180) 213 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:40.202 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:41.695 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:41 smithi073 conmon[84426]: cluster 2023-11-15T06:08:40.171975+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:08:41.696 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:41 smithi073 conmon[84426]: 214 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:41.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:41 smithi162 conmon[89260]: cluster 2023-11-15T06:08:40.171975+0000 mgr.smithi073.hvxekf (mgr.14180) 214 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:42.064 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:42.065 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:42.667 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:43.668 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:43.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:43 smithi073 conmon[84426]: audit 2023-11-15T06:08:42.060628+0000 mgr.smithi073.hvxekf (mgr.14180) 215 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:43.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:43 smithi073 conmon[84426]: cluster 2023-11-15T06:08:42.172762+0000 mgr.smithi073.hvxekf (mgr.14180) 216 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:43 smithi162 conmon[89260]: audit 2023-11-15T06:08:42.060628+0000 mgr.smithi073.hvxekf (mgr.14180) 215 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:43 smithi162 conmon[89260]: cluster 2023-11-15T06:08:42.172762+0000 mgr.smithi073.hvxekf (mgr.14180) 216 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:45.552 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:45.552 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:45.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:45 smithi073 conmon[84426]: cluster 2023-11-15T06:08:44.173353+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:08:45.722 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:45 smithi073 conmon[84426]: ) 217 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:45.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:45 smithi162 conmon[89260]: cluster 2023-11-15T06:08:44.173353+0000 mgr.smithi073.hvxekf (mgr.14180) 217 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:46.210 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:46.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:46 smithi073 conmon[84426]: audit 2023-11-15T06:08:45.547797+0000 mgr.smithi073.hvxekf (mgr.14180) 218 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:46 smithi162 conmon[89260]: audit 2023-11-15T06:08:45.547797+0000 mgr.smithi073.hvxekf (mgr.14180) 218 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:47.211 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:47.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:47 smithi073 conmon[84426]: cluster 2023-11-15T06:08:46.174012+0000 mgr.smithi073.hvxekf (mgr.14180) 219 2023-11-15T06:08:47.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:47 smithi073 conmon[84426]: : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:47 smithi162 conmon[89260]: cluster 2023-11-15T06:08:46.174012+0000 mgr.smithi073.hvxekf (mgr.14180) 219 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:49.157 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:49.157 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:49 smithi073 conmon[84426]: cluster 2023-11-15T06:08:48 2023-11-15T06:08:49.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:49 smithi073 conmon[84426]: .174539+0000 mgr.smithi073.hvxekf (mgr.14180) 220 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:49.758 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:49.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:49 smithi162 conmon[89260]: cluster 2023-11-15T06:08:48.174539+0000 mgr.smithi073.hvxekf (mgr.14180) 220 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:50.760 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:50.792 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:50 smithi073 conmon[84426]: audit 2023-11-15T06:08:49.152795+0000 mgr.smithi073.hvxekf (mgr.14180) 221 2023-11-15T06:08:50.793 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:50 smithi073 conmon[84426]: : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:50.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:50 smithi162 conmon[89260]: audit 2023-11-15T06:08:49.152795+0000 mgr.smithi073.hvxekf (mgr.14180) 221 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:51.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:51 smithi073 conmon[84426]: cluster 2023-11-15T06:08:50.175140+0000 mgr.smithi073.hvxekf (mgr.14180) 222 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:51.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:51 smithi162 conmon[89260]: cluster 2023-11-15T06:08:50.175140+0000 mgr.smithi073.hvxekf (mgr.14180) 222 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:52.694 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:52.695 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:53.349 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:53 smithi073 conmon[84426]: cluster 2023-11-15T06:08:52.175696+0000 mgr.smithi073.hvxekf (mgr.14180) 223 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:53 smithi073 conmon[84426]: audit 2023-11-15T06:08:52. 2023-11-15T06:08:53.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:53 smithi073 conmon[84426]: 690293+0000 mgr.smithi073.hvxekf (mgr.14180) 224 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:53.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:53 smithi162 conmon[89260]: cluster 2023-11-15T06:08:52.175696+0000 mgr.smithi073.hvxekf (mgr.14180) 223 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:53.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:53 smithi162 conmon[89260]: audit 2023-11-15T06:08:52.690293+0000 mgr.smithi073.hvxekf (mgr.14180) 224 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:54.350 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:55.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:55 smithi073 conmon[84426]: cluster 2023-11-15T06:08:54.176081+0000 mgr.smithi073.hvxekf (mgr.14180) 225 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:55.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:55 smithi162 conmon[89260]: cluster 2023-11-15T06:08:54.176081+0000 mgr.smithi073.hvxekf (mgr.14180) 225 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:56.232 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:56.232 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:56.865 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:08:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:57 smithi073 conmon[84426]: cluster 2023-11-15T06:08:56.176565+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:08:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:57 smithi073 conmon[84426]: 14180) 226 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:57 smithi073 conmon[84426]: audit 2023-11-15T06:08:56.228080+0000 mgr.smithi073.hvxekf (mgr.14180) 227 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:57 smithi162 conmon[89260]: cluster 2023-11-15T06:08:56.176565+0000 mgr.smithi073.hvxekf (mgr.14180) 226 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:57 smithi162 conmon[89260]: audit 2023-11-15T06:08:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:57 smithi162 conmon[89260]: 2023-11-15T06:08:56.228080+0000 mgr.smithi073.hvxekf (mgr.14180) 227 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:08:57.866 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:08:59.718 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:08:59.718 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:08:59.750 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:08:59 smithi073 conmon[84426]: cluster 2023-11-15T06:08:58.177059+0000 mgr.smithi073.hvxekf (mgr.14180) 228 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:08:59.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:08:59 smithi162 conmon[89260]: cluster 2023-11-15T06:08:58.177059+0000 mgr.smithi073.hvxekf (mgr.14180) 228 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:00.331 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:00 smithi073 conmon[84426]: audit 2023-11-15T06:08:59.713883+0000 mgr.smithi073.hvxekf (mgr.14180) 229 : 2023-11-15T06:09:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:00 smithi073 conmon[84426]: audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:00 smithi162 conmon[89260]: audit 2023-11-15T06:08:59.713883+0000 mgr.smithi073.hvxekf (mgr.14180) 229 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:00 smithi162 conmon[89260]: 2023-11-15T06:09:01.332 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:01.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:01 smithi073 conmon[84426]: cluster 2023-11-15T06:09:00.177479+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:09:01.798 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:01 smithi073 conmon[84426]: 230 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:01 smithi162 conmon[89260]: cluster 2023-11-15T06:09:00.177479+0000 mgr.smithi073.hvxekf (mgr.14180) 230 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:03.197 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:03.197 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:03.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:03 smithi073 conmon[84426]: cluster 2023-11-15T06:09:02.178071+0000 mgr.smithi073.hvxekf (mgr.14180) 231 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:03.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:03 smithi162 conmon[89260]: cluster 2023-11-15T06:09:02.178071+0000 mgr.smithi073.hvxekf (mgr.14180) 231 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:03.830 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:04 smithi073 conmon[84426]: audit 2023-11-15T06:09:03.193147+0000 mgr.smithi073.hvxekf (mgr.14180) 232 : audit 2023-11-15T06:09:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:04 smithi073 conmon[84426]: [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:04.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:04 smithi162 conmon[89260]: audit 2023-11-15T06:09:03.193147+0000 mgr.smithi073.hvxekf (mgr.14180) 232 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:04.832 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:05.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:05 smithi073 conmon[84426]: cluster 2023-11-15T06:09:04.178571+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:09:05.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:05 smithi073 conmon[84426]: 14180) 233 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:05.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:05 smithi162 conmon[89260]: cluster 2023-11-15T06:09:04.178571+0000 mgr.smithi073.hvxekf (mgr.14180) 233 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:06.722 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:06.723 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:07.322 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:07 smithi073 conmon[84426]: cluster 2023-11-15T06:09:06.179083+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:09:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:07 smithi073 conmon[84426]: ) 234 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:07 smithi073 conmon[84426]: audit 2023-11-15T06:09:06.719044+0000 mgr.smithi073.hvxekf (mgr.14180) 235 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:07 smithi162 conmon[89260]: cluster 2023-11-15T06:09:06.179083+0000 mgr.smithi073.hvxekf (mgr.14180) 234 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:07.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:07 smithi162 conmon[89260]: audit 2023-11-15T06:09:06.719044+0000 mgr.smithi073.hvxekf (mgr.14180) 235 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:08.324 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:08.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:08 smithi073 conmon[84426]: audit 2023-11-15T06:09:08.147041+0000 mon.smithi073 (mon.0) 659 : audit [INF] 2023-11-15T06:09:08.802 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:08 smithi073 conmon[84426]: from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2023-11-15T06:09:08.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:08 smithi162 conmon[89260]: audit 2023-11-15T06:09:08.147041+0000 mon.smithi073 (mon.0) 659 : audit 2023-11-15T06:09:08.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:08 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2023-11-15T06:09:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:09 smithi073 conmon[84426]: cluster 2023-11-15T06:09:08.180070+0000 mgr.smithi073.hvxekf (mgr.14180) 236 2023-11-15T06:09:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:09 smithi073 conmon[84426]: : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:09 smithi073 conmon[84426]: audit 2023-11-15T06:09:08.451560+0000 mon.smithi073 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2023-11-15T06:09:09.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:09 smithi073 conmon[84426]: cluster 2023-11-15T06:09:08.451610+0000 mon.smithi073 (mon.0) 661 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T06:09:09.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:09 smithi162 conmon[89260]: cluster 2023-11-15T06:09:08.180070+0000 mgr.smithi073.hvxekf (mgr.14180) 236 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:09.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:09 smithi162 conmon[89260]: audit 2023-11-15T06:09:08.451560+0000 mon.smithi073 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2023-11-15T06:09:09.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:09 smithi162 conmon[89260]: cluster 2023-11-15T06:09:08.451610+0000 mon.smithi073 (mon.0) 661 : cluster 2023-11-15T06:09:09.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:09 smithi162 conmon[89260]: [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T06:09:10.245 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:10.245 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:10.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:10 smithi073 conmon[84426]: cluster 2023-11-15T06:09:09.457072+0000 mon.smithi073 (mon.0) 662 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T06:09:10.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:10 smithi162 conmon[89260]: cluster 2023-11-15T06:09:09.457072+0000 mon.smithi073 (mon.0) 662 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T06:09:10.896 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:11.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:11 smithi073 conmon[84426]: cluster 2023-11-15T06:09:10.180547+0000 mgr.smithi073.hvxekf (mgr.14180) 237 : cluster [DBG] 2023-11-15T06:09:11.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:11 smithi073 conmon[84426]: pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:11.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:11 smithi073 conmon[84426]: audit 2023-11-15T06:09:10.240776+0000 mgr.smithi073.hvxekf (mgr.14180) 238 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:11 smithi162 conmon[89260]: cluster 2023-11-15T06:09:10.180547+0000 mgr.smithi073.hvxekf (mgr.14180) 237 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:11 smithi162 conmon[89260]: audit 2023-11-15T06:09:10.240776+0000 mgr.smithi073.hvxekf (mgr.14180) 238 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:11.897 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:13.547 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:13 smithi073 conmon[84426]: cluster 2023-11-15T06:09:12. 2023-11-15T06:09:13.547 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:13 smithi073 conmon[84426]: 181059+0000 mgr.smithi073.hvxekf (mgr.14180) 239 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:13.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:13 smithi162 conmon[89260]: cluster 2023-11-15T06:09:12.181059+0000 mgr.smithi073.hvxekf (mgr.14180) 239 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:13.908 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:13.908 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:14.511 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:15.512 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:15 smithi073 conmon[84426]: audit 2023-11-15T06:09:13.904280+0000 mgr.smithi073.hvxekf (mgr.14180) 240 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:15 smithi073 conmon[84426]: cluster 2023-11-15T06:09:14.181379+0000 mgr.smithi073.hvxekf (mgr.14180) 241 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:15 smithi162 conmon[89260]: audit 2023-11-15T06:09:13.904280+0000 mgr.smithi073.hvxekf (mgr.14180) 240 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:15 smithi162 conmon[89260]: cluster 2023-11-15T06:09:14.181379 2023-11-15T06:09:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:15 smithi162 conmon[89260]: +0000 mgr.smithi073.hvxekf (mgr.14180) 241 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:17.365 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:17.365 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:17 smithi073 conmon[84426]: cluster 2023-11-15T06:09:16.181946+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:09:17.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:17 smithi073 conmon[84426]: 14180) 242 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:17.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:17 smithi162 conmon[89260]: cluster 2023-11-15T06:09:16.181946+0000 mgr.smithi073.hvxekf (mgr.14180) 242 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:18.010 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:18 smithi073 conmon[84426]: audit 2023-11-15T06:09:17.361308 2023-11-15T06:09:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:18 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 243 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:18.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:18 smithi162 conmon[89260]: audit 2023-11-15T06:09:17.361308+0000 mgr.smithi073.hvxekf (mgr.14180) 243 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:19.011 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:19.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:19 smithi073 conmon[84426]: cluster 2023-11-15T06:09:18.182487+0000 mgr.smithi073.hvxekf (mgr.14180) 244 : cluster [DBG] 2023-11-15T06:09:19.749 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:19 smithi073 conmon[84426]: pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:19.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:19 smithi162 conmon[89260]: cluster 2023-11-15T06:09:18.182487+0000 mgr.smithi073.hvxekf (mgr.14180) 244 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:20.936 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:20.936 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:21.511 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:21.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:21 smithi073 conmon[84426]: cluster 2023-11-15T06:09:20.183082+0000 mgr.smithi073.hvxekf (mgr.14180) 245 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:21.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:21 smithi162 conmon[89260]: cluster 2023-11-15T06:09:20.183082+0000 mgr.smithi073.hvxekf (mgr.14180) 245 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:22.512 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:22 smithi073 conmon[84426]: audit 2023-11-15T06:09:20.931776+0000 mgr.smithi073.hvxekf 2023-11-15T06:09:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:22 smithi073 conmon[84426]: (mgr.14180) 246 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:22.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:22 smithi162 conmon[89260]: audit 2023-11-15T06:09:20.931776+0000 mgr.smithi073.hvxekf (mgr.14180) 246 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:23.796 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:23 smithi073 conmon[84426]: cluster 2023-11-15T06:09:22.183581+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:09:23.796 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:23 smithi073 conmon[84426]: mgr.14180) 247 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:23.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:23 smithi162 conmon[89260]: cluster 2023-11-15T06:09:22.183581+0000 mgr.smithi073.hvxekf (mgr.14180) 247 : 2023-11-15T06:09:23.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:23 smithi162 conmon[89260]: cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:24.459 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:24.459 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:25.101 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:25 smithi073 conmon[84426]: cluster 2023-11-15T06:09:24.183935+0000 mgr.smithi073.hvxekf (mgr.14180) 248 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:25 smithi073 conmon[84426]: audit 2023-11-15T06:09:24.454994+0000 mgr.smithi073.hvxekf (mgr.14180) 249 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:25 smithi162 conmon[89260]: cluster 2023-11-15T06:09:24.183935+0000 mgr.smithi073.hvxekf (mgr.14180) 248 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:25 smithi162 conmon[89260]: audit 2023-11-15T06:09:24.454994+0000 mgr.smithi073.hvxekf (mgr.14180) 249 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:26.103 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:27.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:27 smithi073 conmon[84426]: cluster 2023-11-15T06:09:26.184633+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:09:27.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:27 smithi073 conmon[84426]: 14180) 250 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:27.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:27 smithi162 conmon[89260]: cluster 2023-11-15T06:09:26.184633+0000 mgr.smithi073.hvxekf (mgr.14180) 250 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:28.120 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:28.120 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:28.742 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:29.743 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:29.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:29 smithi073 conmon[84426]: audit 2023-11-15T06:09:28.116449+0000 mgr.smithi073.hvxekf (mgr.14180) 251 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:29.776 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:29 smithi073 conmon[84426]: cluster 2023-11-15T06:09:28.185220+0000 mgr.smithi073.hvxekf (mgr.14180) 252 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:29 smithi162 conmon[89260]: audit 2023-11-15T06:09:28.116449+0000 mgr.smithi073.hvxekf (mgr.14180) 251 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:29 smithi162 conmon[89260]: cluster 2023-11-15T06:09:28.185220+0000 mgr.smithi073.hvxekf (mgr.14180) 252 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:31.596 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:31.596 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:31.793 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:31 smithi073 conmon[84426]: cluster 2023-11-15T06:09:30.185901+0000 mgr.smithi073.hvxekf (mgr.14180) 253 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:31 smithi162 conmon[89260]: cluster 2023-11-15T06:09:30.185901+0000 mgr.smithi073.hvxekf (mgr.14180) 253 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:31 smithi162 conmon[89260]: 2023-11-15T06:09:32.175 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:32 smithi073 conmon[84426]: audit 2023-11-15T06:09:31.591336+0000 mgr.smithi073.hvxekf (mgr.14180) 254 : audit 2023-11-15T06:09:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:32 smithi073 conmon[84426]: [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:32.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:32 smithi162 conmon[89260]: audit 2023-11-15T06:09:31.591336+0000 mgr.smithi073.hvxekf (mgr.14180) 254 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:33.176 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:33.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:33 smithi073 conmon[84426]: cluster 2023-11-15T06:09:32 2023-11-15T06:09:33.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:33 smithi073 conmon[84426]: .186423+0000 mgr.smithi073.hvxekf (mgr.14180) 255 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:33.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:33 smithi162 conmon[89260]: cluster 2023-11-15T06:09:32.186423+0000 mgr.smithi073.hvxekf (mgr.14180) 255 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:35.062 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:35.063 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:35.665 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:35.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:35 smithi073 conmon[84426]: cluster 2023-11-15T06:09:34.186822+0000 mgr.smithi073.hvxekf (mgr.14180) 256 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:35.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:35 smithi162 conmon[89260]: cluster 2023-11-15T06:09:34.186822+0000 mgr.smithi073.hvxekf (mgr.14180) 256 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:35.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:35 smithi162 conmon[89260]: 2023-11-15T06:09:36.667 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:36.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:36 smithi073 conmon[84426]: audit 2023-11-15T06:09:35.058108+0000 mgr.smithi073.hvxekf (mgr.14180) 257 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:36.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:36 smithi162 conmon[89260]: audit 2023-11-15T06:09:35.058108+0000 mgr.smithi073.hvxekf (mgr.14180) 257 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:37.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:37 smithi073 conmon[84426]: cluster 2023-11-15T06:09:36.187290+0000 mgr.smithi073.hvxekf 2023-11-15T06:09:37.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:37 smithi073 conmon[84426]: (mgr.14180) 258 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:37 smithi162 conmon[89260]: cluster 2023-11-15T06:09:36.187290+0000 mgr.smithi073.hvxekf (mgr.14180) 258 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:38.551 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:38.552 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:39.267 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:39 smithi073 conmon[84426]: cluster 2023-11-15T06:09:38.187869+0000 mgr.smithi073.hvxekf 2023-11-15T06:09:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:39 smithi073 conmon[84426]: (mgr.14180) 259 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:39 smithi073 conmon[84426]: audit 2023-11-15T06:09:38.547718+0000 mgr.smithi073.hvxekf (mgr.14180) 260 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:39.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:39 smithi162 conmon[89260]: cluster 2023-11-15T06:09:38.187869+0000 mgr.smithi073.hvxekf (mgr.14180) 259 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:39.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:39 smithi162 conmon[89260]: audit 2023-11-15T06:09:38.547718+0000 mgr.smithi073.hvxekf (mgr.14180) 260 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:40.268 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:41.805 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:41 smithi073 conmon[84426]: cluster 2023-11-15T06:09:40.188340+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:09:41.806 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:41 smithi073 conmon[84426]: .14180) 261 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:41.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:41 smithi162 conmon[89260]: cluster 2023-11-15T06:09:40.188340+0000 mgr.smithi073.hvxekf (mgr.14180) 261 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:42.171 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:42.171 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:42.816 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:43.817 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:43 smithi073 conmon[84426]: audit 2023-11-15T06:09:42.166962+0000 mgr.smithi073.hvxekf (mgr.14180) 262 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:43 smithi073 conmon[84426]: cluster 2023-11-15T06:09:42.189002+0000 mgr.smithi073.hvxekf (mgr.14180) 263 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:43 smithi162 conmon[89260]: audit 2023-11-15T06:09:42.166962+0000 mgr.smithi073.hvxekf (mgr.14180) 262 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:43 smithi162 conmon[89260]: cluster 2023-11-15T06:09:42 2023-11-15T06:09:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:43 smithi162 conmon[89260]: .189002+0000 mgr.smithi073.hvxekf (mgr.14180) 263 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:45.724 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:45.724 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:45.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:45 smithi073 conmon[84426]: cluster 2023-11-15T06:09:44.189406+0000 2023-11-15T06:09:45.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:45 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 264 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:45.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:45 smithi162 conmon[89260]: cluster 2023-11-15T06:09:44.189406+0000 mgr.smithi073.hvxekf (mgr.14180) 264 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:46.339 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:46.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:46 smithi073 conmon[84426]: audit 2023-11-15T06:09:45.720100+0000 mgr.smithi073.hvxekf (mgr.14180) 265 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:46 smithi162 conmon[89260]: audit 2023-11-15T06:09:45.720100+0000 mgr.smithi073.hvxekf (mgr.14180) 265 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:47.340 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:47.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:47 smithi073 conmon[84426]: cluster 2023-11-15T06:09:46.189964+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:09:47.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:47 smithi073 conmon[84426]: 266 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:47 smithi162 conmon[89260]: cluster 2023-11-15T06:09:46.189964+0000 mgr.smithi073.hvxekf (mgr.14180) 266 : cluster [DBG] 2023-11-15T06:09:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:47 smithi162 conmon[89260]: pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:49.425 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:49.426 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:49.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:49 smithi073 conmon[84426]: cluster 2023-11-15T06:09:48.190743+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:09:49.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:49 smithi073 conmon[84426]: 14180) 267 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:49.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:49 smithi162 conmon[89260]: cluster 2023-11-15T06:09:48.190743+0000 mgr.smithi073.hvxekf (mgr.14180) 267 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:50.066 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:50.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:50 smithi073 conmon[84426]: audit 2023-11-15T06:09:49.421678+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:09:50.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:50 smithi073 conmon[84426]: mgr.14180) 268 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:50.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:50 smithi162 conmon[89260]: audit 2023-11-15T06:09:49.421678+0000 mgr.smithi073.hvxekf (mgr.14180) 268 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:50.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:50 smithi162 conmon[89260]: 2023-11-15T06:09:51.067 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:51.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:51 smithi073 conmon[84426]: cluster 2023-11-15T06:09:50.191389+0000 mgr.smithi073.hvxekf (mgr.14180) 269 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:51.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:51 smithi162 conmon[89260]: cluster 2023-11-15T06:09:50.191389+0000 mgr.smithi073.hvxekf (mgr.14180) 269 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:52.875 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:52.876 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:53.505 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:53 smithi073 conmon[84426]: cluster 2023-11-15T06:09:52.191955+0000 mgr.smithi073.hvxekf (mgr.14180) 270 : cluster 2023-11-15T06:09:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:53 smithi073 conmon[84426]: [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:53.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:53 smithi162 conmon[89260]: cluster 2023-11-15T06:09:52.191955+0000 mgr.smithi073.hvxekf (mgr.14180) 270 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:54.506 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:54 smithi073 conmon[84426]: audit 2023-11-15T06:09:52.871251+0000 mgr.smithi073.hvxekf (mgr.14180) 271 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:54.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:54 smithi162 conmon[89260]: audit 2023-11-15T06:09:52.871251+0000 mgr.smithi073.hvxekf (mgr.14180) 271 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:55.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:55 smithi073 conmon[84426]: cluster 2023-11-15T06:09:54.192465+0000 mgr.smithi073.hvxekf (mgr.14180) 272 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:55.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:55 smithi162 conmon[89260]: cluster 2023-11-15T06:09:54.192465+0000 mgr.smithi073.hvxekf (mgr.14180) 272 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:56.440 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:56.440 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:09:57.064 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:09:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:57 smithi073 conmon[84426]: cluster 2023-11-15T06:09:56.193048+0000 mgr.smithi073.hvxekf (mgr.14180) 273 : 2023-11-15T06:09:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:57 smithi073 conmon[84426]: cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:57 smithi073 conmon[84426]: audit 2023-11-15T06:09:56.435847+0000 mgr.smithi073.hvxekf (mgr.14180) 274 : audit [DBG] 2023-11-15T06:09:57.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:57 smithi073 conmon[84426]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:57 smithi162 conmon[89260]: cluster 2023-11-15T06:09:56.193048+0000 mgr.smithi073.hvxekf (mgr.14180) 273 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:57 smithi162 conmon[89260]: audit 2023-11-15T06:09: 2023-11-15T06:09:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:57 smithi162 conmon[89260]: 56.435847+0000 mgr.smithi073.hvxekf (mgr.14180) 274 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:09:58.065 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:09:59.608 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:09:59 smithi073 conmon[84426]: cluster 2023-11-15T06:09:58.193654+0000 mgr.smithi073.hvxekf (mgr.14180) 275 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:59.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:09:59 smithi162 conmon[89260]: cluster 2023-11-15T06:09:58.193654+0000 mgr.smithi073.hvxekf (mgr.14180) 275 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:09:59.936 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:09:59.936 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:00.547 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:00 smithi073 conmon[84426]: cluster 2023-11-15T06:10:00.000150 2023-11-15T06:10:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:00 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 663 : cluster [INF] overall HEALTH_OK 2023-11-15T06:10:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:00 smithi162 conmon[89260]: cluster 2023-11-15T06:10:00.000150+0000 mon.smithi073 (mon.0) 663 : cluster [INF] overall HEALTH_OK 2023-11-15T06:10:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:00 smithi162 conmon[89260]: 2023-11-15T06:10:01.548 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:02.030 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:01 smithi073 conmon[84426]: audit 2023-11-15T06:09:59.932095+0000 mgr.smithi073.hvxekf 2023-11-15T06:10:02.031 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:01 smithi073 conmon[84426]: (mgr.14180) 276 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:02.031 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:01 smithi073 conmon[84426]: cluster 2023-11-15T06:10:00.194121+0000 mgr.smithi073.hvxekf (mgr.14180) 277 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:01 smithi162 conmon[89260]: audit 2023-11-15T06:09:59.932095+0000 mgr.smithi073.hvxekf (mgr.14180) 276 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:01 smithi162 conmon[89260]: 2023-11-15T06:10:02.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:01 smithi162 conmon[89260]: cluster 2023-11-15T06:10:00.194121+0000 mgr.smithi073.hvxekf (mgr.14180) 277 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:03.469 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:03.469 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:03.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:03 smithi073 conmon[84426]: cluster 2023-11-15T06:10:02.194901+0000 mgr.smithi073.hvxekf (mgr.14180) 278 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:03 smithi162 conmon[89260]: cluster 2023-11-15T06:10:02.194901+0000 mgr.smithi073.hvxekf (mgr.14180) 278 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:04.103 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:04 smithi073 conmon[84426]: audit 2023-11-15T06:10:03.464767+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:10:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:04 smithi073 conmon[84426]: mgr.14180) 279 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:04 smithi162 conmon[89260]: audit 2023-11-15T06:10:03.464767+0000 mgr.smithi073.hvxekf (mgr.14180) 279 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:05.105 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:05.947 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:05 smithi073 conmon[84426]: cluster 2023-11-15T06:10:04.195533+0000 mgr.smithi073.hvxekf (mgr.14180) 280 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:05 smithi162 conmon[89260]: cluster 2023-11-15T06:10:04.195533+0000 mgr.smithi073.hvxekf (mgr.14180) 280 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:06.988 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:06.989 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:07.621 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:07 smithi073 conmon[84426]: cluster 2023-11-15T06:10:06.195977+0000 mgr.smithi073.hvxekf (mgr.14180) 281 2023-11-15T06:10:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:07 smithi073 conmon[84426]: : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:07 smithi162 conmon[89260]: cluster 2023-11-15T06:10:06.195977+0000 mgr.smithi073.hvxekf (mgr.14180) 281 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:08.623 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:09.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:08 smithi073 conmon[84426]: audit 2023-11-15T06:10:06.984392+0000 mgr.smithi073.hvxekf (mgr.14180) 282 : audit 2023-11-15T06:10:09.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:08 smithi073 conmon[84426]: [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:08 smithi162 conmon[89260]: audit 2023-11-15T06:10:06.984392+0000 mgr.smithi073.hvxekf (mgr.14180) 282 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:09 smithi073 conmon[84426]: cluster 2023-11-15T06:10:08.196763+0000 mgr.smithi073.hvxekf (mgr.14180) 283 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:09 smithi162 conmon[89260]: cluster 2023-11-15T06:10:08.196763+0000 mgr.smithi073.hvxekf (mgr.14180) 283 : cluster [DBG] 2023-11-15T06:10:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:09 smithi162 conmon[89260]: pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:10.544 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:10.545 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:11.203 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:11 smithi073 conmon[84426]: cluster 2023-11-15T06:10 2023-11-15T06:10:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:11 smithi073 conmon[84426]: :10.197163+0000 mgr.smithi073.hvxekf (mgr.14180) 284 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:11 smithi073 conmon[84426]: audit 2023-11-15T06:10:10.540412+0000 mgr.smithi073.hvxekf (mgr.14180) 285 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:11 smithi162 conmon[89260]: cluster 2023-11-15T06:10:10.197163+0000 mgr.smithi073.hvxekf (mgr.14180) 284 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:11 smithi162 conmon[89260]: audit 2023-11-15T06:10:10.540412+0000 mgr.smithi073.hvxekf (mgr.14180) 285 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:12.204 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:13.797 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:13 smithi073 conmon[84426]: cluster 2023-11-15T06:10:12.197930+0000 mgr.smithi073.hvxekf (mgr.14180) 286 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:13 smithi162 conmon[89260]: cluster 2023-11-15T06:10:12.197930+0000 mgr.smithi073.hvxekf (mgr.14180) 286 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:14.113 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:14.114 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:14.760 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:15.762 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:15 smithi073 conmon[84426]: audit 2023-11-15T06:10:14.109767+0000 mgr.smithi073.hvxekf (mgr.14180) 287 : audit [DBG] 2023-11-15T06:10:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:15 smithi073 conmon[84426]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:16.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:15 smithi073 conmon[84426]: cluster 2023-11-15T06:10:14.198365+0000 mgr.smithi073.hvxekf (mgr.14180) 288 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:15 smithi162 conmon[89260]: audit 2023-11-15T06:10:14.109767+0000 mgr.smithi073.hvxekf (mgr.14180) 287 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:16.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:15 smithi162 conmon[89260]: cluster 2023-11-15T06:10:14.198365+0000 mgr.smithi073.hvxekf (mgr.14180) 288 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:17.673 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:17.673 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:17.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:17 smithi073 conmon[84426]: cluster 2023-11-15T06:10:16.198881+0000 mgr.smithi073.hvxekf (mgr.14180) 289 : 2023-11-15T06:10:17.704 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:17 smithi073 conmon[84426]: cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:17 smithi162 conmon[89260]: cluster 2023-11-15T06:10:16.198881+0000 mgr.smithi073.hvxekf (mgr.14180) 289 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:18.295 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:18 smithi073 conmon[84426]: audit 2023-11-15T06:10:17.668773+0000 mgr.smithi073.hvxekf (mgr.14180) 290 : audit 2023-11-15T06:10:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:18 smithi073 conmon[84426]: [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:18 smithi162 conmon[89260]: audit 2023-11-15T06:10:17.668773+0000 mgr.smithi073.hvxekf (mgr.14180) 290 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:18 smithi162 conmon[89260]: 2023-11-15T06:10:19.296 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:19.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:19 smithi073 conmon[84426]: cluster 2023-11-15T06:10:18.199536+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:10:19.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:19 smithi073 conmon[84426]: 291 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:19 smithi162 conmon[89260]: cluster 2023-11-15T06:10:18.199536+0000 mgr.smithi073.hvxekf (mgr.14180) 291 2023-11-15T06:10:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:19 smithi162 conmon[89260]: : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:21.186 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:21.186 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:21.836 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:22.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:21 smithi073 conmon[84426]: cluster 2023-11-15T06:10:20.200096+0000 mgr.smithi073.hvxekf (mgr.14180) 292 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:21 smithi162 conmon[89260]: cluster 2023-11-15T06:10:20.200096+0000 mgr.smithi073.hvxekf (mgr.14180) 292 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:22.837 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:22 smithi073 conmon[84426]: audit 2023-11-15T06:10:21.182077+0000 mgr.smithi073.hvxekf (mgr.14180) 293 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:22 smithi073 conmon[84426]: 2023-11-15T06:10:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:22 smithi162 conmon[89260]: audit 2023-11-15T06:10:21.182077+0000 mgr.smithi073.hvxekf (mgr.14180) 293 : audit [DBG] 2023-11-15T06:10:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:22 smithi162 conmon[89260]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:23 smithi073 conmon[84426]: cluster 2023-11-15T06:10:22.200721+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:10:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:23 smithi073 conmon[84426]: .14180) 294 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:23 smithi162 conmon[89260]: cluster 2023-11-15T06:10:22.200721+0000 mgr.smithi073.hvxekf (mgr.14180) 294 : cluster 2023-11-15T06:10:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:23 smithi162 conmon[89260]: [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:24.728 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:24.728 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:25.379 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:25 smithi073 conmon[84426]: cluster 2023-11-15T06:10:24.201084+0000 mgr.smithi073.hvxekf (mgr.14180) 295 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:25 smithi073 conmon[84426]: audit 2023-11-15T06:10:24.724001+0000 mgr.smithi073.hvxekf (mgr.14180) 296 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:25 smithi162 conmon[89260]: cluster 2023-11-15T06:10:24.201084+0000 mgr.smithi073.hvxekf (mgr.14180) 295 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:25 smithi162 conmon[89260]: audit 2023-11-15T06:10:24.724001+0000 mgr.smithi073.hvxekf (mgr.14180) 296 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:26.380 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:27.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:27 smithi073 conmon[84426]: cluster 2023-11-15T06:10:26.201710+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:10:27.916 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:27 smithi073 conmon[84426]: 297 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:27 smithi162 conmon[89260]: cluster 2023-11-15T06:10:26.201710+0000 mgr.smithi073.hvxekf (mgr.14180) 297 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:27 smithi162 conmon[89260]: 2023-11-15T06:10:28.228 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:28.228 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:28.843 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:29.844 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:29 smithi073 conmon[84426]: cluster 2023-11-15T06:10:28.202241+0000 mgr.smithi073.hvxekf (mgr.14180) 298 : cluster 2023-11-15T06:10:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:29 smithi073 conmon[84426]: [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:29 smithi073 conmon[84426]: audit 2023-11-15T06:10:28.224079+0000 mgr.smithi073.hvxekf (mgr.14180) 299 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:29 smithi162 conmon[89260]: cluster 2023-11-15T06:10:28.202241+0000 mgr.smithi073.hvxekf (mgr.14180) 298 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:29 smithi162 conmon[89260]: audit 2023-11-15T06:10:28.224079+0000 mgr.smithi073.hvxekf (mgr.14180) 299 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:31.746 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:31.746 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:31.951 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:31 smithi073 conmon[84426]: cluster 2023-11-15T06:10:30.202766+0000 mgr.smithi073.hvxekf 2023-11-15T06:10:31.951 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:31 smithi073 conmon[84426]: (mgr.14180) 300 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:31 smithi162 conmon[89260]: cluster 2023-11-15T06:10:30.202766+0000 mgr.smithi073.hvxekf (mgr.14180) 300 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:31 smithi162 conmon[89260]: 2023-11-15T06:10:32.349 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:32 smithi073 conmon[84426]: audit 2023-11-15T06:10:31.741945+0000 mgr.smithi073.hvxekf (mgr.14180) 301 : audit [DBG] 2023-11-15T06:10:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:32 smithi073 conmon[84426]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:32 smithi162 conmon[89260]: audit 2023-11-15T06:10:31.741945+0000 mgr.smithi073.hvxekf (mgr.14180) 301 : audit [DBG] 2023-11-15T06:10:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:32 smithi162 conmon[89260]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:33.351 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:33.905 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:33 smithi073 conmon[84426]: cluster 2023-11-15T06:10:32.203259+0000 mgr.smithi073.hvxekf (mgr.14180) 302 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:33 smithi162 conmon[89260]: cluster 2023-11-15T06:10:32.203259+0000 mgr.smithi073.hvxekf (mgr.14180) 302 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:35.279 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:35.280 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:35.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:35 smithi073 conmon[84426]: cluster 2023-11-15T06:10:34.203576+0000 mgr.smithi073.hvxekf (mgr.14180) 303 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:35.917 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:35 smithi162 conmon[89260]: cluster 2023-11-15T06:10:34.203576+0000 mgr.smithi073.hvxekf (mgr.14180) 303 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:36.918 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:36.949 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:36 smithi073 conmon[84426]: audit 2023-11-15T06:10:35.275081+0000 mgr.smithi073.hvxekf (mgr.14180) 304 : audit [DBG] 2023-11-15T06:10:36.949 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:36 smithi073 conmon[84426]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:37.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:36 smithi162 conmon[89260]: audit 2023-11-15T06:10:35.275081+0000 mgr.smithi073.hvxekf (mgr.14180) 304 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:38.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:37 smithi073 conmon[84426]: cluster 2023-11-15T06:10:36.204052 2023-11-15T06:10:38.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:37 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 305 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:38.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:37 smithi162 conmon[89260]: cluster 2023-11-15T06:10:36.204052+0000 mgr.smithi073.hvxekf (mgr.14180) 305 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:38.811 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:38.811 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:39.453 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:39 smithi073 conmon[84426]: cluster 2023-11-15T06:10:38.204615+0000 mgr.smithi073.hvxekf (mgr.14180) 306 2023-11-15T06:10:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:39 smithi073 conmon[84426]: : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:39 smithi073 conmon[84426]: audit 2023-11-15T06:10:39.131000+0000 mon.smithi073 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.jssxux"}]: dispatch 2023-11-15T06:10:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:39 smithi162 conmon[89260]: cluster 2023-11-15T06:10:38.204615+0000 mgr.smithi073.hvxekf (mgr.14180) 306 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:39 smithi162 conmon[89260]: audit 2023-11-15T06:10:39.131000+0000 mon.smithi073 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.jssxux"}]: dispatch 2023-11-15T06:10:40.454 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:40.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: audit 2023-11-15T06:10:38.806778+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:10:40.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 307 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:40.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: cephadm 2023-11-15T06:10:39.130594+0000 mgr.smithi073.hvxekf (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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:40.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:40.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:40.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:40.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.jssxux ... 2023-11-15T06:10:40.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:40.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:10:40.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:08:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:09:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:09:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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-15T06:10:40.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:10:40.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: Traceback (most recent call last): 2023-11-15T06:10:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:10:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: yield (conn, connr) 2023-11-15T06:10:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:10:40.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: code, '\n'.join(err))) 2023-11-15T06:10:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.jssxux ... 2023-11-15T06:10:40.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:40.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:10:40.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:08:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:09:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:09:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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-15T06:10:40.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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 2023-11-15T06:10:40.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: /haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:10:40.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:40.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: cephadm 2023-11-15T06:10:39.130757+0000 mgr.smithi073.hvxekf (mgr.14180) 309 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.jssxux 2023-11-15T06:10:40.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: cephadm 2023-11-15T06:10:39.131587+0000 mgr.smithi073.hvxekf (mgr.14180) 310 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:40.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:40.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:40.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:40.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.jssxux ... 2023-11-15T06:10:40.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:40.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:10:40.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:08:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:09:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:09:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:40.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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-15T06:10:40.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:10:40.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:40.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:40 smithi073 conmon[84426]: cephadm 2023-11-15T06:10:39.133007+0000 mgr.smithi073.hvxekf (mgr.14180) 311 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.txeywl on smithi073 2023-11-15T06:10:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: audit 2023-11-15T06:10:38.806778+0000 mgr.smithi073.hvxekf (mgr.14180) 307 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: cephadm 2023-11-15T06:10:39.130594+0000 mgr.smithi073.hvxekf (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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.jssxux ... 2023-11-15T06:10:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:10:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:08:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:09:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:09:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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-15T06:10:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:10:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:41.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: Traceback (most recent call last): 2023-11-15T06:10:41.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:10:41.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: yield (conn, connr) 2023-11-15T06:10:41.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:10:41.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: code, '\n'.join(err))) 2023-11-15T06:10:41.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.jssxux ... 2023-11-15T06:10:41.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:10:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:08:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:09:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:09:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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-15T06:10:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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-15T06:10:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:10:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: cephadm 2023-11-15T06:10:39.130757+0000 mgr.smithi073.hvxekf (mgr.14180) 309 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.jssxux 2023-11-15T06:10:41.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: cephadm 2023-11-15T06:10:39.131587+0000 mgr.smithi073.hvxekf (mgr.14180) 310 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux 2023-11-15T06:10:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux 2023-11-15T06:10:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.jssxux ... 2023-11-15T06:10:41.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:10:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:08:42Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:09:20Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:09:58Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:10:41.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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-15T06:10:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:10:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:10:41.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:40 smithi162 conmon[89260]: cephadm 2023-11-15T06:10:39.133007+0000 mgr.smithi073.hvxekf (mgr.14180) 311 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.txeywl on smithi073 2023-11-15T06:10:41.960 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:41 smithi073 conmon[84426]: cluster 2023-11-15T06:10:40.205253+0000 mgr.smithi073.hvxekf (mgr.14180) 312 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:41 smithi162 conmon[89260]: cluster 2023-11-15T06:10:40.205253+0000 mgr.smithi073.hvxekf (mgr.14180) 312 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:42.346 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:42.347 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:42.956 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:43.957 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:43.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:43 smithi073 conmon[84426]: cluster 2023-11-15T06:10:42.205826+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:10:43.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:43 smithi073 conmon[84426]: 313 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:43.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:43 smithi073 conmon[84426]: audit 2023-11-15T06:10:42.342342+0000 mgr.smithi073.hvxekf (mgr.14180) 314 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:43 smithi162 conmon[89260]: cluster 2023-11-15T06:10:42.205826+0000 mgr.smithi073.hvxekf (mgr.14180) 313 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:43 smithi162 conmon[89260]: audit 2023-11-15T06:10:42.342342+0000 mgr.smithi073.hvxekf (mgr.14180) 314 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:45.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:45 smithi073 conmon[84426]: cluster 2023-11-15T06:10:44.206177+0000 mgr.smithi073.hvxekf (mgr.14180) 315 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:45.868 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:45.868 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:45 smithi162 conmon[89260]: cluster 2023-11-15T06:10:44.206177+0000 mgr.smithi073.hvxekf (mgr.14180) 315 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:46.507 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:47.508 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:47.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:47 smithi073 conmon[84426]: audit 2023-11-15T06:10:45.863678+0000 mgr.smithi073.hvxekf (mgr.14180) 316 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:47.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:47 smithi073 conmon[84426]: 2023-11-15T06:10:47.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:47 smithi073 conmon[84426]: cluster 2023-11-15T06:10:46.206616+0000 mgr.smithi073.hvxekf (mgr.14180) 317 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:47 smithi162 conmon[89260]: audit 2023-11-15T06:10:45.863678+0000 mgr.smithi073.hvxekf (mgr.14180) 316 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:48.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:47 smithi162 conmon[89260]: cluster 2023-11-15T06:10:46.206616+0000 mgr.smithi073.hvxekf (mgr.14180) 317 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:49.449 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:49.586 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:49.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:49 smithi073 conmon[84426]: cluster 2023-11-15T06:10:48.207128+0000 mgr.smithi073.hvxekf (mgr.14180) 318 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:49 smithi162 conmon[89260]: cluster 2023-11-15T06:10:48.207128+0000 mgr.smithi073.hvxekf (mgr.14180) 318 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:50.090 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:50 smithi073 conmon[84426]: audit 2023-11-15T06:10:49.444912+0000 mgr.smithi073.hvxekf (mgr.14180) 319 2023-11-15T06:10:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:50 smithi073 conmon[84426]: : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:50 smithi162 conmon[89260]: audit 2023-11-15T06:10:49.444912+0000 mgr.smithi073.hvxekf (mgr.14180) 319 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:51.091 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:51.881 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:51 smithi073 conmon[84426]: cluster 2023-11-15T06:10:50.207533 2023-11-15T06:10:51.882 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:51 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 320 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:51 smithi162 conmon[89260]: cluster 2023-11-15T06:10:50.207533+0000 mgr.smithi073.hvxekf (mgr.14180) 320 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:52.919 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:52.919 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:53.506 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:53 smithi073 conmon[84426]: cluster 2023-11-15T06:10:52.208052+0000 mgr.smithi073.hvxekf (mgr.14180) 321 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:53 smithi162 conmon[89260]: cluster 2023-11-15T06:10:52.208052+0000 mgr.smithi073.hvxekf (mgr.14180) 321 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:54.507 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:54 smithi073 conmon[84426]: audit 2023-11-15T06:10:52.914739+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:10:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:54 smithi073 conmon[84426]: 14180) 322 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:54 smithi162 conmon[89260]: audit 2023-11-15T06:10:52.914739+0000 mgr.smithi073.hvxekf (mgr.14180) 322 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:55 smithi073 conmon[84426]: cluster 2023-11-15T06:10:54.208415+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:10:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:55 smithi073 conmon[84426]: 323 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:55 smithi162 conmon[89260]: cluster 2023-11-15T06:10:54.208415+0000 mgr.smithi073.hvxekf (mgr.14180) 323 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:56.514 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:56.515 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:57.080 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:10:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:57 smithi073 conmon[84426]: cluster 2023-11-15T06:10:56.209010+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:10:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:57 smithi073 conmon[84426]: 324 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:57 smithi073 conmon[84426]: audit 2023-11-15T06:10:56.510455+0000 mgr.smithi073.hvxekf (mgr.14180) 325 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:57 smithi162 conmon[89260]: cluster 2023-11-15T06:10:56.209010+0000 mgr.smithi073.hvxekf (mgr.14180) 324 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:10:58.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:57 smithi162 conmon[89260]: audit 2023-11-15T06:10:56.510455+0000 mgr.smithi073.hvxekf (mgr.14180) 325 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:10:58.081 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:10:59.953 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:10:59.954 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:10:59.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:10:59 smithi073 conmon[84426]: cluster 2023-11-15T06:10:58.209606+0000 mgr.smithi073.hvxekf (mgr.14180) 326 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:10:59 smithi162 conmon[89260]: cluster 2023-11-15T06:10:58.209606+0000 mgr.smithi073.hvxekf (mgr.14180) 326 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:00.645 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:01.646 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:01 smithi073 conmon[84426]: audit 2023-11-15T06:10:59.948938+0000 mgr.smithi073.hvxekf (mgr.14180) 327 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:01 smithi073 conmon[84426]: cluster 2023-11-15T06:11 2023-11-15T06:11:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:01 smithi073 conmon[84426]: :00.210014+0000 mgr.smithi073.hvxekf (mgr.14180) 328 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:01 smithi162 conmon[89260]: audit 2023-11-15T06:10:59.948938+0000 mgr.smithi073.hvxekf (mgr.14180) 327 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:01 smithi162 conmon[89260]: cluster 2023-11-15T06:11:00.210014+0000 mgr.smithi073.hvxekf (mgr.14180) 328 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:03.518 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:03.519 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:03.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:03 smithi073 conmon[84426]: cluster 2023-11-15T06:11:02.210546+0000 mgr.smithi073.hvxekf (mgr.14180) 329 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:03 smithi162 conmon[89260]: cluster 2023-11-15T06:11:02.210546+0000 mgr.smithi073.hvxekf (mgr.14180) 329 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:04.095 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:04 smithi073 conmon[84426]: audit 2023-11-15T06:11:03.514641+0000 mgr.smithi073.hvxekf (mgr.14180) 330 : audit 2023-11-15T06:11:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:04 smithi073 conmon[84426]: [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:04 smithi162 conmon[89260]: audit 2023-11-15T06:11:03.514641+0000 mgr.smithi073.hvxekf (mgr.14180) 330 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:04 smithi162 conmon[89260]: 2023-11-15T06:11:05.097 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:05.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:05 smithi073 conmon[84426]: cluster 2023-11-15T06:11:04.210877+0000 mgr.smithi073.hvxekf 2023-11-15T06:11:05.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:05 smithi073 conmon[84426]: (mgr.14180) 331 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:05 smithi162 conmon[89260]: cluster 2023-11-15T06:11:04.210877+0000 mgr.smithi073.hvxekf (mgr.14180) 331 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:06.988 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:06.988 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:07.586 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:07 smithi073 conmon[84426]: cluster 2023-11-15T06:11:06.211328+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:11:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:07 smithi073 conmon[84426]: 14180) 332 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:07 smithi162 conmon[89260]: cluster 2023-11-15T06:11:06.211328+0000 mgr.smithi073.hvxekf (mgr.14180) 332 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:08.587 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:09.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:08 smithi073 conmon[84426]: audit 2023-11-15T06:11:06.984330+0000 mgr.smithi073.hvxekf (mgr.14180) 333 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:08 smithi162 conmon[89260]: audit 2023-11-15T06:11:06.984330+0000 mgr.smithi073.hvxekf (mgr.14180) 333 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:09.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:08 smithi162 conmon[89260]: 2023-11-15T06:11:10.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:09 smithi073 conmon[84426]: cluster 2023-11-15T06:11:08.212176+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:11:10.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:09 smithi073 conmon[84426]: ) 334 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:09 smithi162 conmon[89260]: cluster 2023-11-15T06:11:08.212176+0000 mgr.smithi073.hvxekf (mgr.14180) 334 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:10.520 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:10.520 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:11.127 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:11 smithi073 conmon[84426]: cluster 2023-11-15T06:11:10.212869+0000 mgr.smithi073.hvxekf (mgr.14180) 335 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:11 smithi073 conmon[84426]: audit 2023-11-15T06:11:10.515933+0000 mgr.smithi073.hvxekf (mgr.14180) 336 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:11 smithi162 conmon[89260]: cluster 2023-11-15T06:11:10.212869+0000 mgr.smithi073.hvxekf (mgr.14180) 335 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:11 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:11:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:11 smithi162 conmon[89260]: 11:10.515933+0000 mgr.smithi073.hvxekf (mgr.14180) 336 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:12.130 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:13.754 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:13 smithi073 conmon[84426]: cluster 2023-11-15T06:11:12.213458+0000 2023-11-15T06:11:13.754 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:13 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 337 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:14.073 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:14.073 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:13 smithi162 conmon[89260]: cluster 2023-11-15T06:11:12.213458+0000 mgr.smithi073.hvxekf (mgr.14180) 337 : cluster [DBG] 2023-11-15T06:11:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:13 smithi162 conmon[89260]: pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:14.684 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:15.686 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:15 smithi073 conmon[84426]: audit 2023-11-15T06:11:14.069072+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:11:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:15 smithi073 conmon[84426]: mgr.14180) 338 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:16.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:15 smithi073 conmon[84426]: cluster 2023-11-15T06:11:14.213789+0000 mgr.smithi073.hvxekf (mgr.14180) 339 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:15 smithi162 conmon[89260]: audit 2023-11-15T06:11:14.069072+0000 mgr.smithi073.hvxekf (mgr.14180) 338 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:15 smithi162 conmon[89260]: cluster 2023-11-15T06:11:14. 2023-11-15T06:11:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:15 smithi162 conmon[89260]: 213789+0000 mgr.smithi073.hvxekf (mgr.14180) 339 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:17.578 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:17.578 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:17 smithi073 conmon[84426]: cluster 2023-11-15T06:11:16.214248+0000 mgr.smithi073.hvxekf (mgr.14180) 340 : cluster 2023-11-15T06:11:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:17 smithi073 conmon[84426]: [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:17 smithi162 conmon[89260]: cluster 2023-11-15T06:11:16.214248+0000 mgr.smithi073.hvxekf (mgr.14180) 340 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:18.245 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:18 smithi073 conmon[84426]: audit 2023-11-15T06:11:17.573946+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:11:19.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:18 smithi073 conmon[84426]: .14180) 341 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:18 smithi162 conmon[89260]: audit 2023-11-15T06:11:17.573946+0000 mgr.smithi073.hvxekf (mgr.14180) 341 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:19.246 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:20.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:19 smithi073 conmon[84426]: cluster 2023-11-15T06:11:18.214948+0000 mgr.smithi073.hvxekf (mgr.14180) 342 2023-11-15T06:11:20.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:19 smithi073 conmon[84426]: : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:19 smithi162 conmon[89260]: cluster 2023-11-15T06:11:18.214948+0000 mgr.smithi073.hvxekf (mgr.14180) 342 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:21.102 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:21.103 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:21.725 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:22.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:21 smithi073 conmon[84426]: cluster 2023-11-15T06:11:20.215591+0000 mgr.smithi073.hvxekf (mgr.14180) 343 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:21 smithi162 conmon[89260]: cluster 2023-11-15T06:11:20.215591+0000 mgr.smithi073.hvxekf (mgr.14180) 343 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:22.726 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:22 smithi073 conmon[84426]: audit 2023-11-15T06:11:21.098545+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:11:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:22 smithi073 conmon[84426]: mgr.14180) 344 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:22 smithi162 conmon[89260]: audit 2023-11-15T06:11:21.098545+0000 mgr.smithi073.hvxekf (mgr.14180) 344 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:23.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:23 smithi073 conmon[84426]: cluster 2023-11-15T06:11:22.216118+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:11:23.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:23 smithi073 conmon[84426]: ) 345 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:23 smithi162 conmon[89260]: cluster 2023-11-15T06:11:22.216118+0000 mgr.smithi073.hvxekf (mgr.14180) 345 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:24.561 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:24.561 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:25.192 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:25 smithi073 conmon[84426]: cluster 2023-11-15T06:11:24.216431+0000 mgr.smithi073.hvxekf (mgr.14180) 346 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:25 smithi073 conmon[84426]: audit 2023-11-15T06:11:24.556855+0000 mgr.smithi073.hvxekf (mgr.14180) 347 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:25 smithi162 conmon[89260]: cluster 2023-11-15T06:11:24.216431+0000 mgr.smithi073.hvxekf (mgr.14180) 346 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:26.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:25 smithi162 conmon[89260]: audit 2023-11-15T06:11:24 2023-11-15T06:11:26.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:25 smithi162 conmon[89260]: .556855+0000 mgr.smithi073.hvxekf (mgr.14180) 347 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:26.193 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:28.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:27 smithi073 conmon[84426]: cluster 2023-11-15T06:11:26.216903+0000 mgr.smithi073.hvxekf (mgr.14180) 348 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:27 smithi162 conmon[89260]: cluster 2023-11-15T06:11:26.216903+0000 mgr.smithi073.hvxekf (mgr.14180) 348 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:28.121 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:28.121 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:28.757 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:29.758 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:29 smithi073 conmon[84426]: audit 2023-11-15T06:11:28.114956+0000 mgr.smithi073.hvxekf (mgr.14180) 349 : audit 2023-11-15T06:11:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:29 smithi073 conmon[84426]: [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:29 smithi073 conmon[84426]: cluster 2023-11-15T06:11:28.217466+0000 mgr.smithi073.hvxekf (mgr.14180) 350 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:29 smithi162 conmon[89260]: audit 2023-11-15T06:11:28.114956+0000 mgr.smithi073.hvxekf (mgr.14180) 349 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:29 smithi162 conmon[89260]: cluster 2023-11-15T06:11:28.217466+0000 mgr.smithi073.hvxekf (mgr.14180) 350 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:31.674 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:31.675 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:31 smithi073 conmon[84426]: cluster 2023-11-15T06:11:30.217911+0000 mgr.smithi073.hvxekf (mgr.14180) 351 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:31 smithi162 conmon[89260]: cluster 2023-11-15T06:11:30.217911+0000 mgr.smithi073.hvxekf (mgr.14180) 351 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:32.240 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:32 smithi073 conmon[84426]: audit 2023-11-15T06:11:31.668929+0000 mgr.smithi073.hvxekf (mgr.14180) 352 2023-11-15T06:11:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:32 smithi073 conmon[84426]: : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:32 smithi162 conmon[89260]: audit 2023-11-15T06:11:31.668929+0000 mgr.smithi073.hvxekf (mgr.14180) 352 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:32 smithi162 conmon[89260]: 2023-11-15T06:11:33.241 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:34.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:33 smithi073 conmon[84426]: cluster 2023-11-15T06:11:32.218533+0000 mgr.smithi073.hvxekf 2023-11-15T06:11:34.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:33 smithi073 conmon[84426]: (mgr.14180) 353 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:33 smithi162 conmon[89260]: cluster 2023-11-15T06:11:32.218533+0000 mgr.smithi073.hvxekf (mgr.14180) 353 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:35.143 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:35.144 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:35.816 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:36.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:35 smithi073 conmon[84426]: cluster 2023-11-15T06:11:34.218825+0000 mgr.smithi073.hvxekf (mgr.14180) 354 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:35 smithi162 conmon[89260]: cluster 2023-11-15T06:11:34.218825+0000 mgr.smithi073.hvxekf (mgr.14180) 354 : cluster 2023-11-15T06:11:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:35 smithi162 conmon[89260]: [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:36.818 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:37.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:36 smithi073 conmon[84426]: audit 2023-11-15T06:11:35.139372+0000 mgr.smithi073.hvxekf (mgr.14180) 355 2023-11-15T06:11:37.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:36 smithi073 conmon[84426]: : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:37.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:36 smithi162 conmon[89260]: audit 2023-11-15T06:11:35.139372+0000 mgr.smithi073.hvxekf (mgr.14180) 355 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:37.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:36 smithi162 conmon[89260]: 2023-11-15T06:11:38.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:37 smithi073 conmon[84426]: cluster 2023-11-15T06:11:36.219247+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:11:38.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:37 smithi073 conmon[84426]: 14180) 356 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:38.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:37 smithi162 conmon[89260]: cluster 2023-11-15T06:11:36.219247+0000 mgr.smithi073.hvxekf (mgr.14180) 356 : cluster 2023-11-15T06:11:38.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:37 smithi162 conmon[89260]: [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:38.736 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:38.736 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:38 smithi073 conmon[84426]: cluster 2023-11-15T06:11:38.219898+0000 mgr.smithi073.hvxekf (mgr.14180) 357 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:38 smithi073 conmon[84426]: audit 2023-11-15T06:11:38.732207+0000 mgr.smithi073.hvxekf (mgr.14180) 358 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:38 smithi162 conmon[89260]: cluster 2023-11-15T06:11:38.219898+0000 mgr.smithi073.hvxekf (mgr.14180) 357 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:38 smithi162 conmon[89260]: 2023-11-15T06:11:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:38 smithi162 conmon[89260]: audit 2023-11-15T06:11:38.732207+0000 mgr.smithi073.hvxekf (mgr.14180) 358 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:39.324 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:40.325 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:41.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:41 smithi073 conmon[84426]: cluster 2023-11-15T06:11:40.220571+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:11:41.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:41 smithi073 conmon[84426]: mgr.14180) 359 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:41.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:41 smithi162 conmon[89260]: cluster 2023-11-15T06:11:40.220571+0000 mgr.smithi073.hvxekf (mgr.14180) 359 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:41.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:41 smithi162 conmon[89260]: 2023-11-15T06:11:42.277 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:42.277 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:42.865 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:43.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:43 smithi073 conmon[84426]: cluster 2023-11-15T06:11:42.221146+0000 mgr.smithi073.hvxekf (mgr.14180) 360 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:43.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:43 smithi073 conmon[84426]: audit 2023-11-15T06:11:42.271866+0000 mgr.smithi073.hvxekf (mgr.14180) 361 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:43.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:43 smithi162 conmon[89260]: cluster 2023-11-15T06:11:42.221146+0000 mgr.smithi073.hvxekf (mgr.14180) 360 : cluster 2023-11-15T06:11:43.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:43 smithi162 conmon[89260]: [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:43.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:43 smithi162 conmon[89260]: audit 2023-11-15T06:11:42.271866+0000 mgr.smithi073.hvxekf (mgr.14180) 361 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:43.865 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:45.474 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:45 smithi073 conmon[84426]: cluster 2023-11-15T06:11:44.221656+0000 mgr.smithi073.hvxekf (mgr.14180) 362 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:45.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:45 smithi162 conmon[89260]: cluster 2023-11-15T06:11:44.221656+0000 mgr.smithi073.hvxekf (mgr.14180) 362 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:45.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:45 smithi162 conmon[89260]: 2023-11-15T06:11:45.797 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:45.798 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:46.397 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:46.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:46 smithi073 conmon[84426]: audit 2023-11-15T06:11:45.791920+0000 mgr.smithi073.hvxekf (mgr.14180) 363 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:46.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:46 smithi162 conmon[89260]: audit 2023-11-15T06:11:45.791920+0000 mgr.smithi073.hvxekf (mgr.14180) 363 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:46.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:46 smithi162 conmon[89260]: 2023-11-15T06:11:47.401 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:47.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:47 smithi073 conmon[84426]: cluster 2023-11-15T06:11:46.222196+0000 mgr.smithi073.hvxekf (mgr.14180) 364 2023-11-15T06:11:47.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:47 smithi073 conmon[84426]: : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:47.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:47 smithi162 conmon[89260]: cluster 2023-11-15T06:11:46.222196+0000 mgr.smithi073.hvxekf (mgr.14180) 364 : 2023-11-15T06:11:47.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:47 smithi162 conmon[89260]: cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:49.261 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:49.262 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:49 smithi073 conmon[84426]: cluster 2023-11-15T06:11:48.222845+0000 mgr.smithi073.hvxekf (mgr.14180) 365 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:49 smithi162 conmon[89260]: cluster 2023-11-15T06:11:48.222845+0000 mgr.smithi073.hvxekf (mgr.14180) 365 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:49.888 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:50.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:50 smithi073 conmon[84426]: audit 2023-11-15T06:11:49.257068+0000 mgr.smithi073.hvxekf (mgr.14180) 366 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:50.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:50 smithi162 conmon[89260]: audit 2023-11-15T06:11:49.257068+0000 mgr.smithi073.hvxekf (mgr.14180) 366 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:50.890 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:51.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:51 smithi073 conmon[84426]: cluster 2023-11-15T06:11:50.223330+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:11:51.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:51 smithi073 conmon[84426]: 14180) 367 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:51.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:51 smithi162 conmon[89260]: cluster 2023-11-15T06:11:50.223330+0000 mgr.smithi073.hvxekf (mgr.14180) 367 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:52.742 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:52.743 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:53.363 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:53.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:53 smithi073 conmon[84426]: cluster 2023-11-15T06:11:52.223916+0000 mgr.smithi073.hvxekf (mgr.14180) 368 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:53.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:53 smithi073 conmon[84426]: audit 2023-11-15T06:11:52.738133+0000 mgr.smithi073.hvxekf (mgr.14180) 369 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:53.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:53 smithi162 conmon[89260]: cluster 2023-11-15T06:11:52.223916+0000 mgr.smithi073.hvxekf (mgr.14180) 368 : 2023-11-15T06:11:53.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:53 smithi162 conmon[89260]: cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:53.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:53 smithi162 conmon[89260]: audit 2023-11-15T06:11:52.738133+0000 mgr.smithi073.hvxekf (mgr.14180) 369 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:54.364 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:55.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:55 smithi073 conmon[84426]: cluster 2023-11-15T06:11:54.224451+0000 mgr.smithi073.hvxekf (mgr.14180) 370 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:55.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:55 smithi162 conmon[89260]: cluster 2023-11-15T06:11:54.224451+0000 mgr.smithi073.hvxekf (mgr.14180) 370 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:56.292 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:56.292 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:11:56.929 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:11:57.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:57 smithi073 conmon[84426]: cluster 2023-11-15T06:11:56.225040+0000 mgr.smithi073.hvxekf (mgr.14180) 371 2023-11-15T06:11:57.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:57 smithi073 conmon[84426]: : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:57.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:57 smithi073 conmon[84426]: audit 2023-11-15T06:11:56.288179+0000 mgr.smithi073.hvxekf (mgr.14180) 372 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:57.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:57 smithi162 conmon[89260]: cluster 2023-11-15T06:11:56.225040+0000 mgr.smithi073.hvxekf (mgr.14180) 371 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:57.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:57 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:11:57.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:57 smithi162 conmon[89260]: 11:56.288179+0000 mgr.smithi073.hvxekf (mgr.14180) 372 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:11:57.930 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:11:59.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:11:59 smithi073 conmon[84426]: cluster 2023-11-15T06:11:58.225668+0000 mgr.smithi073.hvxekf (mgr.14180) 373 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:59.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:11:59 smithi162 conmon[89260]: cluster 2023-11-15T06:11:58.225668+0000 mgr.smithi073.hvxekf (mgr.14180) 373 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:11:59.847 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:11:59.847 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:00.512 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:01.514 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:01.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:01 smithi073 conmon[84426]: audit 2023-11-15T06:11:59.843119+0000 mgr.smithi073.hvxekf (mgr.14180) 374 : 2023-11-15T06:12:01.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:01 smithi073 conmon[84426]: audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:01.575 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:01 smithi073 conmon[84426]: cluster 2023-11-15T06:12:00.226413+0000 mgr.smithi073.hvxekf (mgr.14180) 375 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:01.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:01 smithi162 conmon[89260]: audit 2023-11-15T06:11:59.843119+0000 mgr.smithi073.hvxekf (mgr.14180) 374 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:01.584 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:01 smithi162 conmon[89260]: cluster 2023-11-15T06:12:00.226413+0000 2023-11-15T06:12:01.585 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:01 smithi162 conmon[89260]: mgr.smithi073.hvxekf (mgr.14180) 375 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:03.430 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:03.430 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:03.453 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:03 smithi073 conmon[84426]: cluster 2023-11-15T06:12:02.226906+0000 mgr.smithi073.hvxekf (mgr.14180) 376 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:03.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:03 smithi162 conmon[89260]: cluster 2023-11-15T06:12:02.226906+0000 mgr.smithi073.hvxekf (mgr.14180) 376 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:04.011 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:04.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:04 smithi162 conmon[89260]: audit 2023-11-15T06:12:03.425880+0000 mgr.smithi073.hvxekf (mgr.14180) 377 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:04 smithi073 conmon[84426]: audit 2023-11-15T06:12:03.425880+0000 mgr.smithi073.hvxekf (mgr.14180) 377 : audit 2023-11-15T06:12:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:04 smithi073 conmon[84426]: [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:05.012 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:05.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:05 smithi162 conmon[89260]: cluster 2023-11-15T06:12:04.227454+0000 mgr.smithi073.hvxekf (mgr.14180) 378 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:05.679 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:05 smithi073 conmon[84426]: cluster 2023-11-15T06:12:04.227454+0000 mgr.smithi073.hvxekf (mgr.14180) 378 2023-11-15T06:12:05.680 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:05 smithi073 conmon[84426]: : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:06.845 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:06.846 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:07.478 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:07.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:07 smithi162 conmon[89260]: cluster 2023-11-15T06:12:06.228062+0000 mgr.smithi073.hvxekf (mgr.14180) 379 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:07 smithi073 conmon[84426]: cluster 2023-11-15T06:12:06.228062+0000 mgr.smithi073.hvxekf (mgr.14180) 379 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:08.479 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:08 smithi073 conmon[84426]: audit 2023-11-15T06:12:06.840558+0000 mgr.smithi073.hvxekf (mgr.14180) 380 : 2023-11-15T06:12:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:08 smithi073 conmon[84426]: audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:08.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:08 smithi162 conmon[89260]: audit 2023-11-15T06:12:06.840558+0000 mgr.smithi073.hvxekf (mgr.14180) 380 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:09.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:09 smithi073 conmon[84426]: cluster 2023-11-15T06:12:08.228600+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:12:09.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:09 smithi073 conmon[84426]: ) 381 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:09.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:09 smithi162 conmon[89260]: cluster 2023-11-15T06:12:08.228600+0000 mgr.smithi073.hvxekf (mgr.14180) 381 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:10.384 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:10.384 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:11.010 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:11.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:11 smithi073 conmon[84426]: cluster 2023-11-15T06:12:10.229018+0000 mgr.smithi073.hvxekf (mgr.14180) 382 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:11.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:11 smithi073 conmon[84426]: audit 2023-11-15T06:12:10.379602+0000 mgr.smithi073.hvxekf (mgr.14180) 383 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:11 smithi162 conmon[89260]: cluster 2023-11-15T06:12:10.229018+0000 mgr.smithi073.hvxekf (mgr.14180) 382 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:11 smithi162 conmon[89260]: audit 2023-11-15T06:12:10.379602+0000 mgr.smithi073.hvxekf (mgr.14180) 383 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:12.012 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:13.543 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:13 smithi073 conmon[84426]: cluster 2023-11-15T06:12:12.229594+0000 mgr.smithi073.hvxekf (mgr.14180) 384 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:13.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:13 smithi162 conmon[89260]: cluster 2023-11-15T06:12:12.229594+0000 mgr.smithi073.hvxekf (mgr.14180) 384 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:13.868 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:13.868 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:14.436 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:15.437 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:15 smithi073 conmon[84426]: audit 2023-11-15T06:12:13.863833+0000 mgr.smithi073.hvxekf (mgr.14180) 385 : audit 2023-11-15T06:12:15.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:15 smithi073 conmon[84426]: [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:15.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:15 smithi073 conmon[84426]: cluster 2023-11-15T06:12:14.229901+0000 mgr.smithi073.hvxekf (mgr.14180) 386 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:15 smithi162 conmon[89260]: audit 2023-11-15T06:12:13.863833+0000 mgr.smithi073.hvxekf (mgr.14180) 385 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:15 smithi162 conmon[89260]: cluster 2023-11-15T06:12: 2023-11-15T06:12:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:15 smithi162 conmon[89260]: 14.229901+0000 mgr.smithi073.hvxekf (mgr.14180) 386 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:17.364 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:17.364 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:17 smithi073 conmon[84426]: cluster 2023-11-15T06:12:16.230324+0000 mgr.smithi073.hvxekf (mgr.14180) 387 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:17.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:17 smithi162 conmon[89260]: cluster 2023-11-15T06:12:16.230324+0000 mgr.smithi073.hvxekf (mgr.14180) 387 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:17.958 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:18 smithi073 conmon[84426]: audit 2023-11-15T06:12:17.359825+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:12:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:18 smithi073 conmon[84426]: 388 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:18.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:18 smithi162 conmon[89260]: audit 2023-11-15T06:12:17.359825+0000 mgr.smithi073.hvxekf (mgr.14180) 388 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:18.960 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:19.620 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:19 smithi073 conmon[84426]: cluster 2023-11-15T06:12:18.230863+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:12:19.620 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:19 smithi073 conmon[84426]: 389 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:19.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:19 smithi162 conmon[89260]: cluster 2023-11-15T06:12:18.230863+0000 mgr.smithi073.hvxekf (mgr.14180) 389 : cluster 2023-11-15T06:12:19.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:19 smithi162 conmon[89260]: [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:20.895 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:20.896 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:21.517 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:21.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:21 smithi073 conmon[84426]: cluster 2023-11-15T06:12:20.231285+0000 mgr.smithi073.hvxekf (mgr.14180) 390 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:21.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:21 smithi162 conmon[89260]: cluster 2023-11-15T06:12:20.231285+0000 mgr.smithi073.hvxekf (mgr.14180) 390 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:22.518 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:22 smithi073 conmon[84426]: audit 2023-11-15T06:12:20.890559+0000 mgr.smithi073.hvxekf (mgr.14180) 391 : audit 2023-11-15T06:12:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:22 smithi073 conmon[84426]: [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:22.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:22 smithi162 conmon[89260]: audit 2023-11-15T06:12:20.890559+0000 mgr.smithi073.hvxekf (mgr.14180) 391 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:23.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:23 smithi073 conmon[84426]: cluster 2023-11-15T06:12:22.231825+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:12:23.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:23 smithi073 conmon[84426]: 392 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:23.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:23 smithi162 conmon[89260]: cluster 2023-11-15T06:12:22.231825+0000 mgr.smithi073.hvxekf (mgr.14180) 392 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:24.494 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:24.495 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:25.090 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:25 smithi073 conmon[84426]: cluster 2023-11-15T06:12:24.232163+0000 mgr.smithi073.hvxekf (mgr.14180) 393 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:25 smithi073 conmon[84426]: audit 2023-11-15T06:12:24.490561+0000 mgr.smithi073.hvxekf (mgr.14180) 394 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:25 smithi162 conmon[89260]: cluster 2023-11-15T06:12:24.232163+0000 mgr.smithi073.hvxekf (mgr.14180) 393 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:25 smithi162 conmon[89260]: audit 2023-11-15T06:12:24.490561+0000 mgr.smithi073.hvxekf (mgr.14180) 394 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:26.092 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:27.627 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:27 smithi073 conmon[84426]: cluster 2023-11-15T06:12:26.232657+0000 mgr.smithi073.hvxekf (mgr.14180) 395 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:27.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:27 smithi162 conmon[89260]: cluster 2023-11-15T06:12:26.232657+0000 mgr.smithi073.hvxekf (mgr.14180) 395 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:28.003 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:28.003 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:28.632 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:29.633 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:29.664 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:29 smithi073 conmon[84426]: audit 2023-11-15T06:12:27.998950+0000 mgr.smithi073.hvxekf (mgr.14180) 396 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:29.665 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:29 smithi073 conmon[84426]: cluster 2023-11-15T06:12:28.233402+0000 mgr.smithi073.hvxekf (mgr.14180) 397 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:29 smithi162 conmon[89260]: audit 2023-11-15T06:12:27.998950+0000 mgr.smithi073.hvxekf (mgr.14180) 396 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:29 smithi162 conmon[89260]: cluster 2023-11-15T06:12 2023-11-15T06:12:29.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:29 smithi162 conmon[89260]: :28.233402+0000 mgr.smithi073.hvxekf (mgr.14180) 397 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:31.480 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:31.481 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:31.658 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:31 smithi073 conmon[84426]: cluster 2023-11-15T06:12:30.233810+0000 mgr.smithi073.hvxekf (mgr.14180) 398 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:31 smithi162 conmon[89260]: cluster 2023-11-15T06:12:30.233810+0000 mgr.smithi073.hvxekf (mgr.14180) 398 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:32.108 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:32 smithi073 conmon[84426]: audit 2023-11-15T06:12:31.476095+0000 mgr.smithi073.hvxekf (mgr.14180) 399 : audit [DBG] 2023-11-15T06:12:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:32 smithi073 conmon[84426]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:32.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:32 smithi162 conmon[89260]: audit 2023-11-15T06:12:31.476095+0000 mgr.smithi073.hvxekf (mgr.14180) 399 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:33.110 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:33.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:33 smithi073 conmon[84426]: cluster 2023-11-15T06:12:32.234356+0000 mgr.smithi073.hvxekf (mgr.14180) 400 2023-11-15T06:12:33.567 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:33 smithi073 conmon[84426]: : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:33.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:33 smithi162 conmon[89260]: cluster 2023-11-15T06:12:32.234356+0000 mgr.smithi073.hvxekf (mgr.14180) 400 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:35.025 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:35.025 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:35.654 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:35 smithi073 conmon[84426]: cluster 2023-11-15T06:12:34.234838+0000 mgr.smithi073.hvxekf (mgr.14180) 401 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:35.673 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:35.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:35 smithi162 conmon[89260]: cluster 2023-11-15T06:12:34.234838+0000 mgr.smithi073.hvxekf (mgr.14180) 401 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:36.675 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:36.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:36 smithi073 conmon[84426]: audit 2023-11-15T06:12:35.021280+0000 mgr.smithi073.hvxekf (mgr.14180) 402 : audit [DBG] 2023-11-15T06:12:36.706 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:36 smithi073 conmon[84426]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:36 smithi162 conmon[89260]: audit 2023-11-15T06:12:35.021280+0000 mgr.smithi073.hvxekf (mgr.14180) 402 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:37.540 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:37 smithi073 conmon[84426]: cluster 2023-11-15T06:12:36.235239+0000 mgr.smithi073.hvxekf (mgr.14180) 403 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:37 smithi162 conmon[89260]: cluster 2023-11-15T06:12:36.235239+0000 mgr.smithi073.hvxekf (mgr.14180) 403 : cluster 2023-11-15T06:12:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:37 smithi162 conmon[89260]: [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:38.619 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:38.619 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:39.231 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:39 smithi073 conmon[84426]: cluster 2023-11-15T06:12:38.235882+0000 mgr.smithi073.hvxekf (mgr.14180) 404 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:39.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:39 smithi073 conmon[84426]: audit 2023-11-15T06:12:38.615088+0000 mgr.smithi073.hvxekf (mgr.14180) 405 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:39.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:39 smithi162 conmon[89260]: cluster 2023-11-15T06:12:38.235882+0000 mgr.smithi073.hvxekf (mgr.14180) 404 : cluster 2023-11-15T06:12:39.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:39 smithi162 conmon[89260]: [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:39.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:39 smithi162 conmon[89260]: audit 2023-11-15T06:12:38.615088+0000 mgr.smithi073.hvxekf (mgr.14180) 405 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:40.232 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:41.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:41 smithi073 conmon[84426]: cluster 2023-11-15T06:12:40.236390+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:12:41.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:41 smithi073 conmon[84426]: mgr.14180) 406 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:41.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:41 smithi162 conmon[89260]: cluster 2023-11-15T06:12:40.236390+0000 mgr.smithi073.hvxekf (mgr.14180) 406 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:41.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:41 smithi162 conmon[89260]: 2023-11-15T06:12:42.248 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:42.249 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:42.855 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:43 smithi073 conmon[84426]: cluster 2023-11-15T06:12:42.236894+0000 mgr.smithi073.hvxekf (mgr.14180) 407 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:43 smithi073 conmon[84426]: audit 2023-11-15T06:12:42.244644+0000 mgr.smithi073.hvxekf (mgr.14180) 408 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:43 smithi162 conmon[89260]: cluster 2023-11-15T06:12:42.236894+0000 mgr.smithi073.hvxekf (mgr.14180) 407 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:43 smithi162 conmon[89260]: 2023-11-15T06:12:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:43 smithi162 conmon[89260]: audit 2023-11-15T06:12:42.244644+0000 mgr.smithi073.hvxekf (mgr.14180) 408 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:43.857 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:45.699 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:45.699 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:45.723 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:45 smithi073 conmon[84426]: cluster 2023-11-15T 2023-11-15T06:12:45.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:45 smithi073 conmon[84426]: 06:12:44.237245+0000 mgr.smithi073.hvxekf (mgr.14180) 409 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:45.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:45 smithi162 conmon[89260]: cluster 2023-11-15T06:12:44.237245+0000 mgr.smithi073.hvxekf (mgr.14180) 409 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:46.354 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:46.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:46 smithi073 conmon[84426]: audit 2023-11-15T06:12:45.694432+0000 mgr.smithi073.hvxekf (mgr.14180) 410 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:46 smithi162 conmon[89260]: audit 2023-11-15T06:12:45.694432+0000 mgr.smithi073.hvxekf (mgr.14180) 410 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:47.355 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:47.822 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:47 smithi073 conmon[84426]: cluster 2023-11-15T06:12:46.237779+0000 mgr.smithi073.hvxekf (mgr.14180) 411 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:47 smithi162 conmon[89260]: cluster 2023-11-15T06:12:46.237779+0000 mgr.smithi073.hvxekf (mgr.14180) 411 : cluster [DBG] 2023-11-15T06:12:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:47 smithi162 conmon[89260]: pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:49.257 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:49.258 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:49 smithi073 conmon[84426]: cluster 2023-11-15T06:12:48.238450+0000 mgr.smithi073.hvxekf (mgr.14180) 412 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:49 smithi073 conmon[84426]: 2023-11-15T06:12:49.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:49 smithi162 conmon[89260]: cluster 2023-11-15T06:12:48.238450+0000 mgr.smithi073.hvxekf (mgr.14180) 412 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:49.830 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:50.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:50 smithi073 conmon[84426]: audit 2023-11-15T06:12:49.252816+0000 mgr.smithi073.hvxekf (mgr.14180) 413 : audit [DBG] 2023-11-15T06:12:50.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:50 smithi073 conmon[84426]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:50.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:50 smithi162 conmon[89260]: audit 2023-11-15T06:12:49.252816+0000 mgr.smithi073.hvxekf (mgr.14180) 413 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:50.831 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:51.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:51 smithi073 conmon[84426]: cluster 2023-11-15T06:12:50.238942+0000 mgr.smithi073.hvxekf (mgr.14180) 414 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:51.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:51 smithi162 conmon[89260]: cluster 2023-11-15T06:12:50.238942+0000 mgr.smithi073.hvxekf (mgr.14180) 414 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:52.748 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:52.748 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:53.445 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:53 smithi073 conmon[84426]: cluster 2023-11-15T06:12:52.239459+0000 mgr.smithi073.hvxekf (mgr.14180) 415 : 2023-11-15T06:12:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:53 smithi073 conmon[84426]: cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:53 smithi073 conmon[84426]: audit 2023-11-15T06:12:52.744286+0000 mgr.smithi073.hvxekf (mgr.14180) 416 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:53.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:53 smithi162 conmon[89260]: cluster 2023-11-15T06:12:52.239459+0000 mgr.smithi073.hvxekf (mgr.14180) 415 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:53.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:53 smithi162 conmon[89260]: audit 2023-11-15T06:12:52.744286+0000 mgr.smithi073.hvxekf (mgr.14180) 416 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:54.446 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:55.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:55 smithi073 conmon[84426]: cluster 2023-11-15T06:12:54.239765+0000 mgr.smithi073.hvxekf (mgr.14180) 417 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:55.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:55 smithi162 conmon[89260]: cluster 2023-11-15T06:12:54.239765+0000 mgr.smithi073.hvxekf (mgr.14180) 417 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:56.383 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:12:56.384 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:12:57.028 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:12:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:57 smithi073 conmon[84426]: cluster 2023-11-15T06:12:56.240323+0000 2023-11-15T06:12:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:57 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 418 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:57 smithi073 conmon[84426]: audit 2023-11-15T06:12:56.379148+0000 mgr.smithi073.hvxekf (mgr.14180) 419 : 2023-11-15T06:12:57.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:57 smithi073 conmon[84426]: audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:57 smithi162 conmon[89260]: cluster 2023-11-15T06:12:56.240323+0000 mgr.smithi073.hvxekf (mgr.14180) 418 : cluster [DBG] 2023-11-15T06:12:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:57 smithi162 conmon[89260]: pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:57 smithi162 conmon[89260]: audit 2023-11-15T06:12:56.379148+0000 mgr.smithi073.hvxekf (mgr.14180) 419 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:12:58.030 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:12:59.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:12:59 smithi073 conmon[84426]: cluster 2023-11-15T06:12:58.240833+0000 mgr.smithi073.hvxekf (mgr.14180) 420 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:12:59.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:12:59 smithi162 conmon[89260]: cluster 2023-11-15T06:12:58.240833+0000 mgr.smithi073.hvxekf (mgr.14180) 420 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:00.013 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:00.013 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:13:00.578 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:13:01.580 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:01.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:01 smithi073 conmon[84426]: audit 2023-11-15T06:13:00.009368+0000 mgr.smithi073.hvxekf (mgr.14180) 421 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:01.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:01 smithi073 conmon[84426]: cluster 2023-11-15T06:13:00.241271+0000 mgr.smithi073.hvxekf (mgr.14180) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:01.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:01 smithi162 conmon[89260]: audit 2023-11-15T06:13:00.009368+0000 mgr.smithi073.hvxekf (mgr.14180) 421 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:01.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:01 smithi162 conmon[89260]: 2023-11-15T06:13:01.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:01 smithi162 conmon[89260]: cluster 2023-11-15T06:13:00.241271+0000 mgr.smithi073.hvxekf (mgr.14180) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:03.547 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:03.547 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:13:03.711 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:03 smithi073 conmon[84426]: cluster 2023-11-15T06:13:02.241893+0000 mgr.smithi073.hvxekf (mgr.14180) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:03.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:03 smithi162 conmon[89260]: cluster 2023-11-15T06:13:02.241893+0000 mgr.smithi073.hvxekf (mgr.14180) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:03.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:03 smithi162 conmon[89260]: 2023-11-15T06:13:04.153 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:13:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:04 smithi073 conmon[84426]: audit 2023-11-15T06:13:03.542742+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:13:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:04 smithi073 conmon[84426]: 424 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:04.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:04 smithi162 conmon[89260]: audit 2023-11-15T06:13:03.542742+0000 mgr.smithi073.hvxekf (mgr.14180) 424 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:05.154 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:05.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:05 smithi073 conmon[84426]: cluster 2023-11-15T06:13:04.242263+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:13:05.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:05 smithi073 conmon[84426]: ) 425 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:05.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:05 smithi162 conmon[89260]: cluster 2023-11-15T06:13:04.242263+0000 mgr.smithi073.hvxekf (mgr.14180) 425 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:07.193 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:07.194 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:13:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:07 smithi073 conmon[84426]: cluster 2023-11-15T06:13:06.242736+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:13:07.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:07 smithi073 conmon[84426]: 14180) 426 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:07.801 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:13:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:07 smithi162 conmon[89260]: cluster 2023-11-15T06:13:06.242736+0000 mgr.smithi073.hvxekf (mgr.14180) 426 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:07 smithi162 conmon[89260]: 2023-11-15T06:13:08.802 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:08 smithi073 conmon[84426]: audit 2023-11-15T06:13:07.189612+0000 mgr.smithi073.hvxekf (mgr.14180) 427 : audit [DBG] 2023-11-15T06:13:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:08 smithi073 conmon[84426]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:08.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:08 smithi162 conmon[89260]: audit 2023-11-15T06:13:07.189612+0000 mgr.smithi073.hvxekf (mgr.14180) 427 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:08.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:08 smithi162 conmon[89260]: 2023-11-15T06:13:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:09 smithi073 conmon[84426]: cluster 2023-11-15T06:13:08.243296+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:13:09.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:09 smithi073 conmon[84426]: mgr.14180) 428 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:09.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:09 smithi162 conmon[89260]: cluster 2023-11-15T06:13:08.243296+0000 mgr.smithi073.hvxekf 2023-11-15T06:13:09.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:09 smithi162 conmon[89260]: (mgr.14180) 428 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:10.746 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:10.746 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:45.832759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:45.832899Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:45.832983Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:45.833043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:45.833102Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-15T06:13:11.326 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-15T06:13:11.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:11 smithi073 conmon[84426]: cluster 2023-11-15T06:13:10.243786+0000 mgr.smithi073.hvxekf (mgr.14180) 429 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:11.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:11 smithi073 conmon[84426]: audit 2023-11-15T06:13:10.741609+0000 mgr.smithi073.hvxekf (mgr.14180) 430 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:11 smithi162 conmon[89260]: cluster 2023-11-15T06:13:10.243786+0000 mgr.smithi073.hvxekf (mgr.14180) 429 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:11 smithi162 conmon[89260]: audit 2023-11-15T06:13:10.741609+0000 mgr.smithi073.hvxekf (mgr.14180) 430 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:12.327 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:12.787 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:12 smithi073 conmon[84426]: audit 2023-11-15T06:13:12.184833+0000 mon.smithi073 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi073.txeywl"}]: dispatch 2023-11-15T06:13:12.787 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:12 smithi073 conmon[84426]: 2023-11-15T06:13:12.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:12 smithi073 conmon[84426]: audit 2023-11-15T06:13:12.191640+0000 mon.smithi073 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:12.788 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:12 smithi073 conmon[84426]: audit 2023-11-15T06:13:12.194108+0000 mon.smithi073 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:13:12.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:12 smithi162 conmon[89260]: audit 2023-11-15T06:13:12.184833+0000 mon.smithi073 (mon. 2023-11-15T06:13:12.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:12 smithi162 conmon[89260]: 0) 665 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi073.txeywl"}]: dispatch 2023-11-15T06:13:12.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:12 smithi162 conmon[89260]: audit 2023-11-15T06:13:12.191640+0000 mon.smithi073 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:12.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:12 smithi162 conmon[89260]: audit 2023-11-15T06:13:12.194108 2023-11-15T06:13:12.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:12 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 667 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:13:12.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:12 smithi162 conmon[89260]: 2023-11-15T06:13:13.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:13:12.184176+0000 mgr.smithi073.hvxekf (mgr.14180) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.txeywl ... 2023-11-15T06:13:13.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:13:13.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:11:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:11:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:12:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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-15T06:13:13.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:13:13.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: Traceback (most recent call last): 2023-11-15T06:13:13.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:13:13.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: yield (conn, connr) 2023-11-15T06:13:13.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:13:13.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: code, '\n'.join(err))) 2023-11-15T06:13:13.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.txeywl ... 2023-11-15T06:13:13.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:13:13.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:11:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:11:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:12:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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-15T06:13:13.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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-15T06:13:13.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:13:13.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:13:12.184434+0000 mgr.smithi073.hvxekf (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:13:12.185598+0000 mgr.smithi073.hvxekf (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.txeywl ... 2023-11-15T06:13:13.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:13:13.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:11:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:11:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:12:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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-15T06:13:13.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:13:13.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:13:12.191992+0000 mgr.smithi073.hvxekf (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:13:13.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: cephadm 2023-11-15T06:13:12.193216+0000 mgr.smithi073.hvxekf (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:13:13.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: cluster 2023-11-15T06:13:12.194168+0000 mgr.smithi073.hvxekf (mgr.14180) 436 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:13.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: audit 2023-11-15T06:13:12.475373+0000 mon.smithi073 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:13.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:13 smithi073 conmon[84426]: cluster 2023-11-15T06:13:13.189421+0000 mon.smithi073 (mon.0) 669 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:13:13.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: cephadm 2023-11-15T06:13:12.184176+0000 mgr.smithi073.hvxekf (mgr.14180) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.txeywl ... 2023-11-15T06:13:13.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:13:13.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:11:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:11:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:12:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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-15T06:13:13.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:13:13.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: Traceback (most recent call last): 2023-11-15T06:13:13.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:13:13.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: yield (conn, connr) 2023-11-15T06:13:13.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:13:13.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: code, '\n'.join(err))) 2023-11-15T06:13:13.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.txeywl ... 2023-11-15T06:13:13.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:13:13.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:11:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:11:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:12:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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-15T06:13:13.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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-15T06:13:13.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:13:13.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: cephadm 2023-11-15T06:13:12.184434+0000 mgr.smithi073.hvxekf (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: cephadm 2023-11-15T06:13:12.185598+0000 mgr.smithi073.hvxekf (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl 2023-11-15T06:13:13.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl 2023-11-15T06:13:13.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.txeywl ... 2023-11-15T06:13:13.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:13:13.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:11:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:11:53Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:12:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:13:13.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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-15T06:13:13.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:13:13.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:13:13.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: cephadm 2023-11-15T06:13:12.191992+0000 mgr.smithi073.hvxekf (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:13:13.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: cephadm 2023-11-15T06:13:12.193216+0000 mgr.smithi073.hvxekf (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:13:13.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: cluster 2023-11-15T06:13:12.194168+0000 mgr.smithi073.hvxekf (mgr.14180) 436 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:13.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: audit 2023-11-15T06:13:12.475373+0000 mon.smithi073 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:13.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:13 smithi162 conmon[89260]: cluster 2023-11-15T06:13:13.189421+0000 mon.smithi073 (mon.0) 669 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:13:14.354 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:14.354 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:07:49.671001Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:07:49.671066Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:07:49.671129Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:07:49.670929Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:07:49.670786Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:07:49.671190Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:07:49.671315Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:07:49.671253Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 2, "size": 4}}] 2023-11-15T06:13:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:14 smithi073 conmon[84426]: audit 2023-11-15T06:13:13.577453+0000 mon.smithi073 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:14 smithi073 conmon[84426]: audit 2023-11-15T06:13:14.125280+0000 mon.smithi073 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:14 smithi162 conmon[89260]: audit 2023-11-15T06:13:13.577453+0000 mon.smithi073 (mon.0) 670 : audit 2023-11-15T06:13:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:14 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:14 smithi162 conmon[89260]: audit 2023-11-15T06:13:14.125280+0000 mon.smithi073 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:15.098 INFO:tasks.cephadm:rgw.foo has 2/4 2023-11-15T06:13:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:15 smithi073 conmon[84426]: cluster 2023-11-15T06:13:14.194686+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:13:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:15 smithi073 conmon[84426]: .14180) 437 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:15 smithi073 conmon[84426]: audit 2023-11-15T06:13:14.346186+0000 mgr.smithi073.hvxekf (mgr.14180) 438 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:15 smithi162 conmon[89260]: cluster 2023-11-15T06:13:14.194686+0000 mgr.smithi073.hvxekf (mgr.14180) 437 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:15 smithi162 conmon[89260]: audit 2023-11-15T06:13:14.346186+0000 mgr.smithi073.hvxekf (mgr.14180) 438 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:16.100 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:17 smithi073 conmon[84426]: cluster 2023-11-15T06:13:16.195258+0000 mgr.smithi073.hvxekf (mgr.14180) 439 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:17 smithi162 conmon[89260]: cluster 2023-11-15T06:13:16.195258+0000 mgr.smithi073.hvxekf (mgr.14180) 439 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:17 smithi162 conmon[89260]: 2023-11-15T06:13:18.724 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:18.724 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:19.372 INFO:tasks.cephadm:rgw.foo has 4/4 2023-11-15T06:13:19.373 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T06:13:19.387 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-11-15T06:13:19.388 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:19.885 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: cluster 2023-11-15T06:13:18.195894+0000 mgr.smithi073.hvxekf (mgr.14180) 440 : cluster [DBG] 2023-11-15T06:13:19.885 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:19.885 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06:13:18.655131+0000 mon.smithi073 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:19.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06:13:18.719064+0000 mgr.smithi073.hvxekf (mgr.14180) 441 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:19.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: 2023-11-15T06:13:19.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06:13:19.234267+0000 mon.smithi073 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:13:19.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06:13:19.234942+0000 mon.smithi073 (mon 2023-11-15T06:13:19.886 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: .0) 674 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:13:19.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06:13:19.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: 2023-11-15T06:13:19.501598+0000 mon.smithi073 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:19.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:13:19.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: 13:19.507761+0000 mon.smithi073 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:19.887 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06:13 2023-11-15T06:13:19.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: :19.511775+0000 mon.smithi073 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:19.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: audit 2023-11-15T06:13:19.518003+0000 mon.smithi073 (mon. 2023-11-15T06:13:19.888 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:19 smithi073 conmon[84426]: 0) 678 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:13:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: cluster 2023-11-15T06:13:18.195894+0000 mgr.smithi073.hvxekf (mgr.14180) 440 : cluster [DBG] 2023-11-15T06:13:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023-11-15T06:13:18.655131+0000 mon.smithi073 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:13:20.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: 13:18.719064+0000 mgr.smithi073.hvxekf (mgr.14180) 441 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023-11-15T06:13:19.234267 2023-11-15T06:13:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:13:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: 2023-11-15T06:13:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023 2023-11-15T06:13:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: -11-15T06:13:19.234942+0000 mon.smithi073 (mon.0 2023-11-15T06:13:20.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: ) 674 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:13:20.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:13:20.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: :13:19.501598+0000 mon.smithi073 (mon.0) 675 2023-11-15T06:13:20.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:20.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023-11-15T06:13: 2023-11-15T06:13:20.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: 19.507761+0000 mon.smithi073 (mon.0) 676 : audit 2023-11-15T06:13:20.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:20.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:13:20.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: 11-15T06:13:19.511775+0000 mon.smithi073 (mon.0) 677 2023-11-15T06:13:20.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:13:20.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: audit 2023-11-15T06:13 2023-11-15T06:13:20.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: :19.518003+0000 mon.smithi073 (mon.0) 678 : audit 2023-11-15T06:13:20.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:19 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:13:21.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:20 smithi073 conmon[84426]: cephadm 2023-11-15T06:13:19.237973+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:13:21.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:20 smithi073 conmon[84426]: .14180) 442 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:13:21.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:20 smithi073 conmon[84426]: cluster 2023-11-15T06:13:19.512658+0000 mgr.smithi073.hvxekf (mgr.14180) 443 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:21.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:20 smithi073 conmon[84426]: cephadm 2023-11-15T06:13:19.525310+0000 mgr.smithi073.hvxekf (mgr.14180) 444 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi162.ogydgv on smithi162 2023-11-15T06:13:21.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:20 smithi073 conmon[84426]: cluster 2023-11-15T06:13:20.510019+0000 mon.smithi073 (mon.0) 679 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:13:21.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:20 smithi073 conmon[84426]: cluster 2023-11-15T06:13:20.510047+0000 mon.smithi073 (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-11-15T06:13:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:20 smithi162 conmon[89260]: cephadm 2023-11-15T06:13:19.237973+0000 mgr.smithi073.hvxekf (mgr.14180) 442 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:13:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:20 smithi162 conmon[89260]: cluster 2023-11-15T06:13:19.512658+0000 mgr.smithi073.hvxekf (mgr.14180) 443 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:20 smithi162 conmon[89260]: cephadm 2023-11-15T06:13:19.525310+0000 mgr.smithi073.hvxekf (mgr.14180) 444 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi162.ogydgv on smithi162 2023-11-15T06:13:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:20 smithi162 conmon[89260]: cluster 2023- 2023-11-15T06:13:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:20 smithi162 conmon[89260]: 11-15T06:13:20.510019+0000 mon.smithi073 (mon.0) 679 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:13:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:20 smithi162 conmon[89260]: cluster 2023-11-15T06:13:20.510047 2023-11-15T06:13:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:20 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 680 : cluster [INF] Cluster is now healthy 2023-11-15T06:13:21.460 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:21.460 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:22.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:22 smithi073 conmon[84426]: audit 2023-11-15T06:13:21.455432+0000 mgr.smithi073.hvxekf (mgr.14180) 445 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:22 smithi073 conmon[84426]: cluster 2023-11-15T06:13:21.513235+0000 mgr.smithi073.hvxekf (mgr.14180) 446 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 908 B/s rd, 0 op/s 2023-11-15T06:13:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:22 smithi162 conmon[89260]: audit 2023-11-15T06:13:21.455432+0000 mgr.smithi073.hvxekf (mgr.14180) 445 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:22 smithi162 conmon[89260]: cluster 2023-11-15T06:13:21.513235+0000 mgr.smithi073.hvxekf (mgr.14180) 446 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 908 B/s rd, 0 op/s 2023-11-15T06:13:23.127 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:24.764 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:24 smithi073 conmon[84426]: cluster 2023-11-15T06:13:23.513868+0000 mgr.smithi073.hvxekf (mgr.14180) 447 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:24 smithi162 conmon[89260]: cluster 2023-11-15T06:13:23.513868+0000 mgr.smithi073.hvxekf (mgr.14180) 447 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:25.129 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:25.130 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:25.765 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:26.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:26 smithi073 conmon[84426]: audit 2023-11-15T06:13:25.124463+0000 mgr.smithi073.hvxekf (mgr.14180) 448 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:26.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:26 smithi073 conmon[84426]: cluster 2023-11-15T06:13:25.514627+0000 mgr.smithi073.hvxekf (mgr.14180) 449 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:26.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:26 smithi162 conmon[89260]: audit 2023-11-15T06:13:25.124463+0000 mgr.smithi073.hvxekf (mgr.14180) 448 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:26.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:26 smithi162 conmon[89260]: cluster 2023-11-15T06:13:25.514627+0000 mgr.smithi073.hvxekf (mgr.14180) 449 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:26.766 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:28.726 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:28.726 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:28.746 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:28 smithi073 conmon[84426]: cluster 2023-11-15T06:13:27.515202+0000 mgr.smithi073.hvxekf (mgr.14180) 450 : cluster [DBG] 2023-11-15T06:13:28.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:28 smithi073 conmon[84426]: pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:28.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:28 smithi162 conmon[89260]: cluster 2023-11-15T06:13:27.515202+0000 mgr.smithi073.hvxekf (mgr.14180) 450 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:29.484 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:29 smithi073 conmon[84426]: audit 2023-11-15T06:13:28.720693+0000 mgr.smithi073.hvxekf (mgr.14180) 451 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:29 smithi162 conmon[89260]: audit 2023-11-15T06:13:28.720693+0000 mgr.smithi073.hvxekf (mgr.14180) 451 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:29 smithi162 conmon[89260]: 2023-11-15T06:13:30.485 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:30.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:30 smithi073 conmon[84426]: cluster 2023-11-15T06:13:29.515713+0000 mgr.smithi073.hvxekf (mgr.14180) 452 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:30 smithi162 conmon[89260]: cluster 2023-11-15T06:13:29.515713+0000 mgr.smithi073.hvxekf (mgr.14180) 452 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 180 B/s wr, 2 op/s 2023-11-15T06:13:32.448 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:32.449 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:32 smithi073 conmon[84426]: cluster 2023-11-15T06:13:31.516160+0000 mgr.smithi073.hvxekf (mgr.14180) 453 : cluster [DBG] pgmap v319: 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-15T06:13:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:32 smithi162 conmon[89260]: cluster 2023-11-15T06:13:31.516160+0000 mgr.smithi073.hvxekf (mgr.14180) 453 : cluster [DBG] pgmap v319: 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-15T06:13:33.099 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:34.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:33 smithi073 conmon[84426]: audit 2023-11-15T06:13:32.443286+0000 mgr.smithi073.hvxekf (mgr.14180) 454 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:34.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:33 smithi073 conmon[84426]: 2023-11-15T06:13:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:33 smithi162 conmon[89260]: audit 2023-11-15T06:13:32.443286+0000 mgr.smithi073.hvxekf (mgr.14180) 454 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:34.100 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:34.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:34 smithi073 conmon[84426]: cluster 2023-11-15T06:13:33.517026+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:13:34.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:34 smithi073 conmon[84426]: 14180) 455 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2023-11-15T06:13:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:34 smithi162 conmon[89260]: cluster 2023-11-15T06:13:33.517026+0000 mgr.smithi073.hvxekf (mgr.14180) 455 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2023-11-15T06:13:36.109 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:36.109 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:36.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:36 smithi073 conmon[84426]: cluster 2023-11-15T06:13:35.517462+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:13:36.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:36 smithi073 conmon[84426]: 456 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:36.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:36 smithi162 conmon[89260]: cluster 2023-11-15T06:13:35.517462+0000 mgr.smithi073.hvxekf (mgr.14180) 456 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:36.772 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:37.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:37 smithi073 conmon[84426]: audit 2023-11-15T06:13:36.104160+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:13:37.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:37 smithi073 conmon[84426]: ) 457 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:37.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:37 smithi162 conmon[89260]: audit 2023-11-15T06:13:36.104160+0000 mgr.smithi073.hvxekf (mgr.14180) 457 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:37.773 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:38.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:38 smithi073 conmon[84426]: cluster 2023-11-15T06:13:37.518028+0000 mgr.smithi073.hvxekf (mgr.14180) 458 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:38.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:38 smithi162 conmon[89260]: cluster 2023-11-15T06:13:37.518028+0000 mgr.smithi073.hvxekf (mgr.14180) 458 : cluster [DBG] 2023-11-15T06:13:38.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:38 smithi162 conmon[89260]: pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:39.714 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:39.715 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:40.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:40.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:40 smithi073 conmon[84426]: cluster 2023-11-15T06:13:39.518398+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:13:40.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:40 smithi073 conmon[84426]: 459 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:40.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:40 smithi073 conmon[84426]: audit 2023-11-15T06:13:39.708968+0000 mgr.smithi073.hvxekf (mgr.14180) 460 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:40.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:40 smithi162 conmon[89260]: cluster 2023-11-15T06:13:39.518398+0000 mgr.smithi073.hvxekf (mgr.14180) 459 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:40.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:40 smithi162 conmon[89260]: audit 2023-11-15T06:13:39.708968+0000 mgr.smithi073.hvxekf (mgr.14180) 460 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:41.415 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:42.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:42 smithi162 conmon[89260]: cluster 2023-11-15T06:13:41.518848+0000 mgr.smithi073.hvxekf (mgr.14180) 461 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:42.941 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:42 smithi073 conmon[84426]: cluster 2023-11-15T06:13:41.518848+0000 mgr.smithi073.hvxekf (mgr.14180) 461 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:43.373 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:43.374 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:44.124 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:44 smithi073 conmon[84426]: audit 2023-11-15T06:13:43.368934+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:13:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:44 smithi073 conmon[84426]: ) 462 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:44 smithi073 conmon[84426]: cluster 2023-11-15T06:13:43.519381+0000 mgr.smithi073.hvxekf (mgr.14180) 463 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:44 smithi162 conmon[89260]: audit 2023-11-15T06:13:43.368934+0000 mgr.smithi073.hvxekf (mgr.14180) 462 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:44 smithi162 conmon[89260]: cluster 2023 2023-11-15T06:13:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:44 smithi162 conmon[89260]: -11-15T06:13:43.519381+0000 mgr.smithi073.hvxekf (mgr.14180) 463 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:45.126 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:46.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:46 smithi073 conmon[84426]: cluster 2023-11-15T06:13:45.520024+0000 mgr.smithi073.hvxekf (mgr.14180) 464 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:46.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:46 smithi162 conmon[89260]: cluster 2023-11-15T06:13:45.520024+0000 mgr.smithi073.hvxekf (mgr.14180) 464 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:47.130 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:47.130 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:47.805 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:48.805 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:48.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:48 smithi162 conmon[89260]: audit 2023-11-15T06:13:47.125279+0000 mgr.smithi073.hvxekf (mgr.14180) 465 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:48.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:48 smithi162 conmon[89260]: cluster 2023-11-15T06:13: 2023-11-15T06:13:48.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:48 smithi162 conmon[89260]: 47.520597+0000 mgr.smithi073.hvxekf (mgr.14180) 466 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:48.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:48 smithi073 conmon[84426]: audit 2023-11-15T06:13:47.125279+0000 mgr.smithi073.hvxekf (mgr.14180) 465 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:48.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:48 smithi073 conmon[84426]: cluster 2023-11-15T06:13:47.520597+0000 mgr.smithi073.hvxekf (mgr.14180) 466 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:50.863 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:50.864 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:50.890 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:50 smithi073 conmon[84426]: cluster 2023-11-15T06:13:49.520945+0000 mgr.smithi073.hvxekf (mgr.14180) 467 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:50 smithi162 conmon[89260]: cluster 2023-11-15T06:13:49.520945+0000 mgr.smithi073.hvxekf (mgr.14180) 467 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:51.504 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:52.505 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:52.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:52 smithi073 conmon[84426]: audit 2023-11-15T06:13:50.857882+0000 mgr.smithi073.hvxekf (mgr.14180) 468 : audit [DBG] 2023-11-15T06:13:52.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:52 smithi073 conmon[84426]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:52.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:52 smithi073 conmon[84426]: cluster 2023-11-15T06:13:51.521538+0000 mgr.smithi073.hvxekf (mgr.14180) 469 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:53.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:52 smithi162 conmon[89260]: audit 2023-11-15T06:13:50.857882+0000 mgr.smithi073.hvxekf (mgr.14180) 468 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:53.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:52 smithi162 conmon[89260]: 2023-11-15T06:13:53.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:52 smithi162 conmon[89260]: cluster 2023-11-15T06:13:51.521538+0000 mgr.smithi073.hvxekf (mgr.14180) 469 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:54.439 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:54.440 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:54 smithi073 conmon[84426]: cluster 2023-11-15T06:13:53.522103+0000 mgr.smithi073.hvxekf (mgr.14180) 470 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:54 smithi162 conmon[89260]: cluster 2023-11-15T06:13:53.522103+0000 mgr.smithi073.hvxekf (mgr.14180) 470 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:54 smithi162 conmon[89260]: 2023-11-15T06:13:55.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:55 smithi073 conmon[84426]: audit 2023-11-15T06:13:54.435114+0000 mgr.smithi073.hvxekf (mgr.14180) 471 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:55 smithi162 conmon[89260]: audit 2023-11-15T06:13:54.435114+0000 mgr.smithi073.hvxekf (mgr.14180) 471 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:13:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:55 smithi162 conmon[89260]: 2023-11-15T06:13:56.132 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:13:56.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:56 smithi162 conmon[89260]: cluster 2023-11-15T06:13:55.522797+0000 mgr.smithi073.hvxekf (mgr.14180) 472 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:56.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:56 smithi073 conmon[84426]: cluster 2023-11-15T06:13:55.522797+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:13:56.970 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:56 smithi073 conmon[84426]: 14180) 472 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:58.056 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:13:58.056 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:13:58.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:13:59.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:58 smithi073 conmon[84426]: cluster 2023-11-15T06:13:57.523521+0000 mgr.smithi073.hvxekf (mgr.14180) 473 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:58 smithi162 conmon[89260]: cluster 2023-11-15T06:13:57.523521+0000 mgr.smithi073.hvxekf (mgr.14180) 473 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:13:59.712 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:00.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:59 smithi073 conmon[84426]: audit 2023-11-15T06:13:58.051151+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:14:00.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:13:59 smithi073 conmon[84426]: 474 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:59 smithi162 conmon[89260]: audit 2023-11-15T06:13:58.051151+0000 mgr.smithi073.hvxekf (mgr.14180) 474 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:13:59 smithi162 conmon[89260]: 2023-11-15T06:14:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:00 smithi073 conmon[84426]: cluster 2023-11-15T06:13:59.524125+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:14:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:00 smithi073 conmon[84426]: ) 475 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:00 smithi162 conmon[89260]: cluster 2023-11-15T06:13:59.524125+0000 mgr.smithi073.hvxekf (mgr.14180) 475 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:01.579 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:01.580 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:02.211 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:03.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:02 smithi073 conmon[84426]: cluster 2023-11-15T06:14:01.524603+0000 mgr.smithi073.hvxekf (mgr.14180) 476 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:03.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:02 smithi073 conmon[84426]: audit 2023-11-15T06:14:01.574931+0000 mgr.smithi073.hvxekf (mgr.14180) 477 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:02 smithi162 conmon[89260]: cluster 2023-11-15T06:14:01.524603+0000 mgr.smithi073.hvxekf (mgr.14180) 476 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:02 smithi162 conmon[89260]: audit 2023-11-15T06:14:01.574931+0000 mgr.smithi073.hvxekf (mgr.14180) 477 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:03.213 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:04.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:04 smithi073 conmon[84426]: cluster 2023-11-15T06:14:03.525135+0000 mgr.smithi073.hvxekf 2023-11-15T06:14:04.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:04 smithi073 conmon[84426]: (mgr.14180) 478 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:04 smithi162 conmon[89260]: cluster 2023-11-15T06:14:03.525135+0000 mgr.smithi073.hvxekf (mgr.14180) 478 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:04 smithi162 conmon[89260]: 2023-11-15T06:14:05.153 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:05.154 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:05.893 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:06.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:06 smithi073 conmon[84426]: audit 2023-11-15T06:14:05.149034+0000 mgr.smithi073.hvxekf (mgr.14180) 479 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:06.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:06 smithi073 conmon[84426]: cluster 2023-11-15T06:14:05.525798+0000 mgr.smithi073.hvxekf (mgr.14180) 480 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:06.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:06 smithi162 conmon[89260]: audit 2023-11-15T06:14:05.149034+0000 mgr.smithi073.hvxekf (mgr.14180) 479 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:06.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:06 smithi162 conmon[89260]: cluster 2023-11-15T06:14:05.525798+0000 mgr.smithi073.hvxekf (mgr.14180) 480 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:06.894 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:08.767 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:08.767 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:08.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:08 smithi073 conmon[84426]: cluster 2023-11-15T06:14:07.526338+0000 mgr.smithi073.hvxekf (mgr.14180) 481 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:08 smithi162 conmon[89260]: cluster 2023-11-15T06:14:07.526338+0000 mgr.smithi073.hvxekf (mgr.14180) 481 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:09.368 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:09 smithi073 conmon[84426]: audit 2023-11-15T06:14:08.762109+0000 mgr.smithi073.hvxekf (mgr.14180) 482 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:09.924 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:09 smithi073 conmon[84426]: 2023-11-15T06:14:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:09 smithi162 conmon[89260]: audit 2023-11-15T06:14:08.762109+0000 mgr.smithi073.hvxekf (mgr.14180) 482 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:10.369 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:10.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:10 smithi073 conmon[84426]: cluster 2023-11-15T06:14:09.526804+0000 2023-11-15T06:14:10.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:10 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 483 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:10 smithi162 conmon[89260]: cluster 2023-11-15T06:14:09.526804+0000 mgr.smithi073.hvxekf (mgr.14180) 483 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:10 smithi162 conmon[89260]: 2023-11-15T06:14:12.327 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:12.328 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:12.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:12 smithi073 conmon[84426]: cluster 2023-11-15T06:14:11.527529+0000 mgr.smithi073.hvxekf (mgr.14180) 484 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:12.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:12 smithi162 conmon[89260]: cluster 2023-11-15T06:14:11.527529+0000 mgr.smithi073.hvxekf (mgr.14180) 484 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:13.927 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:13.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:13 smithi073 conmon[84426]: audit 2023-11-15T06:14:12.323210+0000 mgr.smithi073.hvxekf (mgr.14180) 485 : audit [DBG] 2023-11-15T06:14:13.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:13 smithi073 conmon[84426]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:13 smithi162 conmon[89260]: audit 2023-11-15T06:14:12.323210+0000 mgr.smithi073.hvxekf (mgr.14180) 485 2023-11-15T06:14:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:13 smithi162 conmon[89260]: : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:14.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:14 smithi073 conmon[84426]: cluster 2023-11-15T06:14:13.528190+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:14:14.809 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:14 smithi073 conmon[84426]: .14180) 486 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:14 smithi162 conmon[89260]: cluster 2023-11-15T06:14:13.528190+0000 mgr.smithi073.hvxekf (mgr.14180) 486 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:15.906 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:15.907 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:16.567 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:16.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:16 smithi073 conmon[84426]: cluster 2023-11-15T06:14:15.528774+0000 mgr.smithi073.hvxekf (mgr.14180) 487 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:16.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:16 smithi162 conmon[89260]: cluster 2023-11-15T06:14:15.528774+0000 mgr.smithi073.hvxekf (mgr.14180) 487 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:17.568 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:17.572 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:17 smithi073 conmon[84426]: audit 2023-11-15T06:14:15.901736+0000 mgr.smithi073.hvxekf (mgr.14180) 488 : audit 2023-11-15T06:14:17.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:17 smithi073 conmon[84426]: [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:17.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:17 smithi162 conmon[89260]: audit 2023-11-15T06:14:15.901736+0000 mgr.smithi073.hvxekf (mgr.14180) 488 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:18.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:18 smithi162 conmon[89260]: cluster 2023-11-15T06:14:17.529574+0000 mgr.smithi073.hvxekf (mgr.14180) 489 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:18 smithi073 conmon[84426]: cluster 2023-11-15T06:14:17.529574+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:14:18.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:18 smithi073 conmon[84426]: .14180) 489 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:19.496 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:19.496 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:20.116 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:21.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:20 smithi073 conmon[84426]: audit 2023-11-15T06:14:19.491608+0000 mgr.smithi073.hvxekf (mgr.14180) 490 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:21.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:20 smithi073 conmon[84426]: cluster 2023-11-15T06:14:19.530045+0000 mgr.smithi073.hvxekf (mgr.14180) 491 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:20 smithi162 conmon[89260]: audit 2023-11-15T06:14:19.491608+0000 mgr.smithi073.hvxekf (mgr.14180) 490 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:20 smithi162 conmon[89260]: 2023-11-15T06:14:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:20 smithi162 conmon[89260]: cluster 2023-11-15T06:14:19.530045+0000 mgr.smithi073.hvxekf (mgr.14180) 491 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:21.117 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:22.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:22 smithi073 conmon[84426]: cluster 2023-11-15T06:14:21.530747+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:14:22.676 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:22 smithi073 conmon[84426]: .14180) 492 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:22 smithi162 conmon[89260]: cluster 2023-11-15T06:14:21.530747+0000 mgr.smithi073.hvxekf (mgr.14180) 492 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:23.098 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:23.098 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:23.765 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:24.767 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:24 smithi073 conmon[84426]: audit 2023-11-15T06:14:23.093610+0000 mgr.smithi073.hvxekf (mgr.14180) 493 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:24 smithi073 conmon[84426]: cluster 2023-11-15T06:14:23.531311+0000 mgr.smithi073.hvxekf (mgr.14180) 494 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:24 smithi162 conmon[89260]: audit 2023-11-15T06:14:23.093610+0000 mgr.smithi073.hvxekf (mgr.14180) 493 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:24 smithi162 conmon[89260]: 2023-11-15T06:14:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:24 smithi162 conmon[89260]: cluster 2023-11-15T06:14:23.531311+0000 mgr.smithi073.hvxekf (mgr.14180) 494 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:26.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:26 smithi162 conmon[89260]: cluster 2023-11-15T06:14:25.531961+0000 mgr.smithi073.hvxekf (mgr.14180) 495 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:26.683 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:26.683 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:26.705 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:26 smithi073 conmon[84426]: cluster 2023-11-15T06:14:25.531961+0000 mgr.smithi073.hvxekf (mgr.14180) 495 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:27.392 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:27.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:27 smithi162 conmon[89260]: audit 2023-11-15T06:14:26.678805+0000 mgr.smithi073.hvxekf (mgr.14180) 496 2023-11-15T06:14:27.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:27 smithi162 conmon[89260]: : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:27.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:27 smithi073 conmon[84426]: audit 2023-11-15T06:14:26.678805+0000 2023-11-15T06:14:27.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:27 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 496 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:28.393 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:28.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:28 smithi073 conmon[84426]: cluster 2023-11-15T06:14:27.532519+0000 mgr.smithi073.hvxekf (mgr.14180) 497 : cluster 2023-11-15T06:14:28.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:28 smithi073 conmon[84426]: [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:28.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:28 smithi162 conmon[89260]: cluster 2023-11-15T06:14:27.532519+0000 mgr.smithi073.hvxekf (mgr.14180) 497 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:28.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:28 smithi162 conmon[89260]: 2023-11-15T06:14:30.378 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:30.378 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:30.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:30 smithi073 conmon[84426]: cluster 2023-11-15T06:14:29.532877+0000 mgr.smithi073.hvxekf (mgr.14180) 498 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:31.023 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:30 smithi162 conmon[89260]: cluster 2023-11-15T06:14:29.532877+0000 mgr.smithi073.hvxekf (mgr.14180) 498 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:32.024 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:32.056 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:31 smithi073 conmon[84426]: audit 2023-11-15T06:14:30.373073+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:14:32.057 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:31 smithi073 conmon[84426]: 14180) 499 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:31 smithi162 conmon[89260]: audit 2023-11-15T06:14:30.373073+0000 mgr.smithi073.hvxekf (mgr.14180) 499 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:31 smithi162 conmon[89260]: 2023-11-15T06:14:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:32 smithi073 conmon[84426]: cluster 2023-11-15T06:14:31.533302+0000 mgr.smithi073.hvxekf 2023-11-15T06:14:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:32 smithi073 conmon[84426]: (mgr.14180) 500 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:32 smithi162 conmon[89260]: cluster 2023-11-15T06:14:31.533302+0000 mgr.smithi073.hvxekf (mgr.14180) 500 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:33.992 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:33.992 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:34.638 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:34 smithi073 conmon[84426]: cluster 2023-11-15T06:14:33.534020+0000 mgr.smithi073.hvxekf (mgr.14180) 501 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:34 smithi162 conmon[89260]: cluster 2023-11-15T06:14:33.534020+0000 mgr.smithi073.hvxekf (mgr.14180) 501 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:35.639 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:35 smithi073 conmon[84426]: audit 2023-11-15T06:14:33.987457+0000 mgr.smithi073.hvxekf (mgr.14180) 502 : audit 2023-11-15T06:14:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:35 smithi073 conmon[84426]: [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:35 smithi162 conmon[89260]: audit 2023-11-15T06:14:33.987457+0000 mgr.smithi073.hvxekf (mgr.14180) 502 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:36.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:36 smithi073 conmon[84426]: cluster 2023-11-15T06:14:35.534749+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:14:36.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:36 smithi073 conmon[84426]: ) 503 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:36.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:36 smithi162 conmon[89260]: cluster 2023-11-15T06:14:35.534749+0000 mgr.smithi073.hvxekf (mgr.14180) 503 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:37.591 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:37.591 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:38.249 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:38 smithi073 conmon[84426]: cluster 2023-11-15T06:14:37.535309+0000 mgr.smithi073.hvxekf (mgr.14180) 504 : cluster 2023-11-15T06:14:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:38 smithi073 conmon[84426]: [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:39.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:38 smithi073 conmon[84426]: audit 2023-11-15T06:14:37.583725+0000 mgr.smithi073.hvxekf (mgr.14180) 505 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:38 smithi162 conmon[89260]: cluster 2023-11-15T06:14:37.535309+0000 mgr.smithi073.hvxekf (mgr.14180) 504 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:38 smithi162 conmon[89260]: audit 2023-11-15T06:14:37.583725+0000 mgr.smithi073.hvxekf (mgr.14180) 505 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:39.250 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:40 smithi073 conmon[84426]: cluster 2023-11-15T06:14:39.535626+0000 mgr.smithi073.hvxekf (mgr.14180) 506 : 2023-11-15T06:14:40.817 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:40 smithi073 conmon[84426]: cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:40 smithi162 conmon[89260]: cluster 2023-11-15T06:14:39.535626+0000 mgr.smithi073.hvxekf (mgr.14180) 506 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:41.231 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:41.232 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:41.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:42.838 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:42.865 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:42 smithi073 conmon[84426]: audit 2023-11-15T06:14:41.226720+0000 mgr.smithi073.hvxekf (mgr.14180) 507 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:42.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:42 smithi073 conmon[84426]: cluster 2023-11-15T06:14:41.536120+0000 mgr.smithi073.hvxekf (mgr.14180) 508 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:42 smithi162 conmon[89260]: audit 2023-11-15T06:14:41.226720+0000 mgr.smithi073.hvxekf (mgr.14180) 507 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:43.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:42 smithi162 conmon[89260]: cluster 2023-11-15T06:14:41.536120+0000 mgr.smithi073.hvxekf (mgr.14180) 508 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:44.818 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:44.819 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:44.996 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:44 smithi073 conmon[84426]: cluster 2023-11-15T06:14:43.536718+0000 mgr.smithi073.hvxekf (mgr.14180) 509 2023-11-15T06:14:44.996 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:44 smithi073 conmon[84426]: : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:44 smithi162 conmon[89260]: cluster 2023-11-15T06:14:43.536718+0000 mgr.smithi073.hvxekf (mgr.14180) 509 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:45.563 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:45.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:45 smithi073 conmon[84426]: audit 2023-11-15T06:14:44.814075+0000 mgr.smithi073.hvxekf (mgr.14180) 510 2023-11-15T06:14:45.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:45 smithi073 conmon[84426]: : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:45 smithi162 conmon[89260]: audit 2023-11-15T06:14:44.814075+0000 mgr.smithi073.hvxekf (mgr.14180) 510 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:46.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:45 smithi162 conmon[89260]: 2023-11-15T06:14:46.565 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:47.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:46 smithi073 conmon[84426]: cluster 2023-11-15T06:14:45.537173+0000 mgr.smithi073.hvxekf (mgr.14180) 511 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:47.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:46 smithi162 conmon[89260]: cluster 2023-11-15T06:14:45.537173+0000 mgr.smithi073.hvxekf (mgr.14180) 511 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:48.518 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:48.518 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:48.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:48 smithi073 conmon[84426]: cluster 2023-11-15T06:14:47.537831+0000 mgr.smithi073.hvxekf 2023-11-15T06:14:48.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:48 smithi073 conmon[84426]: (mgr.14180) 512 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:49.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:48 smithi162 conmon[89260]: cluster 2023-11-15T06:14:47.537831+0000 mgr.smithi073.hvxekf (mgr.14180) 512 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:49.179 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:49 smithi073 conmon[84426]: audit 2023-11-15T06:14:48.513109+0000 mgr.smithi073.hvxekf (mgr.14180) 513 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:50.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:49 smithi073 conmon[84426]: 2023-11-15T06:14:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:49 smithi162 conmon[89260]: audit 2023-11-15T06:14:48.513109+0000 mgr.smithi073.hvxekf (mgr.14180) 513 : audit [DBG] 2023-11-15T06:14:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:49 smithi162 conmon[89260]: from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:50.180 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:50 smithi073 conmon[84426]: cluster 2023-11-15T06:14:49.538391+0000 mgr.smithi073.hvxekf (mgr.14180) 514 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:50 smithi162 conmon[89260]: cluster 2023-11-15T06:14:49.538391+0000 mgr.smithi073.hvxekf (mgr.14180) 514 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:52.262 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:52.262 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:52.843 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:53.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:52 smithi073 conmon[84426]: cluster 2023-11-15T06:14:51.539122+0000 mgr.smithi073.hvxekf (mgr.14180) 515 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:52 smithi162 conmon[89260]: cluster 2023-11-15T06:14:51.539122+0000 mgr.smithi073.hvxekf (mgr.14180) 515 : cluster [DBG] 2023-11-15T06:14:53.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:52 smithi162 conmon[89260]: pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:53.844 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:53 smithi073 conmon[84426]: audit 2023-11-15T06:14:52.256634+0000 mgr.smithi073.hvxekf (mgr.14180) 516 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:53 smithi162 conmon[89260]: audit 2023-11-15T06:14:52.256634+0000 mgr.smithi073.hvxekf (mgr.14180) 516 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:53 smithi162 conmon[89260]: 2023-11-15T06:14:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:54 smithi073 conmon[84426]: cluster 2023-11-15T06:14:53.539700+0000 mgr.smithi073.hvxekf (mgr.14180) 517 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:54 smithi162 conmon[89260]: cluster 2023-11-15T06:14:53.539700+0000 mgr.smithi073.hvxekf (mgr.14180) 517 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:55.826 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:55.827 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:56.476 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:14:56.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:56 smithi073 conmon[84426]: cluster 2023-11-15T06:14:55.540135+0000 mgr.smithi073.hvxekf (mgr.14180) 518 : 2023-11-15T06:14:56.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:56 smithi073 conmon[84426]: cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:56.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:56 smithi073 conmon[84426]: audit 2023-11-15T06:14:55.821363+0000 mgr.smithi073.hvxekf (mgr.14180) 519 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:56 smithi162 conmon[89260]: cluster 2023-11-15T06:14:55.540135+0000 mgr.smithi073.hvxekf (mgr.14180) 518 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:56 smithi162 conmon[89260]: audit 2023-11-15T06:14:55.821363+0000 mgr.smithi073.hvxekf (mgr.14180) 519 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:14:57.477 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:14:58.954 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:14:58 smithi073 conmon[84426]: cluster 2023-11-15T06:14:57.540720+0000 mgr.smithi073.hvxekf (mgr.14180) 520 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:14:58 smithi162 conmon[89260]: cluster 2023-11-15T06:14:57.540720+0000 mgr.smithi073.hvxekf (mgr.14180) 520 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:14:59.371 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:14:59.371 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:14:59.960 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:00.962 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:00.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:00 smithi073 conmon[84426]: audit 2023-11-15T06:14:59.366632+0000 mgr.smithi073.hvxekf (mgr.14180) 521 : audit 2023-11-15T06:15:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:00 smithi073 conmon[84426]: [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:00.992 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:00 smithi073 conmon[84426]: cluster 2023-11-15T06:14:59.541042+0000 mgr.smithi073.hvxekf (mgr.14180) 522 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:00 smithi162 conmon[89260]: audit 2023-11-15T06:14:59.366632+0000 mgr.smithi073.hvxekf (mgr.14180) 521 : audit [DBG] 2023-11-15T06:15:01.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:00 smithi162 conmon[89260]: from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:01.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:00 smithi162 conmon[89260]: cluster 2023-11-15T06:14:59.541042+0000 mgr.smithi073.hvxekf (mgr.14180) 522 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:03.044 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:03.044 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:03.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:02 smithi073 conmon[84426]: cluster 2023-11-15T06:15:01.541739+0000 mgr.smithi073.hvxekf (mgr.14180) 523 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:02 smithi162 conmon[89260]: cluster 2023-11-15T06:15:01.541739+0000 mgr.smithi073.hvxekf (mgr.14180) 523 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:03.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:04.686 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:04 smithi073 conmon[84426]: audit 2023-11-15T06:15:03.039185+0000 mgr.smithi073.hvxekf (mgr.14180) 524 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:04 smithi073 conmon[84426]: 2023-11-15T06:15:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:04 smithi073 conmon[84426]: cluster 2023-11-15T06:15:03.542289+0000 mgr.smithi073.hvxekf (mgr.14180) 525 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:04 smithi162 conmon[89260]: audit 2023-11-15T06:15:03.039185+0000 mgr.smithi073.hvxekf (mgr.14180) 524 : audit [DBG] 2023-11-15T06:15:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:04 smithi162 conmon[89260]: from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:04 smithi162 conmon[89260]: cluster 2023-11-15T06:15:03.542289+0000 mgr.smithi073.hvxekf (mgr.14180) 525 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:06.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:06 smithi073 conmon[84426]: cluster 2023-11-15T06:15:05.542842+0000 mgr.smithi073.hvxekf (mgr.14180) 526 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:06.662 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:06.662 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:06.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:06 smithi162 conmon[89260]: cluster 2023-11-15T06:15:05.542842+0000 mgr.smithi073.hvxekf (mgr.14180) 526 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:07.363 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:07 smithi073 conmon[84426]: audit 2023-11-15T06:15:06.657821+0000 mgr.smithi073.hvxekf (mgr.14180) 527 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:07 smithi162 conmon[89260]: audit 2023-11-15T06:15:06.657821+0000 mgr.smithi073.hvxekf (mgr.14180) 527 2023-11-15T06:15:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:07 smithi162 conmon[89260]: : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:08.364 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:08 smithi073 conmon[84426]: cluster 2023-11-15T06:15:07.543414+0000 mgr.smithi073.hvxekf (mgr.14180) 528 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:08.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:08 smithi162 conmon[89260]: cluster 2023-11-15T06:15:07.543414+0000 mgr.smithi073.hvxekf (mgr.14180) 528 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:10.321 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:10.321 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:10.950 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:10 smithi073 conmon[84426]: cluster 2023-11-15T06:15:09.543819+0000 mgr.smithi073.hvxekf (mgr.14180) 529 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:10.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:10 smithi162 conmon[89260]: cluster 2023-11-15T06:15:09.543819+0000 mgr.smithi073.hvxekf (mgr.14180) 529 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:10 smithi162 conmon[89260]: 2023-11-15T06:15:11.968 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:11.994 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:11 smithi073 conmon[84426]: audit 2023-11-15T06:15:10.316251+0000 mgr.smithi073.hvxekf (mgr.14180) 530 : 2023-11-15T06:15:11.995 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:11 smithi073 conmon[84426]: audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:11 smithi162 conmon[89260]: audit 2023-11-15T06:15:10.316251+0000 mgr.smithi073.hvxekf (mgr.14180) 530 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:11 smithi162 conmon[89260]: 2023-11-15T06:15:12.783 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:12 smithi073 conmon[84426]: cluster 2023-11-15T06:15:11.544464+0000 mgr.smithi073.hvxekf 2023-11-15T06:15:12.784 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:12 smithi073 conmon[84426]: (mgr.14180) 531 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:12 smithi162 conmon[89260]: cluster 2023-11-15T06:15:11.544464+0000 mgr.smithi073.hvxekf (mgr.14180) 531 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:13.938 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:13.938 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:14.540 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:14 smithi073 conmon[84426]: cluster 2023-11-15T06:15:13.545012+0000 mgr.smithi073.hvxekf (mgr.14180) 532 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:14 smithi162 conmon[89260]: cluster 2023-11-15T06:15:13.545012+0000 mgr.smithi073.hvxekf (mgr.14180) 532 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:15.542 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:16.024 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:15 smithi073 conmon[84426]: audit 2023-11-15T06:15:13.933550+0000 mgr.smithi073.hvxekf (mgr.14180) 533 2023-11-15T06:15:16.024 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:15 smithi073 conmon[84426]: : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:15 smithi162 conmon[89260]: audit 2023-11-15T06:15:13.933550+0000 mgr.smithi073.hvxekf (mgr.14180) 533 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:15 smithi162 conmon[89260]: 2023-11-15T06:15:16.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:16 smithi073 conmon[84426]: cluster 2023-11-15T06:15:15.545544+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:15:16.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:16 smithi073 conmon[84426]: 14180) 534 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:16.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:16 smithi162 conmon[89260]: cluster 2023-11-15T06:15:15.545544+0000 mgr.smithi073.hvxekf (mgr.14180) 534 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:17.475 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:17.476 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:18.115 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:18 smithi073 conmon[84426]: audit 2023-11-15T06:15:17.471176+0000 mgr.smithi073.hvxekf (mgr.14180) 535 2023-11-15T06:15:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:18 smithi073 conmon[84426]: : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:19.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:18 smithi073 conmon[84426]: cluster 2023-11-15T06:15:17.546047+0000 mgr.smithi073.hvxekf (mgr.14180) 536 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:18 smithi162 conmon[89260]: audit 2023-11-15T06:15:17.471176+0000 mgr.smithi073.hvxekf (mgr.14180) 535 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:18 smithi162 conmon[89260]: cluster 2023-11-15T06:15:17.546047+0000 mgr.smithi073.hvxekf (mgr.14180) 536 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:19.117 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:20.724 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:20 smithi073 conmon[84426]: cluster 2023-11-15T06:15:19.546470+0000 mgr.smithi073.hvxekf (mgr.14180) 537 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:20 smithi162 conmon[89260]: cluster 2023-11-15T06:15:19.546470+0000 mgr.smithi073.hvxekf (mgr.14180) 537 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:21.086 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:21.087 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:21.701 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:22.702 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:22 smithi073 conmon[84426]: audit 2023-11-15T06:15:21.081707+0000 mgr.smithi073.hvxekf (mgr.14180) 538 : audit [DBG] 2023-11-15T06:15:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:22 smithi073 conmon[84426]: from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:22 smithi073 conmon[84426]: cluster 2023-11-15T06:15:21.546952+0000 mgr.smithi073.hvxekf (mgr.14180) 539 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:22 smithi162 conmon[89260]: audit 2023-11-15T06:15:21.081707+0000 mgr.smithi073.hvxekf (mgr.14180) 538 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:22 smithi162 conmon[89260]: cluster 2023-11-15T06:15:21.546952+0000 mgr.smithi073.hvxekf (mgr.14180) 539 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:24.657 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:24.657 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:24 smithi073 conmon[84426]: cluster 2023-11-15T06:15:23.547508+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:15:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:24 smithi073 conmon[84426]: mgr.14180) 540 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:24 smithi162 conmon[89260]: cluster 2023-11-15T06:15:23.547508+0000 mgr.smithi073.hvxekf (mgr.14180) 540 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:25.272 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:25 smithi073 conmon[84426]: audit 2023-11-15T06:15:24.651842+0000 mgr.smithi073.hvxekf (mgr.14180) 541 : audit 2023-11-15T06:15:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:25 smithi073 conmon[84426]: [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:25 smithi162 conmon[89260]: audit 2023-11-15T06:15:24.651842+0000 mgr.smithi073.hvxekf (mgr.14180) 541 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:26.273 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:26.956 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:26 smithi073 conmon[84426]: cluster 2023-11-15T06:15:25.548041+0000 mgr.smithi073.hvxekf (mgr.14180) 542 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:27.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:26 smithi162 conmon[89260]: cluster 2023-11-15T06:15:25.548041+0000 mgr.smithi073.hvxekf (mgr.14180) 542 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:28.269 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:28.270 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:28.916 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:28 smithi073 conmon[84426]: cluster 2023-11-15T06:15:27.548683+0000 mgr.smithi073.hvxekf (mgr.14180) 543 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:28.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:28 smithi162 conmon[89260]: cluster 2023-11-15T06:15:27.548683+0000 mgr.smithi073.hvxekf (mgr.14180) 543 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:29.933 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:29.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:29 smithi073 conmon[84426]: audit 2023-11-15T06:15:28.264713+0000 mgr.smithi073.hvxekf (mgr.14180) 544 : audit 2023-11-15T06:15:29.964 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:29 smithi073 conmon[84426]: [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:29 smithi162 conmon[89260]: audit 2023-11-15T06:15:28.264713+0000 mgr.smithi073.hvxekf (mgr.14180) 544 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:30.780 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:30 smithi073 conmon[84426]: cluster 2023-11-15T06:15:29.549210+0000 mgr.smithi073.hvxekf (mgr.14180) 545 : cluster 2023-11-15T06:15:30.781 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:30 smithi073 conmon[84426]: [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:30 smithi162 conmon[89260]: cluster 2023-11-15T06:15:29.549210+0000 mgr.smithi073.hvxekf (mgr.14180) 545 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:31.820 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:31.820 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:32.506 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:32 smithi073 conmon[84426]: cluster 2023-11-15T06:15:31.549736+0000 mgr.smithi073.hvxekf (mgr.14180) 546 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:32 smithi073 conmon[84426]: audit 2023-11-15T06:15:31.815710+0000 mgr.smithi073.hvxekf (mgr.14180) 547 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:32 smithi162 conmon[89260]: cluster 2023-11-15T06:15:31.549736+0000 mgr.smithi073.hvxekf (mgr.14180) 546 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:32 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:15:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:32 smithi162 conmon[89260]: 11-15T06:15:31.815710+0000 mgr.smithi073.hvxekf (mgr.14180) 547 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:33.507 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:35.015 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:34 smithi073 conmon[84426]: cluster 2023-11-15T06:15:33.550315+0000 mgr.smithi073.hvxekf (mgr.14180) 548 : cluster [DBG] 2023-11-15T06:15:35.016 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:34 smithi073 conmon[84426]: pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:34 smithi162 conmon[89260]: cluster 2023-11-15T06:15:33.550315+0000 mgr.smithi073.hvxekf (mgr.14180) 548 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:35.441 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:35.441 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:36.104 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:36.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:36 smithi073 conmon[84426]: audit 2023-11-15T06:15:35.436368+0000 mgr.smithi073.hvxekf (mgr.14180) 549 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:36.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:36 smithi073 conmon[84426]: cluster 2023-11-15T06:15:35.550929+0000 mgr.smithi073.hvxekf (mgr.14180) 550 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:36 smithi162 conmon[89260]: audit 2023-11-15T06:15:35.436368+0000 mgr.smithi073.hvxekf (mgr.14180) 549 : audit [DBG] 2023-11-15T06:15:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:36 smithi162 conmon[89260]: from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:36 smithi162 conmon[89260]: cluster 2023-11-15T06:15:35.550929+0000 mgr.smithi073.hvxekf (mgr.14180) 550 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:37.105 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:38.673 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:38 smithi073 conmon[84426]: cluster 2023-11-15T06:15:37.551516+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:15:38.674 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:38 smithi073 conmon[84426]: .14180) 551 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:38 smithi162 conmon[89260]: cluster 2023-11-15T06:15:37.551516+0000 mgr.smithi073.hvxekf (mgr.14180) 551 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:39.079 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:39.079 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:39.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:40.681 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:40 smithi073 conmon[84426]: audit 2023-11-15T06:15:39.074601+0000 mgr.smithi073.hvxekf (mgr.14180) 552 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:40 smithi073 conmon[84426]: cluster 2023-11-15T06:15:39.551824+0000 mgr.smithi073.hvxekf (mgr.14180) 553 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:40 smithi162 conmon[89260]: audit 2023-11-15T06:15:39.074601+0000 mgr.smithi073.hvxekf (mgr.14180) 552 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:40 smithi162 conmon[89260]: cluster 2023-11-15T06:15:39.551824+0000 mgr.smithi073.hvxekf (mgr.14180) 553 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:42.619 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:42.620 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:43.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:42 smithi073 conmon[84426]: cluster 2023-11-15T06:15:41.552287+0000 mgr.smithi073.hvxekf (mgr.14180) 554 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:42 smithi162 conmon[89260]: cluster 2023-11-15T06:15:41.552287+0000 mgr.smithi073.hvxekf (mgr.14180) 554 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:43.220 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:44.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:43 smithi073 conmon[84426]: audit 2023-11-15T06:15:42.614710+0000 mgr.smithi073.hvxekf (mgr.14180) 555 : audit 2023-11-15T06:15:44.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:43 smithi073 conmon[84426]: [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:43 smithi162 conmon[89260]: audit 2023-11-15T06:15:42.614710+0000 mgr.smithi073.hvxekf (mgr.14180) 555 : audit 2023-11-15T06:15:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:43 smithi162 conmon[89260]: [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:44.221 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:44.938 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:44 smithi073 conmon[84426]: cluster 2023-11-15T06:15:43.553111+0000 mgr.smithi073.hvxekf (mgr.14180) 556 : cluster 2023-11-15T06:15:44.939 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:44 smithi073 conmon[84426]: [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:44 smithi162 conmon[89260]: cluster 2023-11-15T06:15:43.553111+0000 mgr.smithi073.hvxekf (mgr.14180) 556 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:44 smithi162 conmon[89260]: 2023-11-15T06:15:46.211 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:46.211 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:46.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:46 smithi073 conmon[84426]: cluster 2023-11-15T06:15:45.553913+0000 mgr.smithi073.hvxekf (mgr.14180) 557 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:46.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:46 smithi162 conmon[89260]: cluster 2023-11-15T06:15:45.553913+0000 mgr.smithi073.hvxekf (mgr.14180) 557 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:47.813 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:47.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:47 smithi073 conmon[84426]: audit 2023-11-15T06:15:46.206709+0000 mgr.smithi073.hvxekf (mgr.14180) 558 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:47 smithi162 conmon[89260]: audit 2023-11-15T06:15:46.206709+0000 mgr.smithi073.hvxekf (mgr.14180) 558 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:48 smithi073 conmon[84426]: cluster 2023-11-15T06:15:47.554576+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:15:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:48 smithi073 conmon[84426]: ) 559 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:48.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:48 smithi162 conmon[89260]: cluster 2023-11-15T06:15:47.554576+0000 mgr.smithi073.hvxekf (mgr.14180) 559 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:49.725 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:49.726 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:50.335 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:50 smithi073 conmon[84426]: cluster 2023-11-15T06:15:49.554966+0000 mgr.smithi073.hvxekf (mgr.14180) 560 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:50 smithi073 conmon[84426]: audit 2023-11-15T06:15:49.720012+0000 mgr.smithi073.hvxekf (mgr.14180) 561 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:50 smithi162 conmon[89260]: cluster 2023-11-15T06:15:49.554966+0000 mgr.smithi073.hvxekf (mgr.14180) 560 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:50 smithi162 conmon[89260]: audit 2023-11-15T06:15:49.720012+0000 mgr.smithi073.hvxekf (mgr.14180) 561 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:51.337 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:52.897 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:52 smithi073 conmon[84426]: cluster 2023-11-15T06:15:51.555440+0000 2023-11-15T06:15:52.897 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:52 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 562 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:52 smithi162 conmon[89260]: cluster 2023-11-15T06:15:51.555440+0000 mgr.smithi073.hvxekf (mgr.14180) 562 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:53.276 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:53.277 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:53.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:54.968 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:54.995 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:54 smithi073 conmon[84426]: audit 2023-11-15T06:15:53.272070+0000 mgr.smithi073.hvxekf (mgr.14180) 563 : 2023-11-15T06:15:54.996 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:54 smithi073 conmon[84426]: audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:54.996 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:54 smithi073 conmon[84426]: cluster 2023-11-15T06:15:53.556030+0000 mgr.smithi073.hvxekf (mgr.14180) 564 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:54 smithi162 conmon[89260]: audit 2023-11-15T06:15:53.272070+0000 mgr.smithi073.hvxekf (mgr.14180) 563 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:54 smithi162 conmon[89260]: cluster 2023-11-15T06:15:53.556030+0000 mgr.smithi073.hvxekf (mgr.14180) 564 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:56.590 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:56 smithi073 conmon[84426]: cluster 2023-11-15T06:15:55.556464+0000 mgr.smithi073.hvxekf (mgr.14180) 565 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:56 smithi162 conmon[89260]: cluster 2023-11-15T06:15:55.556464+0000 mgr.smithi073.hvxekf (mgr.14180) 565 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:56.940 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:15:56.940 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:15:57.568 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:15:58.569 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:15:59.027 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:58 smithi073 conmon[84426]: audit 2023-11-15T06:15:56.935063+0000 mgr.smithi073.hvxekf (mgr.14180) 566 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:59.027 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:15:58 smithi073 conmon[84426]: cluster 2023-11-15T06:15:57.556996+0000 mgr.smithi073.hvxekf (mgr.14180) 567 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:15:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:58 smithi162 conmon[89260]: audit 2023-11-15T06:15:56.935063+0000 mgr.smithi073.hvxekf (mgr.14180) 566 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:15:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:58 smithi162 conmon[89260]: cluster 2023-11-15T06:15:59.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:15:58 smithi162 conmon[89260]: 2023-11-15T06:15:57.556996+0000 mgr.smithi073.hvxekf (mgr.14180) 567 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:00.541 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:00.542 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:00 smithi073 conmon[84426]: cluster 2023-11-15T06:15:59.557447+0000 mgr.smithi073.hvxekf (mgr.14180) 568 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:00 smithi162 conmon[89260]: cluster 2023-11-15T06:15:59.557447+0000 mgr.smithi073.hvxekf (mgr.14180) 568 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:01.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:01 smithi073 conmon[84426]: audit 2023-11-15T06:16:00.537356+0000 mgr.smithi073.hvxekf (mgr.14180) 569 2023-11-15T06:16:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:01 smithi073 conmon[84426]: : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:01 smithi162 conmon[89260]: audit 2023-11-15T06:16:00.537356+0000 mgr.smithi073.hvxekf (mgr.14180) 569 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:01 smithi162 conmon[89260]: 2023-11-15T06:16:02.169 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:02.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:02 smithi073 conmon[84426]: cluster 2023-11-15T06:16:01.558014+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:16:02.875 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:02 smithi073 conmon[84426]: 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-15T06:16:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:02 smithi162 conmon[89260]: cluster 2023-11-15T06:16:01.558014+0000 mgr.smithi073.hvxekf (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-15T06:16:03.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:02 smithi162 conmon[89260]: 2023-11-15T06:16:04.143 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:04.143 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:04.833 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:04 smithi073 conmon[84426]: cluster 2023-11-15T06:16:03.558588+0000 mgr.smithi073.hvxekf (mgr.14180) 571 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:04 smithi162 conmon[89260]: cluster 2023-11-15T06:16:03.558588+0000 mgr.smithi073.hvxekf (mgr.14180) 571 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:05.834 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:06.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:05 smithi073 conmon[84426]: audit 2023-11-15T06:16:04.138433+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:16:06.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:05 smithi073 conmon[84426]: 14180) 572 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:05 smithi162 conmon[89260]: audit 2023-11-15T06:16:04.138433+0000 mgr.smithi073.hvxekf (mgr.14180) 572 : audit [DBG] 2023-11-15T06:16:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:05 smithi162 conmon[89260]: from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:07.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:06 smithi073 conmon[84426]: cluster 2023-11-15T06:16:05.559283+0000 mgr.smithi073.hvxekf (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-15T06:16:07.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:06 smithi162 conmon[89260]: cluster 2023-11-15T06:16:05.559283+0000 mgr.smithi073.hvxekf (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-15T06:16:07.766 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:07.767 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:08.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:08 smithi073 conmon[84426]: cluster 2023-11-15T06:16:07.559834+0000 mgr.smithi073.hvxekf (mgr.14180) 574 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:08 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:16:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:08 smithi073 conmon[84426]: 16:07.761677+0000 mgr.smithi073.hvxekf (mgr.14180) 575 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:08 smithi162 conmon[89260]: cluster 2023-11-15T06:16:07.559834+0000 mgr.smithi073.hvxekf (mgr.14180) 574 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:08 smithi162 conmon[89260]: audit 2023-11-15T06:16:07.761677+0000 mgr.smithi073.hvxekf (mgr.14180) 575 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:09.417 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:10.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:10 smithi073 conmon[84426]: cluster 2023-11-15T06:16:09.560180+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:16:10.944 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:10 smithi073 conmon[84426]: mgr.14180) 576 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:10 smithi162 conmon[89260]: cluster 2023-11-15T06:16:09.560180+0000 mgr.smithi073.hvxekf (mgr.14180) 576 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:11.332 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:11.332 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:11.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:12.992 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:13.021 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:12 smithi073 conmon[84426]: audit 2023-11-15T06:16:11.327589+0000 mgr.smithi073.hvxekf (mgr.14180) 577 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:13.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:12 smithi073 conmon[84426]: cluster 2023-11-15T06:16:11.560687+0000 mgr.smithi073.hvxekf (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-15T06:16:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:12 smithi162 conmon[89260]: audit 2023-11-15T06:16:11.327589+0000 mgr.smithi073.hvxekf (mgr.14180) 577 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:12 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:16:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:12 smithi162 conmon[89260]: 06:16:11.560687+0000 mgr.smithi073.hvxekf (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-15T06:16:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:14 smithi073 conmon[84426]: cluster 2023-11-15T06:16:13.561170+0000 mgr.smithi073.hvxekf (mgr.14180) 579 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:14.881 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:14.882 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:14 smithi162 conmon[89260]: cluster 2023-11-15T06:16:13.561170+0000 mgr.smithi073.hvxekf (mgr.14180) 579 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:15.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:16.576 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:16.607 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:16 smithi073 conmon[84426]: audit 2023-11-15T06:16:14.877189+0000 mgr.smithi073.hvxekf (mgr.14180) 580 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:16.608 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:16 smithi073 conmon[84426]: cluster 2023-11-15T06:16:15.561781+0000 mgr.smithi073.hvxekf (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-15T06:16:16.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:16 smithi162 conmon[89260]: audit 2023-11-15T06:16:14.877189+0000 mgr.smithi073.hvxekf (mgr.14180) 580 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:16.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:16 smithi162 conmon[89260]: cluster 2023-11-15T06:16:15.561781+0000 mgr.smithi073.hvxekf (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-15T06:16:18.555 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:18.556 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:18 smithi073 conmon[84426]: cluster 2023-11-15T06:16:17.562574+0000 mgr.smithi073.hvxekf (mgr.14180) 582 : 2023-11-15T06:16:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:18 smithi073 conmon[84426]: cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:18 smithi162 conmon[89260]: cluster 2023-11-15T06:16:17.562574+0000 mgr.smithi073.hvxekf (mgr.14180) 582 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:19.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:20.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:19 smithi073 conmon[84426]: audit 2023-11-15T06:16:18.551101+0000 mgr.smithi073.hvxekf (mgr.14180) 583 : 2023-11-15T06:16:20.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:19 smithi073 conmon[84426]: audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:19 smithi162 conmon[89260]: audit 2023-11-15T06:16:18.551101+0000 mgr.smithi073.hvxekf (mgr.14180) 583 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:20.150 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:20.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:20 smithi073 conmon[84426]: cluster 2023-11-15T06:16:19.563067+0000 2023-11-15T06:16:20.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:20 smithi073 conmon[84426]: mgr.smithi073.hvxekf (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-15T06:16:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:20 smithi162 conmon[89260]: cluster 2023-11-15T06:16:19.563067+0000 mgr.smithi073.hvxekf (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-15T06:16:22.081 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:22.082 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:22.738 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:22 smithi073 conmon[84426]: cluster 2023-11-15T06:16:21.563517+0000 mgr.smithi073.hvxekf (mgr.14180) 585 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:22 smithi162 conmon[89260]: cluster 2023-11-15T06:16:21.563517+0000 mgr.smithi073.hvxekf (mgr.14180) 585 : cluster [DBG] 2023-11-15T06:16:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:22 smithi162 conmon[89260]: pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:23.741 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:23 smithi073 conmon[84426]: audit 2023-11-15T06:16:22.076770+0000 mgr.smithi073.hvxekf (mgr.14180) 586 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:23 smithi073 conmon[84426]: 2023-11-15T06:16:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:23 smithi162 conmon[89260]: audit 2023-11-15T06:16:22.076770+0000 mgr.smithi073.hvxekf (mgr.14180) 586 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:24 smithi073 conmon[84426]: cluster 2023-11-15T06:16:23.564105+0000 mgr.smithi073.hvxekf (mgr.14180) 587 : 2023-11-15T06:16:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:24 smithi073 conmon[84426]: cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:24 smithi162 conmon[89260]: cluster 2023-11-15T06:16:23.564105+0000 mgr.smithi073.hvxekf (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-15T06:16:25.768 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:25.768 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:26.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:26.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:26 smithi073 conmon[84426]: cluster 2023-11-15T06:16:25.564605+0000 mgr.smithi073.hvxekf (mgr.14180) 588 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:26.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:26 smithi073 conmon[84426]: audit 2023-11-15T06:16:25.763740+0000 mgr.smithi073.hvxekf (mgr.14180) 589 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:26.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:26 smithi162 conmon[89260]: cluster 2023-11-15T06:16:25.564605+0000 mgr.smithi073.hvxekf (mgr.14180) 588 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:26.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:26 smithi162 conmon[89260]: audit 2023-11-15T06:16:25.763740+0000 mgr.smithi073.hvxekf (mgr.14180) 589 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:27.423 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:29.066 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:28 smithi073 conmon[84426]: cluster 2023-11-15T06:16:27.565315+0000 mgr.smithi073.hvxekf (mgr.14180) 590 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:28 smithi162 conmon[89260]: cluster 2023-11-15T06:16:27.565315+0000 mgr.smithi073.hvxekf (mgr.14180) 590 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:29.463 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:29.463 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:30.104 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:31.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:30 smithi073 conmon[84426]: audit 2023-11-15T06:16:29.458030+0000 mgr.smithi073.hvxekf (mgr.14180) 591 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:31.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:30 smithi073 conmon[84426]: cluster 2023-11-15T06:16:29.565656+0000 mgr.smithi073.hvxekf (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-15T06:16:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:30 smithi162 conmon[89260]: audit 2023-11-15T06:16:29.458030+0000 mgr.smithi073.hvxekf (mgr.14180) 591 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:30 smithi162 conmon[89260]: cluster 2023-11-15T06:16:29.565656+0000 mgr.smithi073.hvxekf (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-15T06:16:31.106 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:32.980 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:32.981 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:33.006 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:32 smithi073 conmon[84426]: cluster 2023-11-15T06:16:31.566081+0000 mgr.smithi073.hvxekf (mgr.14180) 593 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:32 smithi162 conmon[89260]: cluster 2023-11-15T06:16:31.566081+0000 mgr.smithi073.hvxekf (mgr.14180) 593 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:33.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:34.641 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:34 smithi073 conmon[84426]: audit 2023-11-15T06:16:32.975864+0000 mgr.smithi073.hvxekf (mgr.14180) 594 : audit [DBG] 2023-11-15T06:16:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:34 smithi073 conmon[84426]: from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:34 smithi073 conmon[84426]: cluster 2023-11-15T06:16:33.566778+0000 mgr.smithi073.hvxekf (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-15T06:16:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:34 smithi162 conmon[89260]: audit 2023-11-15T06:16:32.975864+0000 mgr.smithi073.hvxekf (mgr.14180) 594 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:34 smithi162 conmon[89260]: cluster 2023-11-15T06:16:33.566778+0000 mgr.smithi073.hvxekf (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-15T06:16:36.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:36 smithi073 conmon[84426]: cluster 2023-11-15T06:16:35.567431+0000 mgr.smithi073.hvxekf (mgr.14180) 596 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:36.576 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:36.576 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:36 smithi162 conmon[89260]: cluster 2023-11-15T06:16:35.567431+0000 mgr.smithi073.hvxekf (mgr.14180) 596 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:37.270 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:37.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:37 smithi073 conmon[84426]: audit 2023-11-15T06:16:36.571589+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:16:37.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:37 smithi073 conmon[84426]: 597 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:37.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:37 smithi162 conmon[89260]: audit 2023-11-15T06:16:36.571589+0000 mgr.smithi073.hvxekf (mgr.14180) 597 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:38.272 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:38.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:38 smithi073 conmon[84426]: cluster 2023-11-15T06:16:37.568003+0000 mgr.smithi073.hvxekf (mgr.14180) 598 : cluster 2023-11-15T06:16:38.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:38 smithi073 conmon[84426]: [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:38.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:38 smithi162 conmon[89260]: cluster 2023-11-15T06:16:37.568003+0000 mgr.smithi073.hvxekf (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-15T06:16:40.256 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:40.257 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:40.882 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:40 smithi073 conmon[84426]: cluster 2023-11-15T06:16:39.568411+0000 mgr.smithi073.hvxekf (mgr.14180) 599 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:40.894 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:40 smithi162 conmon[89260]: cluster 2023-11-15T06:16:39.568411+0000 mgr.smithi073.hvxekf (mgr.14180) 599 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:41.896 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:41.922 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:41 smithi073 conmon[84426]: audit 2023-11-15T06:16:40.251658+0000 mgr.smithi073.hvxekf (mgr.14180) 600 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:41 smithi162 conmon[89260]: audit 2023-11-15T06:16:40.251658+0000 mgr.smithi073.hvxekf (mgr.14180) 600 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:42 smithi073 conmon[84426]: cluster 2023-11-15T06:16:41.569040+0000 mgr.smithi073.hvxekf 2023-11-15T06:16:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:42 smithi073 conmon[84426]: (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-15T06:16:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:42 smithi162 conmon[89260]: cluster 2023-11-15T06:16:41.569040+0000 mgr.smithi073.hvxekf (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-15T06:16:43.814 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:43.815 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:44.477 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:44.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:44 smithi073 conmon[84426]: cluster 2023-11-15T06:16:43.569601+0000 mgr.smithi073.hvxekf (mgr.14180) 602 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:44.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:44 smithi073 conmon[84426]: audit 2023-11-15T06:16:43.809277+0000 mgr.smithi073.hvxekf (mgr.14180) 603 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:44 smithi162 conmon[89260]: cluster 2023-11-15T06:16:43.569601+0000 mgr.smithi073.hvxekf (mgr.14180) 602 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:44 smithi162 conmon[89260]: audit 2023-11-15T06:16: 2023-11-15T06:16:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:44 smithi162 conmon[89260]: 43.809277+0000 mgr.smithi073.hvxekf (mgr.14180) 603 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:45.478 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:46.818 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:46 smithi073 conmon[84426]: cluster 2023-11-15T06:16:45.570120+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:16:46.819 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:46 smithi073 conmon[84426]: mgr.14180) 604 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:46 smithi162 conmon[89260]: cluster 2023-11-15T06:16:45.570120+0000 mgr.smithi073.hvxekf (mgr.14180) 604 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:47.471 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:47.471 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:48.134 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:49.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:48 smithi073 conmon[84426]: audit 2023-11-15T06:16:47.466667+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:16:49.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:48 smithi073 conmon[84426]: ) 605 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:49.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:48 smithi073 conmon[84426]: cluster 2023-11-15T06:16:47.570951+0000 mgr.smithi073.hvxekf (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-15T06:16:49.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:48 smithi162 conmon[89260]: audit 2023-11-15T06:16:47.466667+0000 mgr.smithi073.hvxekf (mgr.14180) 605 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:49.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:48 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:16:49.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:48 smithi162 conmon[89260]: 06:16:47.570951+0000 mgr.smithi073.hvxekf (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-15T06:16:49.136 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:50.750 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:50 smithi073 conmon[84426]: cluster 2023-11-15T06:16:49.571266+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:16:50.750 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:50 smithi073 conmon[84426]: ) 607 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:50 smithi162 conmon[89260]: cluster 2023-11-15T06:16:49.571266+0000 mgr.smithi073.hvxekf (mgr.14180) 607 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:51.118 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:51.118 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.997535Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:51.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:52.786 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:52.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:52 smithi073 conmon[84426]: audit 2023-11-15T06:16:51.113410+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:16:52.968 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:52 smithi073 conmon[84426]: ) 608 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:52.969 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:52 smithi073 conmon[84426]: cluster 2023-11-15T06:16:51.571991+0000 mgr.smithi073.hvxekf (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-15T06:16:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:52 smithi162 conmon[89260]: audit 2023-11-15T06:16:51.113410+0000 mgr.smithi073.hvxekf (mgr.14180) 608 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:53.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:52 smithi162 conmon[89260]: cluster 2023-11-15T06:16:51.571991+0000 mgr.smithi073.hvxekf (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-15T06:16:54.032 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:53 smithi073 conmon[84426]: audit 2023-11-15T06:16:52.967675+0000 mon.smithi073 ( 2023-11-15T06:16:54.032 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:53 smithi073 conmon[84426]: mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.ogydgv"}]: dispatch 2023-11-15T06:16:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:53 smithi162 conmon[89260]: audit 2023-11-15T06:16:52.967675+0000 mon.smithi073 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.ogydgv"}]: dispatch 2023-11-15T06:16:54.658 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:54.659 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: cephadm 2023-11-15T06:16:52.967222+0000 mgr.smithi073.hvxekf (mgr.14180) 610 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.ogydgv ... 2023-11-15T06:16:55.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:16:55.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:13:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:15:03Z" 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-15T06:16:55.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:15:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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-15T06:16:55.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr 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-15T06:16:55.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: Traceback (most recent call last): 2023-11-15T06:16:55.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:16:55.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: yield (conn, connr) 2023-11-15T06:16:55.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:16:55.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: code, '\n'.join(err))) 2023-11-15T06:16:55.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.077 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.ogydgv ... 2023-11-15T06:16:55.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.078 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:16:55.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:13:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:15:03Z" 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-15T06:16:55.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:15:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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-15T06:16:55.079 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr 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-15T06:16:55.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: cephadm 2023-11-15T06:16:52.967387+0000 mgr.smithi073.hvxekf (mgr.14180) 611 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: cephadm 2023-11-15T06:16:52.968286+0000 mgr.smithi073.hvxekf (mgr.14180) 612 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-hap 2023-11-15T06:16:55.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: roxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.ogydgv ... 2023-11-15T06:16:55.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:16:55.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:13:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:15:03Z" 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-15T06:16:55.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:15:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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-15T06:16:55.082 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: stat: stderr 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-15T06:16:55.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: cephadm 2023-11-15T06:16:52.969733+0000 mgr.smithi073.hvxekf (mgr.14180) 613 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.lrjspq on smithi073 2023-11-15T06:16:55.083 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:54 smithi073 conmon[84426]: cluster 2023-11-15T06:16:53.572681+0000 mgr.smithi073.hvxekf (mgr.14180) 614 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: cephadm 2023-11-15T06:16:52.967222+0000 mgr.smithi073.hvxekf (mgr.14180) 610 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.084 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.ogydgv ... 2023-11-15T06:16:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:16:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:13:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.085 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:15:03Z" 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-15T06:16:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:15:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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-15T06:16:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr 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-15T06:16:55.086 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: Traceback (most recent call last): 2023-11-15T06:16:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:16:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: yield (conn, connr) 2023-11-15T06:16:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:16:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: code, '\n'.join(err))) 2023-11-15T06:16:55.087 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.ogydgv ... 2023-11-15T06:16:55.088 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:16:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:13:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:15:03Z" 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-15T06:16:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:15:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.089 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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-15T06:16:55.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr 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-15T06:16:55.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: cephadm 2023-11-15T06:16:52.967387+0000 mgr.smithi073.hvxekf (mgr.14180) 611 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: cephadm 2023-11-15T06:16:52.968286+0000 mgr.smithi073.hvxekf (mgr.14180) 612 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.090 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv 2023-11-15T06:16:55.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv 2023-11-15T06:16:55.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.ogydgv ... 2023-11-15T06:16:55.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.091 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:16:55.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:13:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:15:03Z" 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-15T06:16:55.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:15:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:16:55.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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-15T06:16:55.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: stat: stderr 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-15T06:16:55.092 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:16:55.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: cephadm 2023-11-15T06:16:52.969733+0000 mgr.smithi073.hvxekf (mgr.14180) 613 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.lrjspq on smithi073 2023-11-15T06:16:55.093 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:54 smithi162 conmon[89260]: cluster 2023-11-15T06:16:53.572681+0000 mgr.smithi073.hvxekf (mgr.14180) 614 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:55.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:55 smithi073 conmon[84426]: audit 2023-11-15T06:16:54.653733+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:16:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:55 smithi073 conmon[84426]: .14180) 615 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:55 smithi162 conmon[89260]: audit 2023-11-15T06:16:54.653733+0000 mgr.smithi073.hvxekf (mgr.14180) 615 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:16:56.284 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:16:56.986 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:56 smithi073 conmon[84426]: cluster 2023-11-15T06:16:55.573143+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:16:56.987 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:56 smithi073 conmon[84426]: 616 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:57.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:56 smithi162 conmon[89260]: cluster 2023-11-15T06:16:55.573143+0000 mgr.smithi073.hvxekf (mgr.14180) 616 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:58.183 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:16:58.184 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:16:58.841 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:16:59.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:58 smithi073 conmon[84426]: cluster 2023-11-15T06:16:57.573649+0000 mgr.smithi073.hvxekf (mgr.14180) 617 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:58 smithi162 conmon[89260]: cluster 2023-11-15T06:16:57.573649+0000 mgr.smithi073.hvxekf (mgr.14180) 617 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:16:59.842 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:00.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:59 smithi073 conmon[84426]: audit 2023-11-15T06:16:58 2023-11-15T06:17:00.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:16:59 smithi073 conmon[84426]: .178825+0000 mgr.smithi073.hvxekf (mgr.14180) 618 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:59 smithi162 conmon[89260]: audit 2023-11-15T06:16:58.178825+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:17:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:16:59 smithi162 conmon[89260]: 618 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:01.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:00 smithi073 conmon[84426]: cluster 2023-11-15T06:16:59.573984+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:17:01.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:00 smithi073 conmon[84426]: 619 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:00 smithi162 conmon[89260]: cluster 2023-11-15T06:16:59.573984+0000 mgr.smithi073.hvxekf (mgr.14180) 619 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:01.759 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:01.760 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:02.468 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:02.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:02 smithi073 conmon[84426]: cluster 2023-11-15T06:17:01 2023-11-15T06:17:02.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:02 smithi073 conmon[84426]: .574452+0000 mgr.smithi073.hvxekf (mgr.14180) 620 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:02.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:02 smithi073 conmon[84426]: audit 2023-11-15T06:17:01.755054+0000 mgr.smithi073.hvxekf (mgr.14180) 621 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:02 smithi162 conmon[89260]: cluster 2023-11-15T06:17:01.574452+0000 mgr.smithi073.hvxekf (mgr.14180) 620 : cluster [DBG] 2023-11-15T06:17:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:02 smithi162 conmon[89260]: pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:03.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:02 smithi162 conmon[89260]: audit 2023-11-15T06:17:01.755054+0000 mgr.smithi073.hvxekf (mgr.14180) 621 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:03.469 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:05.027 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:04 smithi073 conmon[84426]: cluster 2023-11-15T06:17:03.575096+0000 mgr.smithi073.hvxekf (mgr.14180) 622 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:04 smithi162 conmon[89260]: cluster 2023-11-15T06:17:03.575096+0000 mgr.smithi073.hvxekf (mgr.14180) 622 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:04 smithi162 conmon[89260]: 2023-11-15T06:17:05.394 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:05.394 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:06.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:06.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:06 smithi073 conmon[84426]: audit 2023-11-15T06:17:05.389582+0000 mgr.smithi073.hvxekf (mgr.14180) 623 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:06.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:06 smithi073 conmon[84426]: cluster 2023-11-15T06:17:05.575759+0000 mgr.smithi073.hvxekf (mgr.14180) 624 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:06.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:06 smithi162 conmon[89260]: audit 2023-11-15T06:17:05.389582+0000 mgr.smithi073.hvxekf (mgr.14180) 623 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:06.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:06 smithi162 conmon[89260]: cluster 2023-11-15T06:17:05.575759+0000 mgr.smithi073.hvxekf (mgr.14180) 624 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:07.067 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:08.700 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:08 smithi073 conmon[84426]: cluster 2023-11-15T06:17:07.576287+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:17:08.701 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:08 smithi073 conmon[84426]: ) 625 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:09.016 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:09.016 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:08 smithi162 conmon[89260]: cluster 2023-11-15T06:17:07.576287+0000 mgr.smithi073.hvxekf (mgr.14180) 625 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:09.673 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:10.674 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:10 smithi073 conmon[84426]: audit 2023-11-15T06:17:09.010873+0000 mgr.smithi073.hvxekf (mgr.14180) 626 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:11.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:10 smithi073 conmon[84426]: cluster 2023-11-15T06:17:09.576716+0000 mgr.smithi073.hvxekf (mgr.14180) 627 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:10 smithi162 conmon[89260]: audit 2023-11-15T06:17:09.010873+0000 mgr.smithi073.hvxekf (mgr.14180) 626 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:10 smithi162 conmon[89260]: cluster 2023-11-15T06:17:09.576716+0000 mgr.smithi073.hvxekf (mgr.14180) 627 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:12.636 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:12.636 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:13.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:12 smithi073 conmon[84426]: cluster 2023-11-15T06:17:11.577319+0000 mgr.smithi073.hvxekf 2023-11-15T06:17:13.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:12 smithi073 conmon[84426]: (mgr.14180) 628 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:12 smithi162 conmon[89260]: cluster 2023-11-15T06:17:11.577319+0000 mgr.smithi073.hvxekf (mgr.14180) 628 : cluster [DBG] 2023-11-15T06:17:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:12 smithi162 conmon[89260]: pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:13.364 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:14.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:13 smithi073 conmon[84426]: audit 2023-11-15T06:17:12.630335+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:17:14.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:13 smithi073 conmon[84426]: 14180) 629 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:13 smithi162 conmon[89260]: audit 2023-11-15T06:17:12.630335+0000 mgr.smithi073.hvxekf (mgr.14180) 629 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:14.365 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:14 smithi073 conmon[84426]: cluster 2023-11-15T06:17:13.578115+0000 mgr.smithi073.hvxekf (mgr.14180) 630 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:14 smithi162 conmon[89260]: cluster 2023-11-15T06:17:13.578115+0000 mgr.smithi073.hvxekf (mgr.14180) 630 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:16.335 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:16.335 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:16.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:16 smithi073 conmon[84426]: cluster 2023-11-15T06:17:15.578726+0000 mgr.smithi073.hvxekf (mgr.14180) 631 : cluster 2023-11-15T06:17:16.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:16 smithi073 conmon[84426]: [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:16.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:16 smithi162 conmon[89260]: cluster 2023-11-15T06:17:15.578726+0000 mgr.smithi073.hvxekf (mgr.14180) 631 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:17.014 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:17 smithi073 conmon[84426]: audit 2023-11-15T06:17:16.329697+0000 mgr.smithi073.hvxekf (mgr.14180) 632 : 2023-11-15T06:17:17.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:17 smithi073 conmon[84426]: audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:17.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:17 smithi162 conmon[89260]: audit 2023-11-15T06:17:16.329697+0000 mgr.smithi073.hvxekf (mgr.14180) 632 : audit 2023-11-15T06:17:17.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:17 smithi162 conmon[89260]: [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:18.015 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:18.686 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:18 smithi073 conmon[84426]: cluster 2023-11-15T06:17:17.579302+0000 mgr.smithi073.hvxekf (mgr.14180) 633 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:18.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:18 smithi162 conmon[89260]: cluster 2023-11-15T06:17:17.579302+0000 mgr.smithi073.hvxekf (mgr.14180) 633 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:19.910 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:19.911 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:20.546 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:20.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:20 smithi073 conmon[84426]: cluster 2023-11-15T06:17:19.579663+0000 mgr.smithi073.hvxekf (mgr.14180) 634 : cluster 2023-11-15T06:17:20.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:20 smithi073 conmon[84426]: [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:20 smithi162 conmon[89260]: cluster 2023-11-15T06:17:19.579663+0000 mgr.smithi073.hvxekf (mgr.14180) 634 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:21.547 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:22.014 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:21 smithi073 conmon[84426]: audit 2023-11-15T06:17:19.905412+0000 mgr.smithi073.hvxekf (mgr.14180) 635 2023-11-15T06:17:22.015 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:21 smithi073 conmon[84426]: : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:21 smithi162 conmon[89260]: audit 2023-11-15T06:17:19.905412+0000 mgr.smithi073.hvxekf (mgr.14180) 635 : audit [DBG] 2023-11-15T06:17:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:21 smithi162 conmon[89260]: from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:22 smithi073 conmon[84426]: cluster 2023-11-15T06:17:21.580128+0000 mgr.smithi073.hvxekf (mgr.14180) 636 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:22 smithi162 conmon[89260]: cluster 2023-11-15T06:17:21.580128+0000 mgr.smithi073.hvxekf (mgr.14180) 636 : cluster [DBG] 2023-11-15T06:17:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:22 smithi162 conmon[89260]: pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:23.556 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:23.556 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:24.222 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:24 smithi073 conmon[84426]: audit 2023-11-15T06:17:23.551196+0000 mgr.smithi073.hvxekf (mgr.14180) 637 : audit [DBG] 2023-11-15T06:17:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:24 smithi073 conmon[84426]: from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:24 smithi073 conmon[84426]: cluster 2023-11-15T06:17:23.580734+0000 mgr.smithi073.hvxekf (mgr.14180) 638 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:24 smithi162 conmon[89260]: audit 2023-11-15T06:17:23.551196+0000 mgr.smithi073.hvxekf (mgr.14180) 637 : audit 2023-11-15T06:17:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:24 smithi162 conmon[89260]: [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:24 smithi162 conmon[89260]: cluster 2023-11-15T06:17:23.580734+0000 mgr.smithi073.hvxekf (mgr.14180) 638 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:25.223 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:26.698 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:26 smithi073 conmon[84426]: cluster 2023-11-15T06:17:25.581177+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:17:26.699 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:26 smithi073 conmon[84426]: .14180) 639 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:26.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:26 smithi162 conmon[89260]: cluster 2023-11-15T06:17:25.581177+0000 mgr.smithi073.hvxekf (mgr.14180) 639 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:27.105 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:27.105 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:27.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:28.754 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:28 smithi073 conmon[84426]: audit 2023-11-15T06:17:27.100406+0000 mgr.smithi073.hvxekf (mgr.14180) 640 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:28 smithi073 conmon[84426]: cluster 2023-11-15T06:17:27.581714+0000 mgr.smithi073.hvxekf (mgr.14180) 641 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:28 smithi162 conmon[89260]: audit 2023-11-15T06:17:27.100406+0000 mgr.smithi073.hvxekf (mgr.14180) 640 : audit 2023-11-15T06:17:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:28 smithi162 conmon[89260]: [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:28 smithi162 conmon[89260]: cluster 2023-11-15T06:17:27.581714+0000 mgr.smithi073.hvxekf (mgr.14180) 641 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:30.650 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:30.651 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:31.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:30 smithi073 conmon[84426]: cluster 2023-11-15T06:17:29.582017+0000 mgr.smithi073.hvxekf (mgr.14180) 642 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:30 smithi162 conmon[89260]: cluster 2023-11-15T06:17:29.582017+0000 mgr.smithi073.hvxekf (mgr.14180) 642 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:31.320 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:31 smithi073 conmon[84426]: audit 2023-11-15T06:17:30.644781+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:17:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:31 smithi073 conmon[84426]: 14180) 643 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:31 smithi162 conmon[89260]: audit 2023-11-15T06:17:30.644781+0000 mgr.smithi073.hvxekf (mgr.14180) 643 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:32.322 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:33.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:32 smithi073 conmon[84426]: cluster 2023-11-15T06:17:31.582483+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:17:33.012 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:32 smithi073 conmon[84426]: 644 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:32 smithi162 conmon[89260]: cluster 2023-11-15T06:17:31.582483+0000 mgr.smithi073.hvxekf (mgr.14180) 644 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:34.287 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:34.287 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:34.967 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:34 smithi073 conmon[84426]: cluster 2023-11-15T06:17:33.583058+0000 mgr.smithi073.hvxekf (mgr.14180) 645 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:34.986 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:34 smithi162 conmon[89260]: cluster 2023-11-15T06:17:33.583058+0000 mgr.smithi073.hvxekf (mgr.14180) 645 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:35.988 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:36.019 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:35 smithi073 conmon[84426]: audit 2023-11-15T06:17:34.282451+0000 mgr.smithi073.hvxekf (mgr.14180) 646 : 2023-11-15T06:17:36.019 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:35 smithi073 conmon[84426]: audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:35 smithi162 conmon[89260]: audit 2023-11-15T06:17:34.282451+0000 mgr.smithi073.hvxekf (mgr.14180) 646 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:36.812 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:36 smithi073 conmon[84426]: cluster 2023-11-15T06:17:35.583601+0000 mgr.smithi073.hvxekf (mgr.14180) 647 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:37.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:36 smithi162 conmon[89260]: cluster 2023-11-15T06:17:35.583601+0000 mgr.smithi073.hvxekf (mgr.14180) 647 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:37.936 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:37.936 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:38.560 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:38.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:38 smithi073 conmon[84426]: cluster 2023-11-15T06:17:37.584129+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:17:38.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:38 smithi073 conmon[84426]: 648 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:38 smithi162 conmon[89260]: cluster 2023-11-15T06:17:37.584129+0000 mgr.smithi073.hvxekf (mgr.14180) 648 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:39.561 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:40.011 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:39 smithi073 conmon[84426]: audit 2023-11-15T06:17:37.931043+0000 mgr.smithi073.hvxekf (mgr.14180) 649 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:39 smithi162 conmon[89260]: audit 2023-11-15T06:17:37.931043+0000 mgr.smithi073.hvxekf (mgr.14180) 649 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:41.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:40 smithi073 conmon[84426]: cluster 2023-11-15T06:17:39.584538+0000 mgr.smithi073.hvxekf (mgr.14180) 650 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:40 smithi162 conmon[89260]: cluster 2023-11-15T06:17:39.584538+0000 mgr.smithi073.hvxekf (mgr.14180) 650 : cluster [DBG] 2023-11-15T06:17:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:40 smithi162 conmon[89260]: pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:41.441 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:41.442 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:42.203 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:42 smithi073 conmon[84426]: audit 2023-11-15T06:17:41.436754+0000 mgr.smithi073.hvxekf (mgr.14180) 651 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:42 smithi073 conmon[84426]: 2023-11-15T06:17:43.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:42 smithi073 conmon[84426]: cluster 2023-11-15T06:17:41.585235+0000 mgr.smithi073.hvxekf (mgr.14180) 652 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:42 smithi162 conmon[89260]: audit 2023-11-15T06:17:41.436754+0000 mgr.smithi073.hvxekf (mgr.14180) 651 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:42 smithi162 conmon[89260]: cluster 2023-11-15T06:17:41.585235+0000 mgr.smithi073.hvxekf (mgr.14180) 652 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:43.204 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:44.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:44 smithi073 conmon[84426]: cluster 2023-11-15T06:17:43.585890+0000 mgr.smithi073.hvxekf (mgr.14180) 653 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:44 smithi162 conmon[89260]: cluster 2023-11-15T06:17:43.585890+0000 mgr.smithi073.hvxekf (mgr.14180) 653 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:45.187 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:45.187 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:45.919 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:46.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:46 smithi073 conmon[84426]: audit 2023-11-15T06:17:45.182555+0000 mgr.smithi073.hvxekf (mgr.14180) 654 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:46.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:46 smithi073 conmon[84426]: cluster 2023-11-15T06:17:45.586352+0000 mgr.smithi073.hvxekf (mgr.14180) 655 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:46 smithi162 conmon[89260]: audit 2023-11-15T06:17:45.182555+0000 mgr.smithi073.hvxekf (mgr.14180) 654 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:46 smithi162 conmon[89260]: cluster 2023-11-15T06:17:45.586352+0000 mgr.smithi073.hvxekf (mgr.14180) 655 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:46.920 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:48.801 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:48.801 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:48.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:48 smithi073 conmon[84426]: cluster 2023-11-15T06:17:47.586966+0000 mgr.smithi073.hvxekf (mgr.14180) 656 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:49.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:48 smithi162 conmon[89260]: cluster 2023-11-15T06:17:47.586966+0000 mgr.smithi073.hvxekf (mgr.14180) 656 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:49.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:48 smithi162 conmon[89260]: 2023-11-15T06:17:49.443 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:49.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:49 smithi073 conmon[84426]: audit 2023-11-15T06:17:48.796001+0000 2023-11-15T06:17:49.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:49 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 657 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:49 smithi162 conmon[89260]: audit 2023-11-15T06:17:48.796001+0000 mgr.smithi073.hvxekf (mgr.14180) 657 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:50.444 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:50.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:50 smithi073 conmon[84426]: cluster 2023-11-15T06:17:49.587404+0000 mgr.smithi073.hvxekf (mgr.14180) 658 : cluster [DBG] 2023-11-15T06:17:50.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:50 smithi073 conmon[84426]: pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:50 smithi162 conmon[89260]: cluster 2023-11-15T06:17:49.587404+0000 mgr.smithi073.hvxekf (mgr.14180) 658 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:52.312 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:52.312 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:52.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:52 smithi073 conmon[84426]: cluster 2023-11-15T06:17:51.587911+0000 mgr.smithi073.hvxekf (mgr.14180) 659 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:52.984 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:52 smithi162 conmon[89260]: cluster 2023-11-15T06:17:51.587911+0000 mgr.smithi073.hvxekf (mgr.14180) 659 : cluster 2023-11-15T06:17:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:52 smithi162 conmon[89260]: [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:53.986 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:54.013 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:53 smithi073 conmon[84426]: audit 2023-11-15T06:17:52.307417+0000 mgr.smithi073.hvxekf (mgr.14180) 660 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:53 smithi162 conmon[89260]: audit 2023-11-15T06:17:52.307417+0000 mgr.smithi073.hvxekf (mgr.14180) 660 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:54.792 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:54 smithi073 conmon[84426]: cluster 2023-11-15T06:17:53.588503+0000 mgr.smithi073.hvxekf (mgr.14180) 661 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:54 smithi162 conmon[89260]: cluster 2023-11-15T06:17:53.588503+0000 mgr.smithi073.hvxekf (mgr.14180) 661 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:55.909 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:55.909 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:17:56.550 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:17:56.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:56 smithi073 conmon[84426]: cluster 2023-11-15T06:17:55.588980+0000 mgr.smithi073.hvxekf (mgr.14180) 662 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:56 smithi162 conmon[89260]: cluster 2023-11-15T06:17:55.588980+0000 mgr.smithi073.hvxekf (mgr.14180) 662 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:56 smithi162 conmon[89260]: 2023-11-15T06:17:57.551 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:17:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:57 smithi073 conmon[84426]: audit 2023-11-15T06:17:55.904056+0000 mgr.smithi073.hvxekf (mgr.14180) 663 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:57 smithi162 conmon[89260]: audit 2023-11-15T06:17:55.904056+0000 mgr.smithi073.hvxekf (mgr.14180) 663 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:17:58.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:58 smithi073 conmon[84426]: cluster 2023-11 2023-11-15T06:17:58.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:17:58 smithi073 conmon[84426]: -15T06:17:57.589634+0000 mgr.smithi073.hvxekf (mgr.14180) 664 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:58.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:17:58 smithi162 conmon[89260]: cluster 2023-11-15T06:17:57.589634+0000 mgr.smithi073.hvxekf (mgr.14180) 664 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:17:59.440 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:17:59.441 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:00.100 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:01.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:00 smithi073 conmon[84426]: audit 2023-11-15T06:17:59.435988+0000 mgr.smithi073.hvxekf (mgr.14180) 665 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:01.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:00 smithi073 conmon[84426]: cluster 2023-11-15T06:17:59.590001+0000 mgr.smithi073.hvxekf (mgr.14180) 666 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:00 smithi162 conmon[89260]: audit 2023-11-15T06:17:59.435988+0000 mgr.smithi073.hvxekf (mgr.14180) 665 : audit [DBG] 2023-11-15T06:18:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:00 smithi162 conmon[89260]: from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:00 smithi162 conmon[89260]: cluster 2023-11-15T06:17:59.590001+0000 mgr.smithi073.hvxekf (mgr.14180) 666 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:01.101 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:02.678 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:02 smithi073 conmon[84426]: cluster 2023-11-15T06:18:01.597237+0000 mgr.smithi073.hvxekf (mgr.14180) 667 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:03.041 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:03.041 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:02 smithi162 conmon[89260]: cluster 2023-11-15T06:18:01.597237+0000 mgr.smithi073.hvxekf (mgr.14180) 667 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:03.674 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:04.676 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:04 smithi073 conmon[84426]: audit 2023-11-15T06:18:03.036609+0000 mgr.smithi073.hvxekf (mgr.14180) 668 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:05.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:04 smithi073 conmon[84426]: cluster 2023-11-15T06:18:03.597969+0000 mgr.smithi073.hvxekf (mgr.14180) 669 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:04 smithi162 conmon[89260]: audit 2023-11-15T06:18:03.036609+0000 mgr.smithi073.hvxekf (mgr.14180) 668 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:04 smithi162 conmon[89260]: cluster 2023-11-15T06:18:05.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:04 smithi162 conmon[89260]: 2023-11-15T06:18:03.597969+0000 mgr.smithi073.hvxekf (mgr.14180) 669 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:06.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:06 smithi073 conmon[84426]: cluster 2023-11-15T06:18:05.598427+0000 mgr.smithi073.hvxekf (mgr.14180) 670 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:06.729 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:06.730 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:06.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:06 smithi162 conmon[89260]: cluster 2023-11-15T06:18:05.598427+0000 mgr.smithi073.hvxekf (mgr.14180) 670 : cluster [DBG] 2023-11-15T06:18:06.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:06 smithi162 conmon[89260]: pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:07.616 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:07 smithi073 conmon[84426]: audit 2023-11-15T06:18:06.724796+0000 mgr.smithi073.hvxekf (mgr.14180) 671 : audit [DBG] 2023-11-15T06:18:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:07 smithi073 conmon[84426]: from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:07 smithi162 conmon[89260]: audit 2023-11-15T06:18:06.724796+0000 mgr.smithi073.hvxekf (mgr.14180) 671 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:08.617 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:08.648 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:08 smithi073 conmon[84426]: cluster 2023-11-15T06:18:07.599140+0000 mgr.smithi073.hvxekf (mgr.14180) 672 : cluster [DBG] 2023-11-15T06:18:08.649 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:08 smithi073 conmon[84426]: pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 117 op/s 2023-11-15T06:18:08.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:08 smithi162 conmon[89260]: cluster 2023-11-15T06:18:07.599140+0000 mgr.smithi073.hvxekf (mgr.14180) 672 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 117 op/s 2023-11-15T06:18:10.599 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:10.619 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:10 smithi073 conmon[84426]: cluster 2023-11-15T06:18:09.599666+0000 mgr.smithi073.hvxekf (mgr.14180) 673 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 117 op/s 2023-11-15T06:18:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:10 smithi162 conmon[89260]: cluster 2023-11-15T06:18:09.599666+0000 mgr.smithi073.hvxekf (mgr.14180) 673 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 117 op/s 2023-11-15T06:18:11.238 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:11 smithi073 conmon[84426]: audit 2023-11-15T06:18:10.594935+0000 mgr.smithi073.hvxekf (mgr.14180) 674 : audit 2023-11-15T06:18:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:11 smithi073 conmon[84426]: [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:11 smithi162 conmon[89260]: audit 2023-11-15T06:18:10.594935+0000 mgr.smithi073.hvxekf (mgr.14180) 674 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:11 smithi162 conmon[89260]: 2023-11-15T06:18:12.239 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:12.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:12 smithi073 conmon[84426]: cluster 2023-11-15T06:18:11.600135+0000 mgr.smithi073.hvxekf (mgr.14180) 675 2023-11-15T06:18:12.935 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:12 smithi073 conmon[84426]: : cluster [DBG] pgmap v459: 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-15T06:18:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:12 smithi162 conmon[89260]: cluster 2023-11-15T06:18:11.600135+0000 mgr.smithi073.hvxekf (mgr.14180) 675 : cluster [DBG] pgmap v459: 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-15T06:18:14.211 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:14.211 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:14.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:15.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:14 smithi073 conmon[84426]: cluster 2023-11-15T06:18:13.600696+0000 mgr.smithi073.hvxekf (mgr.14180) 676 : cluster [DBG] pgmap v460: 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-15T06:18:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:14 smithi162 conmon[89260]: cluster 2023-11-15T06:18:13.600696+0000 mgr.smithi073.hvxekf (mgr.14180) 676 : cluster [DBG] pgmap v460: 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-15T06:18:15.806 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:15 smithi073 conmon[84426]: audit 2023-11-15T06:18:14.206370+0000 mgr.smithi073.hvxekf (mgr.14180) 677 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:16.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:15 smithi073 conmon[84426]: 2023-11-15T06:18:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:15 smithi162 conmon[89260]: audit 2023-11-15T06:18:14.206370+0000 mgr.smithi073.hvxekf (mgr.14180) 677 : audit 2023-11-15T06:18:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:15 smithi162 conmon[89260]: [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:17.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:16 smithi073 conmon[84426]: cluster 2023-11-15T06:18:15.601295+0000 mgr.smithi073.hvxekf (mgr.14180) 678 : cluster [DBG] pgmap v461: 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-15T06:18:17.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:16 smithi162 conmon[89260]: cluster 2023-11-15T06:18:15.601295+0000 mgr.smithi073.hvxekf (mgr.14180) 678 : cluster [DBG] pgmap v461: 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-15T06:18:17.791 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:17.791 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:18.413 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:18 smithi073 conmon[84426]: cluster 2023-11-15T06:18:17.601881+0000 2023-11-15T06:18:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:18 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 679 : 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-15T06:18:19.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:18 smithi073 conmon[84426]: audit 2023-11-15T06:18:17.786625+0000 mgr.smithi073.hvxekf (mgr.14180) 680 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:18 smithi162 conmon[89260]: cluster 2023-11-15T06:18:17.601881+0000 mgr.smithi073.hvxekf (mgr.14180) 679 : 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-15T06:18:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:18 smithi162 conmon[89260]: audit 2023-11-15T06:18:17.786625+0000 mgr.smithi073.hvxekf (mgr.14180) 680 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:19.414 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:20.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:20 smithi073 conmon[84426]: cluster 2023-11-15T06:18:19.602205+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:18:20.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:20 smithi073 conmon[84426]: ) 681 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2023-11-15T06:18:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:20 smithi162 conmon[89260]: cluster 2023-11-15T06:18:19.602205+0000 mgr.smithi073.hvxekf (mgr.14180) 681 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2023-11-15T06:18:21.291 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:21.291 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:21.970 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:22.972 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:23.003 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:22 smithi073 conmon[84426]: audit 2023-11-15T06:18:21.286525+0000 mgr.smithi073.hvxekf (mgr.14180) 682 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:23.003 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:22 smithi073 conmon[84426]: cluster 2023-11-15T06:18:21.602905+0000 mgr.smithi073.hvxekf (mgr.14180) 683 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2023-11-15T06:18:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:22 smithi162 conmon[89260]: audit 2023-11-15T06:18:21.286525+0000 mgr.smithi073.hvxekf (mgr.14180) 682 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:22 smithi162 conmon[89260]: cluster 2023-11-15T06:18:21.602905+0000 mgr.smithi073.hvxekf (mgr.14180) 683 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2023-11-15T06:18:24.839 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:24.840 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:25.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:24 smithi073 conmon[84426]: cluster 2023-11-15T06:18:23.603475+0000 mgr.smithi073.hvxekf (mgr.14180) 684 2023-11-15T06:18:25.071 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:24 smithi073 conmon[84426]: : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:24 smithi162 conmon[89260]: cluster 2023-11-15T06:18:23.603475+0000 mgr.smithi073.hvxekf (mgr.14180) 684 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:25.528 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:25 smithi073 conmon[84426]: audit 2023-11-15T06:18:24.833973+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:18:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:25 smithi073 conmon[84426]: .14180) 685 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:25 smithi162 conmon[89260]: audit 2023-11-15T06:18:24.833973+0000 mgr.smithi073.hvxekf (mgr.14180) 685 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:26.529 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:26.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:26 smithi073 conmon[84426]: cluster 2023-11-15T06:18:25.603985+0000 mgr.smithi073.hvxekf (mgr.14180) 686 : cluster [DBG] 2023-11-15T06:18:26.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:26 smithi073 conmon[84426]: pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:27.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:26 smithi162 conmon[89260]: cluster 2023-11-15T06:18:25.603985+0000 mgr.smithi073.hvxekf (mgr.14180) 686 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:28.481 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:28.482 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:28.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:28 smithi073 conmon[84426]: cluster 2023-11-15T06:18:27.604676+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:18:28.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:28 smithi073 conmon[84426]: 14180) 687 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:28 smithi162 conmon[89260]: cluster 2023-11-15T06:18:27.604676+0000 mgr.smithi073.hvxekf (mgr.14180) 687 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:29.113 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:29 smithi073 conmon[84426]: audit 2023-11-15T06:18:28.476229+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:18:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:29 smithi073 conmon[84426]: ) 688 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:29 smithi162 conmon[89260]: audit 2023-11-15T06:18:28.476229+0000 mgr.smithi073.hvxekf (mgr.14180) 688 : audit 2023-11-15T06:18:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:29 smithi162 conmon[89260]: [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:30.114 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:30.953 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:30 smithi073 conmon[84426]: cluster 2023-11-15T06:18:29.605018+0000 mgr.smithi073.hvxekf (mgr.14180) 689 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:30 smithi162 conmon[89260]: cluster 2023-11-15T06:18:29.605018+0000 mgr.smithi073.hvxekf (mgr.14180) 689 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:31.997 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:31.997 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:32.663 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:32 smithi073 conmon[84426]: cluster 2023-11-15T06:18:31.605592+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:18:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:32 smithi073 conmon[84426]: 14180) 690 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:32 smithi162 conmon[89260]: cluster 2023-11-15T06:18:31.605592+0000 mgr.smithi073.hvxekf (mgr.14180) 690 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:32 smithi162 conmon[89260]: 2023-11-15T06:18:33.664 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:34.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:33 smithi073 conmon[84426]: audit 2023-11-15T06:18:31.991787 2023-11-15T06:18:34.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:33 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 691 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:33 smithi162 conmon[89260]: audit 2023-11-15T06:18:31.991787+0000 mgr.smithi073.hvxekf (mgr.14180) 691 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:33 smithi162 conmon[89260]: 2023-11-15T06:18:34.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:34 smithi073 conmon[84426]: cluster 2023-11-15T06:18:33.606234+0000 mgr.smithi073.hvxekf (mgr.14180) 692 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:34 smithi162 conmon[89260]: cluster 2023-11-15T06:18:33.606234+0000 mgr.smithi073.hvxekf (mgr.14180) 692 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:34 smithi162 conmon[89260]: 2023-11-15T06:18:35.643 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:35.644 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:36.303 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:36.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:36 smithi073 conmon[84426]: cluster 2023-11-15T06:18:35.606683+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:18:36.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:36 smithi073 conmon[84426]: .14180) 693 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:36.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:36 smithi073 conmon[84426]: audit 2023-11-15T06:18:35.638411+0000 mgr.smithi073.hvxekf (mgr.14180) 694 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:36 smithi162 conmon[89260]: cluster 2023-11-15T06:18:35.606683+0000 mgr.smithi073.hvxekf (mgr.14180) 693 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:36.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:36 smithi162 conmon[89260]: audit 2023-11-15T06:18:35.638411+0000 mgr.smithi073.hvxekf (mgr.14180) 694 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:37.305 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:38.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:38 smithi073 conmon[84426]: cluster 2023-11-15T06:18:37.607305+0000 mgr.smithi073.hvxekf (mgr.14180) 695 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:38 smithi162 conmon[89260]: cluster 2023-11-15T06:18:37.607305+0000 mgr.smithi073.hvxekf (mgr.14180) 695 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:39.359 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:39.359 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:40.027 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:41.031 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:41.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:40 smithi073 conmon[84426]: audit 2023-11-15T06:18:39.354340+0000 mgr.smithi073.hvxekf (mgr.14180) 696 2023-11-15T06:18:41.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:40 smithi073 conmon[84426]: : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:41.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:40 smithi073 conmon[84426]: cluster 2023-11-15T06:18:39.607663+0000 mgr.smithi073.hvxekf (mgr.14180) 697 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:40 smithi162 conmon[89260]: audit 2023-11-15T06:18:39.354340+0000 mgr.smithi073.hvxekf (mgr.14180) 696 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:40 smithi162 conmon[89260]: cluster 2023-11- 2023-11-15T06:18:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:40 smithi162 conmon[89260]: 15T06:18:39.607663+0000 mgr.smithi073.hvxekf (mgr.14180) 697 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:42.886 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:42.886 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:42 smithi073 conmon[84426]: cluster 2023-11-15T06:18:41.608338+0000 mgr.smithi073.hvxekf (mgr.14180) 698 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:42 smithi162 conmon[89260]: cluster 2023-11-15T06:18:41.608338+0000 mgr.smithi073.hvxekf (mgr.14180) 698 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:43.510 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:44.511 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:44.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:44 smithi073 conmon[84426]: audit 2023-11-15T06:18:42.881167+0000 mgr.smithi073.hvxekf (mgr.14180) 699 2023-11-15T06:18:44.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:44 smithi073 conmon[84426]: : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:44.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:44 smithi073 conmon[84426]: cluster 2023-11-15T06:18:43.609024+0000 mgr.smithi073.hvxekf (mgr.14180) 700 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:44 smithi162 conmon[89260]: audit 2023-11-15T06:18:42.881167+0000 mgr.smithi073.hvxekf (mgr.14180) 699 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:44 smithi162 conmon[89260]: 2023-11-15T06:18:45.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:44 smithi162 conmon[89260]: cluster 2023-11-15T06:18:43.609024+0000 mgr.smithi073.hvxekf (mgr.14180) 700 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:46.466 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:46.466 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:46.692 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:46 smithi073 conmon[84426]: cluster 2023-11-15T06:18:45.609603+0000 mgr.smithi073.hvxekf (mgr.14180) 701 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:46 smithi162 conmon[89260]: cluster 2023-11-15T06:18:45.609603+0000 mgr.smithi073.hvxekf (mgr.14180) 701 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:47.159 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:47.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:47 smithi073 conmon[84426]: audit 2023-11-15T06:18:46.460556+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:18:47.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:47 smithi073 conmon[84426]: mgr.14180) 702 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:47 smithi162 conmon[89260]: audit 2023-11-15T06:18:46.460556+0000 mgr.smithi073.hvxekf (mgr.14180) 702 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:48.161 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:48 smithi073 conmon[84426]: cluster 2023-11-15T06:18:47 2023-11-15T06:18:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:48 smithi073 conmon[84426]: .610243+0000 mgr.smithi073.hvxekf (mgr.14180) 703 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:48.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:48 smithi162 conmon[89260]: cluster 2023-11-15T06:18:47.610243+0000 mgr.smithi073.hvxekf (mgr.14180) 703 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:50.207 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:50.208 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:50.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:50 smithi073 conmon[84426]: cluster 2023-11-15T06:18:49.610611+0000 mgr.smithi073.hvxekf (mgr.14180) 704 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:50 smithi162 conmon[89260]: cluster 2023-11-15T06:18:49.610611+0000 mgr.smithi073.hvxekf (mgr.14180) 704 : cluster [DBG] 2023-11-15T06:18:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:50 smithi162 conmon[89260]: pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:51.878 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:52.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:51 smithi073 conmon[84426]: audit 2023-11-15T06:18:50.202672+0000 mgr.smithi073.hvxekf (mgr.14180) 705 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:51 smithi162 conmon[89260]: audit 2023-11-15T06:18:50.202672+0000 mgr.smithi073.hvxekf (mgr.14180) 705 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:53.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:52 smithi073 conmon[84426]: cluster 2023-11-15T06:18:51.611331+0000 mgr.smithi073.hvxekf (mgr.14180) 706 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:52 smithi162 conmon[89260]: cluster 2023-11-15T06:18:51.611331+0000 mgr.smithi073.hvxekf (mgr.14180) 706 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:53.879 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:53.879 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:54.475 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:54 smithi073 conmon[84426]: cluster 2023-11-15T06:18:53.612018+0000 mgr.smithi073.hvxekf (mgr.14180) 707 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:54 smithi162 conmon[89260]: cluster 2023-11-15T06:18:53.612018+0000 mgr.smithi073.hvxekf (mgr.14180) 707 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:55.476 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:55.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:55 smithi073 conmon[84426]: audit 2023-11-15T06:18:53.873851+0000 mgr.smithi073.hvxekf (mgr.14180) 708 : audit [DBG] 2023-11-15T06:18:55.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:55 smithi073 conmon[84426]: from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:55 smithi162 conmon[89260]: audit 2023-11-15T06:18:53.873851+0000 mgr.smithi073.hvxekf (mgr.14180) 708 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:57.002 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:56 smithi073 conmon[84426]: cluster 2023-11-15T06:18:55.612548+0000 mgr.smithi073.hvxekf (mgr.14180) 709 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:57.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:56 smithi162 conmon[89260]: cluster 2023-11-15T06:18:55.612548+0000 mgr.smithi073.hvxekf (mgr.14180) 709 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:57.395 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:18:57.396 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:18:58.040 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:18:59.042 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:18:59.072 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:58 smithi073 conmon[84426]: audit 2023-11-15T06:18:57.390626+0000 mgr.smithi073.hvxekf (mgr.14180) 710 : audit [DBG] 2023-11-15T06:18:59.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:58 smithi073 conmon[84426]: from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:59.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:18:58 smithi073 conmon[84426]: cluster 2023-11-15T06:18:57.613050+0000 mgr.smithi073.hvxekf (mgr.14180) 711 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:18:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:58 smithi162 conmon[89260]: audit 2023-11-15T06:18:57.390626+0000 mgr.smithi073.hvxekf (mgr.14180) 710 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:18:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:18:58 smithi162 conmon[89260]: cluster 2023-11-15T06:18:57.613050+0000 mgr.smithi073.hvxekf (mgr.14180) 711 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:00.910 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:00.910 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:01.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:00 smithi073 conmon[84426]: cluster 2023-11-15T06:18:59.613435+0000 mgr.smithi073.hvxekf (mgr.14180) 712 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:00 smithi162 conmon[89260]: cluster 2023-11-15T06:18:59.613435+0000 mgr.smithi073.hvxekf (mgr.14180) 712 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:01.598 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:02.600 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:03.049 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:02 smithi073 conmon[84426]: audit 2023-11-15T06:19:00.905123+0000 mgr.smithi073.hvxekf (mgr.14180) 713 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:03.050 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:02 smithi073 conmon[84426]: cluster 2023-11-15T06:19:01.614012+0000 mgr.smithi073.hvxekf (mgr.14180) 714 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:02 smithi162 conmon[89260]: audit 2023-11-15T06:19:00.905123+0000 mgr.smithi073.hvxekf (mgr.14180) 713 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:03.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:02 smithi162 conmon[89260]: cluster 2023- 2023-11-15T06:19:03.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:02 smithi162 conmon[89260]: 11-15T06:19:01.614012+0000 mgr.smithi073.hvxekf (mgr.14180) 714 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:04.541 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:04.542 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:04 smithi073 conmon[84426]: cluster 2023-11-15T06:19:03.614548+0000 mgr.smithi073.hvxekf (mgr.14180) 715 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:04 smithi162 conmon[89260]: cluster 2023-11-15T06:19:03.614548+0000 mgr.smithi073.hvxekf (mgr.14180) 715 : cluster 2023-11-15T06:19:05.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:04 smithi162 conmon[89260]: [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:05.172 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:06.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:05 smithi073 conmon[84426]: audit 2023-11-15T06:19:04.536847+0000 mgr.smithi073.hvxekf (mgr.14180) 716 : audit 2023-11-15T06:19:06.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:05 smithi073 conmon[84426]: [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:05 smithi162 conmon[89260]: audit 2023-11-15T06:19:04.536847+0000 mgr.smithi073.hvxekf (mgr.14180) 716 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:06.173 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:07.031 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:06 smithi073 conmon[84426]: cluster 2023-11-15T06:19:05.614988+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:19:07.032 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:06 smithi073 conmon[84426]: 717 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:07.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:06 smithi162 conmon[89260]: cluster 2023-11-15T06:19:05.614988+0000 mgr.smithi073.hvxekf (mgr.14180) 717 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:08.159 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:08.159 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:08.808 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:09.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:08 smithi073 conmon[84426]: cluster 2023-11-15T06:19:07.615749+0000 mgr.smithi073.hvxekf (mgr.14180) 718 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:08 smithi162 conmon[89260]: cluster 2023-11-15T06:19:07.615749+0000 mgr.smithi073.hvxekf (mgr.14180) 718 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:09.810 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:10.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:09 smithi073 conmon[84426]: audit 2023-11-15T06:19:08.154348+0000 mgr.smithi073.hvxekf (mgr.14180) 719 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:09 smithi162 conmon[89260]: audit 2023-11-15T06:19:08.154348+0000 mgr.smithi073.hvxekf (mgr.14180) 719 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:10 smithi073 conmon[84426]: cluster 2023-11-15T06:19:09.616214+0000 mgr.smithi073.hvxekf (mgr.14180) 720 2023-11-15T06:19:11.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:10 smithi073 conmon[84426]: : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:10 smithi162 conmon[89260]: cluster 2023-11-15T06:19:09.616214+0000 mgr.smithi073.hvxekf (mgr.14180) 720 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:11.776 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:11.777 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:12.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:13.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:12 smithi073 conmon[84426]: cluster 2023-11-15T06:19:11.616841+0000 mgr.smithi073.hvxekf (mgr.14180) 721 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:13.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:12 smithi073 conmon[84426]: audit 2023-11-15T06:19:11.771882+0000 mgr.smithi073.hvxekf (mgr.14180) 722 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:12 smithi162 conmon[89260]: cluster 2023-11-15T06:19:11.616841+0000 mgr.smithi073.hvxekf (mgr.14180) 721 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:12 smithi162 conmon[89260]: audit 2023-11-15T06:19:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:12 smithi162 conmon[89260]: 2023-11-15T06:19:11.771882+0000 mgr.smithi073.hvxekf (mgr.14180) 722 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:13.424 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:14.990 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:14 smithi073 conmon[84426]: cluster 2023-11-15T06:19:13.617447+0000 mgr.smithi073.hvxekf (mgr.14180) 723 : cluster 2023-11-15T06:19:14.990 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:14 smithi073 conmon[84426]: [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:14 smithi162 conmon[89260]: cluster 2023-11-15T06:19:13.617447+0000 mgr.smithi073.hvxekf (mgr.14180) 723 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:15.399 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:15.400 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:16.021 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:16.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:16 smithi073 conmon[84426]: audit 2023-11-15T06:19:15.393295+0000 mgr.smithi073.hvxekf (mgr.14180) 724 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:16.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:16 smithi073 conmon[84426]: cluster 2023-11-15T06:19:15.617927+0000 mgr.smithi073.hvxekf (mgr.14180) 725 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:16.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:16 smithi162 conmon[89260]: audit 2023-11-15T06:19:15.393295+0000 mgr.smithi073.hvxekf (mgr.14180) 724 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:16.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:16 smithi162 conmon[89260]: cluster 2023-11-15T06:19:15.617927+0000 mgr.smithi073.hvxekf (mgr.14180) 725 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:17.022 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:18.915 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:18 smithi073 conmon[84426]: cluster 2023-11-15T06:19:17.618550+0000 mgr.smithi073.hvxekf (mgr.14180) 726 : cluster [DBG] 2023-11-15T06:19:18.916 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:18 smithi073 conmon[84426]: pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:18 smithi162 conmon[89260]: cluster 2023-11-15T06:19:17.618550+0000 mgr.smithi073.hvxekf (mgr.14180) 726 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:19.316 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:19.317 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:19.970 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:20.971 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:21.003 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:20 smithi073 conmon[84426]: audit 2023-11-15T06:19:19.311680+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:19:21.003 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:20 smithi073 conmon[84426]: ) 727 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:21.003 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:20 smithi073 conmon[84426]: cluster 2023-11-15T06:19:19.618888+0000 mgr.smithi073.hvxekf (mgr.14180) 728 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:20 smithi162 conmon[89260]: audit 2023-11-15T06:19:19.311680+0000 mgr.smithi073.hvxekf (mgr.14180) 727 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:20 smithi162 conmon[89260]: cluster 2023-11-15T06:19:19 2023-11-15T06:19:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:20 smithi162 conmon[89260]: .618888+0000 mgr.smithi073.hvxekf (mgr.14180) 728 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:23.024 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:23.024 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:10:39.131471Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.jssxux on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-jssxux\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.jssxux\nDeploy daemon haproxy.rgw.foo.smithi162.jssxux ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:08:42Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:20Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:09:58Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.185437Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.txeywl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-txeywl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.txeywl\nDeploy daemon haproxy.rgw.foo.smithi073.txeywl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:11:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:11:53Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:12:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:13:12.191892Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.dteeia on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:23.048 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:22 smithi073 conmon[84426]: cluster 2023-11-15T06:19:21.619340+0000 mgr.smithi073.hvxekf (mgr.14180) 729 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:22 smithi162 conmon[89260]: cluster 2023-11-15T06:19:21.619340+0000 mgr.smithi073.hvxekf (mgr.14180) 729 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:23.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:24.654 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:24 smithi073 conmon[84426]: audit 2023-11-15T06:19:23.018568+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:19:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:24 smithi073 conmon[84426]: 730 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:24 smithi073 conmon[84426]: cluster 2023-11-15T06:19:23.620112+0000 mgr.smithi073.hvxekf (mgr.14180) 731 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:24 smithi162 conmon[89260]: audit 2023-11-15T06:19:23.018568+0000 mgr.smithi073.hvxekf (mgr.14180) 730 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:24 smithi162 conmon[89260]: cluster 2023-11-15T06:19:23.620112 2023-11-15T06:19:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:24 smithi162 conmon[89260]: +0000 mgr.smithi073.hvxekf (mgr.14180) 731 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:26.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:26 smithi073 conmon[84426]: cluster 2023-11-15T06:19:25.620786+0000 mgr.smithi073.hvxekf (mgr.14180) 732 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:26.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:26 smithi073 conmon[84426]: audit 2023-11-15T06:19:26.263430+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi073.lrjspq"}]: dispatch 2023-11-15T06:19:26.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:26 smithi073 conmon[84426]: audit 2023-11-15T06:19:26.270749+0000 mon.smithi073 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:19:26.693 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:26.693 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:14.119318Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:14.119461Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:14.119556Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:14.119622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:14.119685Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:14.119929Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:26.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:26 smithi162 conmon[89260]: cluster 2023-11-15T06:19:25.620786+0000 mgr.smithi073.hvxekf (mgr.14180) 732 : 2023-11-15T06:19:26.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:26 smithi162 conmon[89260]: cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:26.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:26 smithi162 conmon[89260]: audit 2023-11-15T06:19:26.263430+0000 mon.smithi073 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi073.lrjspq"}]: dispatch 2023-11-15T06:19:26.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:26 smithi162 conmon[89260]: audit 2023-11-15T06:19:26.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:26 smithi162 conmon[89260]: 2023-11-15T06:19:26.270749+0000 mon.smithi073 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:19:27.502 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:27.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:26.262907+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:19:27.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: ) 733 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.lrjspq ... 2023-11-15T06:19:27.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:19:27.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:17:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:18:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:18:45Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:19:27.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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-15T06:19:27.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:19:27.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: Traceback (most recent call last): 2023-11-15T06:19:27.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:19:27.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: yield (conn, connr) 2023-11-15T06:19:27.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:19:27.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: code, '\n'.join(err))) 2023-11-15T06:19:27.827 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.lrjspq ... 2023-11-15T06:19:27.828 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:19:27.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:17:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:18:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.829 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:18:45Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:19:27.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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-15T06:19:27.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:19:27.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.830 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:26.263128+0000 mgr.smithi073.hvxekf (mgr.14180) 734 : cephadm [INF] Removing key for client.ingr 2023-11-15T06:19:27.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: ess.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.831 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:26.263984+0000 mgr.smithi073.hvxekf (mgr.14180) 735 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.lrjspq ... 2023-11-15T06:19:27.832 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:19:27.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:17:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:18:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:18:45Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:19:27.833 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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-15T06:19:27.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:19:27.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:26.265307+0000 mgr.smithi073.hvxekf (mgr.14180) 736 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:19:27.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:26.266270+0000 mgr.smithi073.hvxekf (mgr.14180) 737 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:19:27.834 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: cluster 2023-11-15T06:19:26.267096+0000 mgr.smithi073.hvxekf (mgr.14180) 738 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:27.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: cluster 2023-11-15T06:19:26.397725+0000 mon.smithi073 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:19:27.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: audit 2023-11-15T06:19:26.547735+0000 mon.smithi073 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:27.835 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:27 smithi073 conmon[84426]: audit 2023-11-15T06:19:26.687233+0000 mgr.smithi073.hvxekf (mgr.14180) 739 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:27.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:26.262907+0000 mgr.smithi073.hvxekf (mgr.14180) 733 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.lrjspq ... 2023-11-15T06:19:27.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:19:27.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:17:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:18:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:18:45Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:19:27.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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-15T06:19:27.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:19:27.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: Traceback (most recent call last): 2023-11-15T06:19:27.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:19:27.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: yield (conn, connr) 2023-11-15T06:19:27.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:19:27.839 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: code, '\n'.join(err))) 2023-11-15T06:19:27.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.lrjspq ... 2023-11-15T06:19:27.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:19:27.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:17:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:18:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:18:45Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:19:27.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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-15T06:19:27.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:19:27.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.842 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:26.263128+0000 mgr.smithi 2023-11-15T06:19:27.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 073.hvxekf (mgr.14180) 734 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:26.263984+0000 mgr.smithi073.hvxekf (mgr.14180) 735 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq 2023-11-15T06:19:27.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.843 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq 2023-11-15T06:19:27.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.lrjspq ... 2023-11-15T06:19:27.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:19:27.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:17:29Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.844 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:18:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:19:27.845 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:18:45Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:19:27.845 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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-15T06:19:27.845 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:19:27.845 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:19:27.845 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:26.265307+0000 mgr.smithi073.hvxekf (mgr.14180) 736 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:19:27.845 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:26.266270+0000 mgr.smithi073.hvxekf (mgr.14180) 737 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:19:27.846 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: cluster 2023-11-15T06:19:26.267096+0000 mgr.smithi073.hvxekf (mgr.14180) 738 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:27.847 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: cluster 2023-11-15T06:19:26.397725+0000 mon.smithi073 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:19:27.847 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: audit 2023-11-15T06:19:26.547735+0000 mon.smithi073 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:27.847 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:27 smithi162 conmon[89260]: audit 2023-11-15T06:19:26.687233+0000 mgr.smithi073.hvxekf (mgr.14180) 739 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:28.503 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: cluster 2023-11-15T06:19:28.267787+0000 mgr.smithi073.hvxekf (mgr.14180) 740 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: audit 2023-11-15T06:19:28.506578+0000 mon.smithi073 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:29.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: audit 2023-11-15T06:19:28.699019+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:29.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: audit 2023-11-15T06:19:28.818677+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: audit 2023-11-15T06:19:28.819541+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: audit 2023-11-15T06:19:28.820186+0000 mon.smithi073 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: audit 2023-11-15T06:19:28.820807+0000 mon.smithi073 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:28.821318+0000 mgr.smithi073.hvxekf (mgr.14180) 741 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3492M 2023-11-15T06:19:29.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:29 smithi073 conmon[84426]: audit 2023-11-15T06:19:28.825400+0000 mon.smithi073 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: cluster 2023-11-15T06:19:28.267787+0000 mgr.smithi073.hvxekf (mgr.14180) 740 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: audit 2023-11-15T06:19:28.506578+0000 mon.smithi073 (mon 2023-11-15T06:19:29.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: .0) 686 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:29.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: audit 2023-11-15T06:19:28.699019+0000 mon.smithi073 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:29.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: audit 2023-11-15T06:19:28.818677+0000 mon.smithi073 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: audit 2023-11-15T06:19:28.819541+0000 mon.smithi073 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: audit 2023-11-15T06:19:28.820186+0000 mon.smithi073 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: audit 2023-11-15T06:19:28.820807+0000 mon.smithi073 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:29.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: 2023-11-15T06:19:29.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:28.821318+0000 mgr.smithi073.hvxekf (mgr.14180) 741 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 3492M 2023-11-15T06:19:29.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: audit 2023-11-15T06:19:28.825400 2023-11-15T06:19:29.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:29 smithi162 conmon[89260]: +0000 mon.smithi073 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:30.760 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:30.761 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:13:18.647191Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:13:18.647253Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:13:18.647312Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:13:18.647122Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:13:18.646967Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:13:18.647371Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:13:18.647488Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:13:18.647430Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:13:18.647762Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:31.464 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:31.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:31 smithi073 conmon[84426]: cluster 2023-11-15T06:19:30.268363+0000 mgr.smithi073.hvxekf (mgr.14180) 742 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:31.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:31 smithi073 conmon[84426]: audit 2023-11-15T06:19:30.755769+0000 mgr.smithi073.hvxekf (mgr.14180) 743 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:31 smithi162 conmon[89260]: cluster 2023-11-15T06:19:30.268363+0000 mgr.smithi073.hvxekf (mgr.14180) 742 : cluster 2023-11-15T06:19:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:31 smithi162 conmon[89260]: [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:31.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:31 smithi162 conmon[89260]: audit 2023-11-15T06:19:30.755769+0000 mgr.smithi073.hvxekf (mgr.14180) 743 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:32.465 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31. 2023-11-15T06:19:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: 593986+0000 mon.smithi073 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31.901085+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31.901735+0000 mon.smithi073 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31.902279+0000 mon.smithi073 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31.902810+0000 mon.smithi073 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31.910512+0000 mon.smithi073 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:32.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31.911288+0000 mon.smithi073 (mon.0) 699 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:19:32.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:31 2023-11-15T06:19:32.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: .911852+0000 mon.smithi073 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:19:32.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023-11-15T06:19:32.071294+0000 2023-11-15T06:19:32.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: mon.smithi073 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:32.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: audit 2023- 2023-11-15T06:19:32.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: 11-15T06:19:32.075481 2023-11-15T06:19:32.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: +0000 mon.smithi073 (mon.0) 702 2023-11-15T06:19:32.826 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:32 smithi073 conmon[84426]: : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:19:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11-15T06:19:31.593986+0000 mon.smithi073 (mon.0 2023-11-15T06:19:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: ) 693 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11-15T06:19:31.901085+0000 mon.smithi073 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11-15T06:19:31.901735+0000 mon.smithi073 (mon.0 2023-11-15T06:19:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: ) 695 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:19:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: T06:19:31.902279+0000 mon.smithi073 (mon.0) 2023-11-15T06:19:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: 696 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:19:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: 06:19:31.902810+0000 mon.smithi073 (mon.0) 2023-11-15T06:19:33.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: 697 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:19:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11-15T 2023-11-15T06:19:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: 06:19:31.910512+0000 mon.smithi073 (mon.0 2023-11-15T06:19:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: ) 698 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:19:33.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: T06:19:31.911288+0000 mon.smithi073 (mon. 2023-11-15T06:19:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: 0) 699 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:19:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023-11 2023-11-15T06:19:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: -15T06:19:31.911852+0000 mon.smithi073 (mon 2023-11-15T06:19:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: .0) 700 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:19:33.082 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023- 2023-11-15T06:19:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: 11-15T06:19:32.071294+0000 mon.smithi073 ( 2023-11-15T06:19:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:19:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: audit 2023 2023-11-15T06:19:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: -11-15T06:19:32.075481+0000 mon.smithi073 ( 2023-11-15T06:19:33.083 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:32 smithi162 conmon[89260]: mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:19:33.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:33 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:31.903223+0000 mgr.smithi073.hvxekf (mgr.14180) 744 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 2724M 2023-11-15T06:19:33.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:33 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:31.914880+0000 mgr.smithi073.hvxekf (mgr.14180) 745 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:19:33.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:33 smithi073 conmon[84426]: cluster 2023-11-15T06:19:32.072028+0000 mgr.smithi073.hvxekf (mgr.14180) 746 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:33.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:33 smithi073 conmon[84426]: cephadm 2023-11-15T06:19:32.081326+0000 mgr.smithi073.hvxekf (mgr.14180) 747 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi162.vdxtqu on smithi162 2023-11-15T06:19:33.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:33 smithi073 conmon[84426]: cluster 2023-11-15T06:19:33.069610+0000 mon.smithi073 (mon.0) 703 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:19:33.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:33 smithi073 conmon[84426]: cluster 2023-11-15T06:19:33.069644+0000 mon.smithi073 (mon.0) 704 : cluster [INF] Cluster is now healthy 2023-11-15T06:19:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:31.903223+0000 mgr.smithi073.hvxekf (mgr.14180) 744 : cephadm [INF] 2023-11-15T06:19:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: Adjusting osd_memory_target on smithi073 to 2724M 2023-11-15T06:19:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: cephadm 2023-11-15T06:19:31.914880+0000 mgr.smithi073.hvxekf (mgr.14180) 745 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T06:19:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: cluster 2023-11-15T06:19:32.072028+0000 mgr.smithi073.hvxekf (mgr.14180) 746 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:34.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: cephadm 2023 2023-11-15T06:19:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: -11-15T06:19:32.081326+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:19:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: ) 747 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi162.vdxtqu on smithi162 2023-11-15T06:19:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: cluster 2023-11-15 2023-11-15T06:19:34.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: T06:19:33.069610+0000 mon.smithi073 (mon.0) 703 2023-11-15T06:19:34.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:19:34.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:19:34.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: 06:19:33.069644+0000 mon.smithi073 (mon.0) 704 : 2023-11-15T06:19:34.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:33 smithi162 conmon[89260]: cluster [INF] Cluster is now healthy 2023-11-15T06:19:34.371 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:34.371 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:34.984 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:35.985 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:36.016 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:35 smithi073 conmon[84426]: cluster 2023-11-15T06:19:34.072609+0000 mgr.smithi073.hvxekf (mgr.14180) 748 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-11-15T06:19:36.016 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:35 smithi073 conmon[84426]: audit 2023-11-15T06:19:34.366692+0000 mgr.smithi073.hvxekf (mgr.14180) 749 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:36.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:35 smithi162 conmon[89260]: cluster 2023-11-15T06:19:34.072609+0000 mgr.smithi073.hvxekf (mgr.14180) 748 : cluster [DBG] 2023-11-15T06:19:36.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:35 smithi162 conmon[89260]: pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-11-15T06:19:36.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:35 smithi162 conmon[89260]: audit 2023-11-15T06:19:34.366692+0000 mgr.smithi073.hvxekf (mgr.14180) 749 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:37.630 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:37 smithi073 conmon[84426]: cluster 2023-11-15T06:19:36.073207+0000 mgr.smithi073.hvxekf (mgr.14180) 750 : cluster 2023-11-15T06:19:37.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:37 smithi073 conmon[84426]: [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-11-15T06:19:37.956 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:37.956 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:38.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:37 smithi162 conmon[89260]: cluster 2023-11-15T06:19:36.073207+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:19:38.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:37 smithi162 conmon[89260]: 750 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2023-11-15T06:19:38.628 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:39.629 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:39 smithi073 conmon[84426]: audit 2023-11-15T06:19:37.951270+0000 mgr.smithi073.hvxekf (mgr.14180) 751 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:39 smithi073 conmon[84426]: cluster 2023-11-15T06:19:38.073774+0000 mgr.smithi073.hvxekf (mgr.14180) 752 : cluster [DBG] pgmap v503: 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-15T06:19:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:39 smithi162 conmon[89260]: audit 2023-11-15T06:19:37.951270+0000 mgr.smithi073.hvxekf (mgr.14180) 751 : audit 2023-11-15T06:19:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:39 smithi162 conmon[89260]: [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:40.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:39 smithi162 conmon[89260]: cluster 2023-11-15T06:19:38.073774+0000 mgr.smithi073.hvxekf (mgr.14180) 752 : cluster [DBG] pgmap v503: 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-15T06:19:41.451 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:41.451 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:41.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:41 smithi073 conmon[84426]: cluster 2023-11-15T06:19:40.074431+0000 mgr.smithi073.hvxekf (mgr.14180) 753 : cluster [DBG] pgmap v504: 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-15T06:19:42.068 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:41 smithi162 conmon[89260]: cluster 2023-11-15T06:19:40.074431+0000 mgr.smithi073.hvxekf (mgr.14180) 753 : cluster [DBG] 2023-11-15T06:19:42.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:41 smithi162 conmon[89260]: pgmap v504: 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-15T06:19:43.070 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:42 smithi073 conmon[84426]: audit 2023-11-15T06:19:41.446581+0000 mgr.smithi073.hvxekf (mgr.14180) 754 : audit [DBG] 2023-11-15T06:19:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:42 smithi073 conmon[84426]: from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:42 smithi162 conmon[89260]: audit 2023-11-15T06:19:41.446581+0000 mgr.smithi073.hvxekf (mgr.14180) 754 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:42 smithi162 conmon[89260]: 2023-11-15T06:19:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:43 smithi073 conmon[84426]: cluster 2023-11-15T06:19:42.075084+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:19:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:43 smithi073 conmon[84426]: 14180) 755 : cluster [DBG] pgmap v505: 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-15T06:19:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:43 smithi162 conmon[89260]: cluster 2023-11-15T06:19:42.075084+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:19:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:43 smithi162 conmon[89260]: ) 755 : cluster [DBG] pgmap v505: 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-15T06:19:44.954 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:44.955 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:45.591 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:46.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:45 smithi073 conmon[84426]: cluster 2023-11-15T06:19:44.075716+0000 mgr.smithi073.hvxekf (mgr.14180) 756 : cluster [DBG] pgmap v506: 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-15T06:19:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:45 smithi162 conmon[89260]: cluster 2023-11-15T06:19:44.075716+0000 mgr.smithi073.hvxekf (mgr.14180) 756 : cluster [DBG] 2023-11-15T06:19:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:45 smithi162 conmon[89260]: pgmap v506: 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-15T06:19:46.592 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:47.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:46 smithi073 conmon[84426]: audit 2023-11-15T06:19:44.949776+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:19:47.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:46 smithi073 conmon[84426]: 14180) 757 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:47.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:46 smithi162 conmon[89260]: audit 2023-11-15T06:19:44.949776+0000 mgr.smithi073.hvxekf (mgr.14180) 757 : audit 2023-11-15T06:19:47.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:46 smithi162 conmon[89260]: [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:48.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:47 smithi073 conmon[84426]: cluster 2023-11-15T06:19:46.076235+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:19:48.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:47 smithi073 conmon[84426]: ) 758 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T06:19:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:47 smithi162 conmon[89260]: cluster 2023-11-15T06:19:46.076235+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:19:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:47 smithi162 conmon[89260]: 758 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T06:19:48.470 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:48.471 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:49.108 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:49 smithi073 conmon[84426]: cluster 2023-11-15T06:19:48.076771+0000 mgr.smithi073.hvxekf (mgr.14180) 759 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:49 smithi073 conmon[84426]: audit 2023-11-15T06:19:48.465578+0000 mgr.smithi073.hvxekf (mgr.14180) 760 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:49 smithi162 conmon[89260]: cluster 2023-11-15T06:19:48.076771+0000 mgr.smithi073.hvxekf (mgr.14180) 759 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:49 smithi162 conmon[89260]: audit 2023-11-15T06:19:48.465578+0000 mgr.smithi073.hvxekf (mgr.14180) 760 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:50.110 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:51.710 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:51 smithi073 conmon[84426]: cluster 2023-11-15T06:19:50.077306+0000 mgr.smithi073.hvxekf (mgr.14180) 761 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:52.027 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:52.028 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:51 smithi162 conmon[89260]: cluster 2023-11-15T06:19:50.077306+0000 mgr.smithi073.hvxekf (mgr.14180) 761 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:52.682 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:53.683 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:53 smithi073 conmon[84426]: audit 2023-11-15T06:19:52.022595+0000 mgr.smithi073.hvxekf (mgr.14180) 762 : audit 2023-11-15T06:19:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:53 smithi073 conmon[84426]: [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:53 smithi073 conmon[84426]: cluster 2023-11-15T06:19:52.077891+0000 mgr.smithi073.hvxekf (mgr.14180) 763 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:53 smithi162 conmon[89260]: audit 2023-11-15T06:19:52.022595+0000 mgr.smithi073.hvxekf (mgr.14180) 762 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:53 smithi162 conmon[89260]: 2023-11-15T06:19:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:53 smithi162 conmon[89260]: cluster 2023-11-15T06:19:52.077891+0000 mgr.smithi073.hvxekf (mgr.14180) 763 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:55.552 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:55.552 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:55 smithi073 conmon[84426]: cluster 2023-11-15T06:19:54.078577+0000 mgr.smithi073.hvxekf (mgr.14180) 764 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:55 smithi162 conmon[89260]: cluster 2023-11-15T06:19:54.078577+0000 mgr.smithi073.hvxekf (mgr.14180) 764 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:55 smithi162 conmon[89260]: 2023-11-15T06:19:56.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:19:57.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:56 smithi073 conmon[84426]: audit 2023-11-15T06:19:55.547255+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:19:57.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:56 smithi073 conmon[84426]: ) 765 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:57.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:56 smithi162 conmon[89260]: audit 2023-11-15T06:19:55.547255+0000 mgr.smithi073.hvxekf (mgr.14180) 765 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:19:57.150 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:19:57.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:57 smithi073 conmon[84426]: cluster 2023-11-15T06:19:56.079034+0000 mgr.smithi073.hvxekf 2023-11-15T06:19:57.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:57 smithi073 conmon[84426]: (mgr.14180) 766 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:57 smithi162 conmon[89260]: cluster 2023-11-15T06:19:56.079034+0000 mgr.smithi073.hvxekf (mgr.14180) 766 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:19:58.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:57 smithi162 conmon[89260]: 2023-11-15T06:19:59.036 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:19:59.036 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:19:59.755 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:00.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:19:59 smithi073 conmon[84426]: cluster 2023-11-15T06:19:58.079600+0000 mgr.smithi073.hvxekf (mgr.14180) 767 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:19:59 smithi162 conmon[89260]: cluster 2023-11-15T06:19:58.079600+0000 mgr.smithi073.hvxekf (mgr.14180) 767 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:00.756 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:01.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:00 smithi073 conmon[84426]: audit 2023-11-15T06:19:59.031667+0000 mgr.smithi073.hvxekf (mgr.14180) 768 : audit [DBG] 2023-11-15T06:20:01.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:00 smithi073 conmon[84426]: from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:01.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:00 smithi073 conmon[84426]: cluster 2023-11-15T06:20:00.000122+0000 mon.smithi073 (mon.0) 705 : cluster [INF] overall HEALTH_OK 2023-11-15T06:20:01.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:00 smithi162 conmon[89260]: audit 2023-11-15T06:19:59.031667+0000 mgr.smithi073.hvxekf (mgr.14180) 768 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:01.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:00 smithi162 conmon[89260]: cluster 2023-11-15T06:20:00.000122+0000 mon.smithi073 (mon.0) 705 : cluster [INF] overall HEALTH_OK 2023-11-15T06:20:02.030 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:01 smithi073 conmon[84426]: cluster 2023-11-15T06:20:00.080049+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:20:02.031 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:01 smithi073 conmon[84426]: mgr.14180) 769 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:01 smithi162 conmon[89260]: cluster 2023-11-15T06:20:00.080049+0000 mgr.smithi073.hvxekf (mgr.14180) 769 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:02.643 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:02.644 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:03.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:03 smithi073 conmon[84426]: cluster 2023-11-15T06:20:02.080530+0000 mgr.smithi073.hvxekf (mgr.14180) 770 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:03 smithi073 conmon[84426]: audit 2023-11-15T06:20:02.638833+0000 mgr.smithi073.hvxekf (mgr.14180) 771 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:03 smithi162 conmon[89260]: cluster 2023-11-15T06:20:02.080530+0000 mgr.smithi073.hvxekf (mgr.14180) 770 : cluster 2023-11-15T06:20:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:03 smithi162 conmon[89260]: [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:04.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:03 smithi162 conmon[89260]: audit 2023-11-15T06:20:02.638833+0000 mgr.smithi073.hvxekf (mgr.14180) 771 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:04.248 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:05.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:05 smithi073 conmon[84426]: cluster 2023-11-15T06:20:04.081201+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:20:05.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:05 smithi073 conmon[84426]: .14180) 772 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:05 smithi162 conmon[89260]: cluster 2023-11-15T06:20:04.081201+0000 mgr.smithi073.hvxekf (mgr.14180) 772 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:06.154 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:06.154 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:06.796 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:07.798 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:07 smithi073 conmon[84426]: cluster 2023-11-15T06:20:06.081700+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:20:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:07 smithi073 conmon[84426]: ) 773 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:08.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:07 smithi073 conmon[84426]: audit 2023-11-15T06:20:06.149069+0000 mgr.smithi073.hvxekf (mgr.14180) 774 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:07 smithi162 conmon[89260]: cluster 2023-11-15T06:20:06.081700+0000 mgr.smithi073.hvxekf (mgr.14180) 773 : cluster 2023-11-15T06:20:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:07 smithi162 conmon[89260]: [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:07 smithi162 conmon[89260]: audit 2023-11-15T06:20:06.149069+0000 mgr.smithi073.hvxekf (mgr.14180) 774 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:09.716 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:09.716 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:10.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:09 smithi073 conmon[84426]: cluster 2023-11-15T06:20:08.082244+0000 mgr.smithi073.hvxekf (mgr.14180) 775 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:09 smithi162 conmon[89260]: cluster 2023-11-15T06:20:08.082244+0000 mgr.smithi073.hvxekf (mgr.14180) 775 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:10.321 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:10 smithi073 conmon[84426]: audit 2023-11-15T06:20:09.711328+0000 2023-11-15T06:20:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:10 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 776 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:10 smithi162 conmon[89260]: audit 2023-11-15T06:20:09.711328+0000 mgr.smithi073.hvxekf (mgr.14180) 776 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:11.323 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:12.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:11 smithi073 conmon[84426]: cluster 2023-11-15T06:20:10.082928+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:20:12.019 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:11 smithi073 conmon[84426]: ) 777 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:11 smithi162 conmon[89260]: cluster 2023-11-15T06:20:10.082928+0000 mgr.smithi073.hvxekf (mgr.14180) 777 : cluster [DBG] 2023-11-15T06:20:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:11 smithi162 conmon[89260]: pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:13.326 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:13.327 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:13.952 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:13 smithi073 conmon[84426]: cluster 2023-11-15T06:20:12.083389+0000 mgr.smithi073.hvxekf (mgr.14180) 778 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:13.954 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:13 smithi162 conmon[89260]: cluster 2023-11-15T06:20:12.083389+0000 mgr.smithi073.hvxekf (mgr.14180) 778 : cluster [DBG] 2023-11-15T06:20:14.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:13 smithi162 conmon[89260]: pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:14.954 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:14.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:14 smithi073 conmon[84426]: audit 2023-11-15T06:20:13.322133+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:20:14.984 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:14 smithi073 conmon[84426]: 779 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:14 smithi162 conmon[89260]: audit 2023-11-15T06:20:13.322133+0000 mgr.smithi073.hvxekf (mgr.14180) 779 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:14 smithi162 conmon[89260]: 2023-11-15T06:20:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:15 smithi073 conmon[84426]: cluster 2023-11-15T06:20:14.083820+0000 mgr.smithi073.hvxekf 2023-11-15T06:20:16.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:15 smithi073 conmon[84426]: (mgr.14180) 780 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:16.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:15 smithi162 conmon[89260]: cluster 2023-11-15T06:20:14.083820+0000 mgr.smithi073.hvxekf (mgr.14180) 780 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:16.815 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:16.815 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:17.438 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:17 smithi073 conmon[84426]: cluster 2023-11-15T06:20:16.084343+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:20:18.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:17 smithi073 conmon[84426]: 781 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:18.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:17 smithi073 conmon[84426]: audit 2023-11-15T06:20:16.810865+0000 mgr.smithi073.hvxekf (mgr.14180) 782 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:17 smithi162 conmon[89260]: cluster 2023-11-15T06:20:16.084343+0000 mgr.smithi073.hvxekf (mgr.14180) 781 : cluster [DBG] 2023-11-15T06:20:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:17 smithi162 conmon[89260]: pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:17 smithi162 conmon[89260]: audit 2023-11-15T06:20:16.810865+0000 mgr.smithi073.hvxekf (mgr.14180) 782 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:18.439 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:19.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:19 smithi073 conmon[84426]: cluster 2023-11-15T06:20:18.084974+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:20:19.982 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:19 smithi073 conmon[84426]: mgr.14180) 783 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:19 smithi162 conmon[89260]: cluster 2023-11-15T06:20:18.084974+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:20:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:19 smithi162 conmon[89260]: 783 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:20.365 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:20.365 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:20.953 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:21.954 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:21.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:21 smithi073 conmon[84426]: cluster 2023-11-15T06:20:20.085518+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:20:21.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:21 smithi073 conmon[84426]: .14180) 784 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:21.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:21 smithi073 conmon[84426]: audit 2023-11-15T06:20:20.360731+0000 mgr.smithi073.hvxekf (mgr.14180) 785 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:21 smithi162 conmon[89260]: cluster 2023-11-15T06:20:20.085518+0000 mgr.smithi073.hvxekf (mgr.14180) 784 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:21 smithi162 conmon[89260]: audit 2023-11-15T06:20:20.360731+0000 mgr.smithi073.hvxekf (mgr.14180) 785 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:23.875 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:23.875 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:23 smithi073 conmon[84426]: cluster 2023-11-15T06:20:22.086018+0000 mgr.smithi073.hvxekf (mgr.14180) 786 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:23 smithi162 conmon[89260]: cluster 2023-11-15T06:20:22.086018+0000 mgr.smithi073.hvxekf (mgr.14180) 786 : cluster [DBG] 2023-11-15T06:20:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:23 smithi162 conmon[89260]: pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:24.494 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:24.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:24 smithi073 conmon[84426]: audit 2023-11-15T06:20:23.868816+0000 mgr.smithi073.hvxekf (mgr.14180) 787 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:24 smithi162 conmon[89260]: audit 2023-11-15T06:20:23.868816+0000 mgr.smithi073.hvxekf (mgr.14180) 787 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:25.495 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:25 smithi073 conmon[84426]: cluster 2023-11-15T06:20:24.086465+0000 mgr.smithi073.hvxekf (mgr.14180) 788 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:25 smithi162 conmon[89260]: cluster 2023-11-15T06:20:24.086465+0000 mgr.smithi073.hvxekf (mgr.14180) 788 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:27.396 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:27.397 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:28.036 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:27 smithi073 conmon[84426]: cluster 2023-11-15T06:20:26.086925+0000 mgr.smithi073.hvxekf (mgr.14180) 789 : cluster 2023-11-15T06:20:28.036 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:27 smithi073 conmon[84426]: [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:28.052 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:27 smithi162 conmon[89260]: cluster 2023-11-15T06:20:26.086925+0000 mgr.smithi073.hvxekf (mgr.14180) 789 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:29.053 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:28 smithi073 conmon[84426]: audit 2023-11-15T06:20:27.391602+0000 mgr.smithi073.hvxekf (mgr.14180) 790 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:28 smithi073 conmon[84426]: 2023-11-15T06:20:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:28 smithi162 conmon[89260]: audit 2023-11-15T06:20:27.391602+0000 mgr.smithi073.hvxekf (mgr.14180) 790 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:29 smithi073 conmon[84426]: cluster 2023-11-15T06:20:28.087562+0000 mgr.smithi073.hvxekf (mgr.14180) 791 : cluster 2023-11-15T06:20:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:29 smithi073 conmon[84426]: [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:29 smithi162 conmon[89260]: cluster 2023-11-15T06:20:28.087562+0000 mgr.smithi073.hvxekf (mgr.14180) 791 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:30.949 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:30.949 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:31.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:31 smithi073 conmon[84426]: cluster 2023-11-15T06:20:30.088057+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:20:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:31 smithi073 conmon[84426]: ) 792 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:31 smithi162 conmon[89260]: cluster 2023-11-15T06:20:30.088057+0000 mgr.smithi073.hvxekf (mgr.14180) 792 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:32.627 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:33.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:32 smithi073 conmon[84426]: audit 2023-11-15T06:20:30.943568+0000 mgr.smithi073.hvxekf (mgr.14180) 793 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:32 smithi162 conmon[89260]: audit 2023-11-15T06:20:30.943568+0000 mgr.smithi073.hvxekf (mgr.14180) 793 : audit [DBG] 2023-11-15T06:20:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:32 smithi162 conmon[89260]: from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:34.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:33 smithi073 conmon[84426]: cluster 2023-11-15T06:20:32.088678+0000 mgr.smithi073.hvxekf (mgr.14180) 794 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:33 smithi162 conmon[89260]: cluster 2023-11-15T06:20:32.088678+0000 mgr.smithi073.hvxekf (mgr.14180) 794 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:34.513 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:34.513 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:35.109 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:35 smithi073 conmon[84426]: cluster 2023-11-15T06:20:34.089340+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:20:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:35 smithi073 conmon[84426]: ) 795 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:35 smithi073 conmon[84426]: audit 2023-11-15T06:20:34.508567+0000 mgr.smithi073.hvxekf (mgr.14180) 796 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:35 smithi162 conmon[89260]: cluster 2023-11-15T06:20:34.089340+0000 mgr.smithi073.hvxekf (mgr.14180) 795 : cluster [DBG] 2023-11-15T06:20:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:35 smithi162 conmon[89260]: pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:35 smithi162 conmon[89260]: audit 2023-11-15T06:20:34.508567+0000 mgr.smithi073.hvxekf (mgr.14180) 796 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:36.111 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:38.006 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:38.006 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:38.033 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:37 smithi073 conmon[84426]: cluster 2023-11-15T06:20:36.089835+0000 mgr.smithi073.hvxekf (mgr.14180) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:38.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:37 smithi162 conmon[89260]: cluster 2023-11-15T06:20:36.089835+0000 mgr.smithi073.hvxekf (mgr.14180) 797 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:38.718 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:39.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:39 smithi073 conmon[84426]: audit 2023-11-15T06:20:38.001279+0000 mgr.smithi073.hvxekf (mgr.14180) 798 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:39 smithi073 conmon[84426]: cluster 2023-11-15T06:20:38.090348+0000 mgr.smithi073.hvxekf (mgr.14180) 799 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:39 smithi162 conmon[89260]: audit 2023-11-15T06:20:38.001279+0000 mgr.smithi073.hvxekf (mgr.14180) 798 : audit [DBG] 2023-11-15T06:20:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:39 smithi162 conmon[89260]: from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:39 smithi162 conmon[89260]: cluster 2023-11-15T06:20:38.090348+0000 mgr.smithi073.hvxekf (mgr.14180) 799 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:41.520 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:41.520 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:41.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:41 smithi073 conmon[84426]: cluster 2023-11-15T06:20:40.090884+0000 2023-11-15T06:20:41.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:41 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 800 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:41 smithi162 conmon[89260]: cluster 2023-11-15T06:20:40.090884+0000 mgr.smithi073.hvxekf (mgr.14180) 800 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:42.100 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:42 smithi073 conmon[84426]: audit 2023-11-15T06:20:41.514902+0000 mgr.smithi073.hvxekf (mgr.14180) 801 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:42 smithi162 conmon[89260]: audit 2023-11-15T06:20:41.514902+0000 mgr.smithi073.hvxekf (mgr.14180) 801 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:43.101 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:43.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:43 smithi073 conmon[84426]: cluster 2023-11-15T06:20:42.091377+0000 2023-11-15T06:20:43.983 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:43 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 802 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:43 smithi162 conmon[89260]: cluster 2023-11-15T06:20:42.091377+0000 mgr.smithi073.hvxekf (mgr.14180) 802 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:45.049 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:45.049 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:45.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:46.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:45 smithi073 conmon[84426]: cluster 2023-11-15T06:20:44.091921+0000 mgr.smithi073.hvxekf (mgr.14180) 803 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:45 smithi162 conmon[89260]: cluster 2023-11-15T06:20:44.091921+0000 mgr.smithi073.hvxekf (mgr.14180) 803 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:46.693 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:47.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:46 smithi073 conmon[84426]: audit 2023-11-15T06:20:45.044336+0000 mgr.smithi073.hvxekf (mgr.14180) 804 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:47.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:46 smithi162 conmon[89260]: audit 2023-11-15T06:20:45.044336+0000 mgr.smithi073.hvxekf (mgr.14180) 804 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:48.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:47 smithi073 conmon[84426]: cluster 2023-11-15T06:20:46.092532+0000 mgr.smithi073.hvxekf (mgr.14180) 805 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:47 smithi162 conmon[89260]: cluster 2023-11-15T06:20:46.092532+0000 mgr.smithi073.hvxekf (mgr.14180) 805 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:48.567 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:48.568 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:49.214 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:49 smithi073 conmon[84426]: cluster 2023-11-15T06:20:48.093021+0000 mgr.smithi073.hvxekf (mgr.14180) 806 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:49 smithi073 conmon[84426]: audit 2023-11-15T06:20:48.562872+0000 mgr.smithi073.hvxekf (mgr.14180) 807 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:49 smithi162 conmon[89260]: cluster 2023-11-15T06:20:48.093021+0000 mgr.smithi073.hvxekf (mgr.14180) 806 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:49 smithi162 conmon[89260]: audit 2023-11-15T06:20:48.562872+0000 mgr.smithi073.hvxekf (mgr.14180) 807 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:50.215 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:52.040 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:52.041 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:52.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:51 smithi073 conmon[84426]: cluster 2023-11-15T06:20:50.093697+0000 mgr.smithi073.hvxekf (mgr.14180) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:51 smithi162 conmon[89260]: cluster 2023-11-15T06:20:50.093697+0000 mgr.smithi073.hvxekf (mgr.14180) 808 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:52.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:53.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:53 smithi073 conmon[84426]: audit 2023-11-15T06:20:52.035628+0000 mgr.smithi073.hvxekf (mgr.14180) 809 2023-11-15T06:20:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:53 smithi073 conmon[84426]: : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:54.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:53 smithi073 conmon[84426]: cluster 2023-11-15T06:20:52.094227+0000 mgr.smithi073.hvxekf (mgr.14180) 810 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:53 smithi162 conmon[89260]: audit 2023-11-15T06:20:52.035628+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:20:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:53 smithi162 conmon[89260]: ) 809 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:53 smithi162 conmon[89260]: cluster 2023-11-15T06:20:52.094227+0000 mgr.smithi073.hvxekf (mgr.14180) 810 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:53 smithi162 conmon[89260]: 2023-11-15T06:20:55.574 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:55.574 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:55 smithi073 conmon[84426]: cluster 2023-11-15T06:20:54.094856+0000 mgr.smithi073.hvxekf (mgr.14180) 811 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:55 smithi162 conmon[89260]: cluster 2023-11-15T06:20:54.094856+0000 mgr.smithi073.hvxekf (mgr.14180) 811 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:55 smithi162 conmon[89260]: 2023-11-15T06:20:56.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:20:57.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:56 smithi073 conmon[84426]: audit 2023-11-15T06:20:55.569473+0000 mgr.smithi073.hvxekf (mgr.14180) 812 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:57.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:56 smithi162 conmon[89260]: audit 2023-11-15T06:20:55.569473+0000 mgr.smithi073.hvxekf (mgr.14180) 812 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:20:57.199 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:20:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:57 smithi073 conmon[84426]: cluster 2023-11-15T06:20:56.095440+0000 mgr.smithi073.hvxekf (mgr.14180) 813 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:57 smithi162 conmon[89260]: cluster 2023-11-15T06:20:56.095440+0000 mgr.smithi073.hvxekf (mgr.14180) 813 : cluster 2023-11-15T06:20:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:57 smithi162 conmon[89260]: [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:20:59.203 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:20:59.204 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:20:59.872 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:00.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:20:59 smithi073 conmon[84426]: cluster 2023-11-15T06:20:58.096052+0000 mgr.smithi073.hvxekf (mgr.14180) 814 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:59 smithi162 conmon[89260]: cluster 2023-11-15T06:20:58.096052+0000 mgr.smithi073.hvxekf (mgr.14180) 814 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:20:59 smithi162 conmon[89260]: 2023-11-15T06:21:00.873 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:01.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:00 smithi073 conmon[84426]: audit 2023-11-15T06:20:59.199016+0000 mgr.smithi073.hvxekf (mgr.14180) 815 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:00 smithi162 conmon[89260]: audit 2023-11-15T06:20:59.199016+0000 mgr.smithi073.hvxekf (mgr.14180) 815 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:02.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:01 smithi073 conmon[84426]: cluster 2023-11-15T06:21:00.096621+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:21:02.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:01 smithi073 conmon[84426]: 816 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:01 smithi162 conmon[89260]: cluster 2023-11-15T06:21:00.096621+0000 mgr.smithi073.hvxekf (mgr.14180) 816 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:02.824 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:02.825 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:03.463 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:03 smithi073 conmon[84426]: cluster 2023-11-15T06:21:02.097166+0000 mgr.smithi073.hvxekf (mgr.14180) 817 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:03 smithi073 conmon[84426]: audit 2023-11-15T06:21:02.818686+0000 mgr.smithi073.hvxekf (mgr.14180) 818 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:03 smithi162 conmon[89260]: cluster 2023-11-15T06:21:02.097166+0000 mgr.smithi073.hvxekf (mgr.14180) 817 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:03 smithi162 conmon[89260]: audit 2023-11-15T06:21: 2023-11-15T06:21:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:03 smithi162 conmon[89260]: 02.818686+0000 mgr.smithi073.hvxekf (mgr.14180) 818 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:04.465 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:06.031 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:05 smithi073 conmon[84426]: cluster 2023-11-15T06:21 2023-11-15T06:21:06.032 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:05 smithi073 conmon[84426]: :04.097637+0000 mgr.smithi073.hvxekf (mgr.14180) 819 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:05 smithi162 conmon[89260]: cluster 2023-11-15T06:21:04.097637+0000 mgr.smithi073.hvxekf (mgr.14180) 819 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:06.416 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:06.417 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:06.937 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:07.938 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:07 smithi073 conmon[84426]: cluster 2023-11-15T06:21:06.098317+0000 mgr.smithi073.hvxekf (mgr.14180) 820 : cluster [DBG] 2023-11-15T06:21:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:07 smithi073 conmon[84426]: pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:07 smithi073 conmon[84426]: audit 2023-11-15T06:21:06.411799+0000 mgr.smithi073.hvxekf (mgr.14180) 821 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:07 smithi162 conmon[89260]: cluster 2023-11-15T06:21:06.098317+0000 mgr.smithi073.hvxekf (mgr.14180) 820 : cluster [DBG] 2023-11-15T06:21:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:07 smithi162 conmon[89260]: pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:07 smithi162 conmon[89260]: audit 2023-11-15T06:21:06.411799+0000 mgr.smithi073.hvxekf (mgr.14180) 821 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:09.893 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:09.894 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:09 smithi162 conmon[89260]: cluster 2023-11-15T06:21:08.098921+0000 mgr.smithi073.hvxekf (mgr.14180) 822 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:10.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:09 smithi073 conmon[84426]: cluster 2023-11-15T06:21:08.098921+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:21:10.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:09 smithi073 conmon[84426]: 822 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:10.513 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:11.517 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:12.080 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:11 smithi073 conmon[84426]: audit 2023-11-15T06:21:09.888489+0000 mgr.smithi073.hvxekf (mgr.14180) 823 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:12.081 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:11 smithi073 conmon[84426]: cluster 2023-11-15T06:21:10.099429+0000 mgr.smithi073.hvxekf (mgr.14180) 824 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:12.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:11 smithi162 conmon[89260]: audit 2023-11-15T06:21:09.888489+0000 mgr.smithi073.hvxekf (mgr.14180) 823 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:12.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:11 smithi162 conmon[89260]: cluster 2023-11-15T06: 2023-11-15T06:21:12.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:11 smithi162 conmon[89260]: 21:10.099429+0000 mgr.smithi073.hvxekf (mgr.14180) 824 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:13.446 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:13.447 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:14.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:13 smithi073 conmon[84426]: cluster 2023-11-15T06:21:12.099945+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:21:14.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:13 smithi073 conmon[84426]: mgr.14180) 825 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:14.095 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:14.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:13 smithi162 conmon[89260]: cluster 2023-11-15T06:21:12.099945+0000 mgr.smithi073.hvxekf (mgr.14180) 825 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:15.096 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:15.124 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:14 smithi073 conmon[84426]: audit 2023-11-15T06:21:13.441723+0000 mgr.smithi073.hvxekf (mgr.14180) 826 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:15.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:14 smithi162 conmon[89260]: audit 2023-11-15T06:21:13.441723+0000 mgr.smithi073.hvxekf (mgr.14180) 826 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:16.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:15 smithi073 conmon[84426]: cluster 2023-11-15T06:21:14.100451+0000 mgr.smithi073.hvxekf (mgr.14180) 827 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:16.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:15 smithi162 conmon[89260]: cluster 2023-11-15T06:21:14.100451+0000 mgr.smithi073.hvxekf (mgr.14180) 827 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:17.104 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:17.104 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:17.762 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:17 smithi073 conmon[84426]: cluster 2023-11-15T06:21:16.100919+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:21:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:17 smithi073 conmon[84426]: 14180) 828 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:17 smithi162 conmon[89260]: cluster 2023-11-15T06:21:16.100919+0000 mgr.smithi073.hvxekf (mgr.14180) 828 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:18.763 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:18 smithi073 conmon[84426]: audit 2023-11-15T06:21:17.099123+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:21:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:18 smithi073 conmon[84426]: 14180) 829 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:19.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:18 smithi162 conmon[89260]: audit 2023-11-15T06:21:17.099123+0000 mgr.smithi073.hvxekf (mgr.14180) 829 : audit [DBG] 2023-11-15T06:21:19.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:18 smithi162 conmon[89260]: from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:20.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:19 smithi073 conmon[84426]: cluster 2023-11-15T06:21:18.101521+0000 mgr.smithi073.hvxekf (mgr.14180) 830 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:20.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:19 smithi162 conmon[89260]: cluster 2023-11-15T06:21:18.101521+0000 mgr.smithi073.hvxekf (mgr.14180) 830 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:20.714 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:20.714 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:21.352 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:22.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:21 smithi073 conmon[84426]: cluster 2023-11-15T06:21:20.101946+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:21:22.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:21 smithi073 conmon[84426]: 831 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:22.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:21 smithi073 conmon[84426]: audit 2023-11-15T06:21:20.709037+0000 mgr.smithi073.hvxekf (mgr.14180) 832 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:22.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:21 smithi162 conmon[89260]: cluster 2023-11-15T06:21:20.101946+0000 mgr.smithi073.hvxekf (mgr.14180) 831 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:22.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:21 smithi162 conmon[89260]: audit 2023-11-15T06:21:20.709037+0000 mgr.smithi073.hvxekf (mgr.14180) 832 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:22.354 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:23.960 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:23 smithi073 conmon[84426]: cluster 2023-11-15T06:21:22.102612+0000 mgr.smithi073.hvxekf (mgr.14180) 833 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:24.270 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:24.270 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:24.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:23 smithi162 conmon[89260]: cluster 2023-11-15T06:21:22.102612+0000 mgr.smithi073.hvxekf (mgr.14180) 833 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:24.885 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:25.887 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:26.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:25 smithi073 conmon[84426]: cluster 2023-11-15T06:21:24.102980+0000 mgr.smithi073.hvxekf (mgr.14180) 834 : cluster [DBG] 2023-11-15T06:21:26.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:25 smithi073 conmon[84426]: pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:26.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:25 smithi073 conmon[84426]: audit 2023-11-15T06:21:24.265699+0000 mgr.smithi073.hvxekf (mgr.14180) 835 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:26.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:25 smithi162 conmon[89260]: cluster 2023-11-15T06:21:24.102980+0000 mgr.smithi073.hvxekf (mgr.14180) 834 : cluster 2023-11-15T06:21:26.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:25 smithi162 conmon[89260]: [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:26.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:25 smithi162 conmon[89260]: audit 2023-11-15T06:21:24.265699+0000 mgr.smithi073.hvxekf (mgr.14180) 835 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:27.836 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:27.836 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:28.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:27 smithi073 conmon[84426]: cluster 2023-11-15T06:21:26.103454+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:21:28.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:27 smithi073 conmon[84426]: 14180) 836 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:28.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:27 smithi162 conmon[89260]: cluster 2023-11-15T06:21:26.103454+0000 mgr.smithi073.hvxekf (mgr.14180) 836 : cluster 2023-11-15T06:21:28.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:27 smithi162 conmon[89260]: [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:28.476 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:29.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:28 smithi073 conmon[84426]: audit 2023-11-15T06:21:27.830840+0000 mgr.smithi073.hvxekf (mgr.14180) 837 : 2023-11-15T06:21:29.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:28 smithi073 conmon[84426]: audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:29.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:28 smithi162 conmon[89260]: audit 2023-11-15T06:21:27.830840+0000 mgr.smithi073.hvxekf (mgr.14180) 837 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:29.477 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:30.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:29 smithi073 conmon[84426]: cluster 2023-11-15T06:21:28.103986+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:21:30.170 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:29 smithi073 conmon[84426]: 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-15T06:21:30.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:29 smithi162 conmon[89260]: cluster 2023-11-15T06:21:28.103986+0000 mgr.smithi073.hvxekf (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-15T06:21:31.394 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:31.395 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:32.036 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:32.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:31 smithi073 conmon[84426]: cluster 2023-11-15T06:21:30.104486+0000 mgr.smithi073.hvxekf (mgr.14180) 839 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:32.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:31 smithi162 conmon[89260]: cluster 2023-11-15T06:21:30.104486+0000 mgr.smithi073.hvxekf (mgr.14180) 839 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:33.037 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:33.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:32 smithi073 conmon[84426]: audit 2023-11-15T06:21:31.389636+0000 mgr.smithi073.hvxekf (mgr.14180) 840 : audit [DBG] 2023-11-15T06:21:33.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:32 smithi073 conmon[84426]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:33.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:32 smithi162 conmon[89260]: audit 2023-11-15T06:21:31.389636+0000 mgr.smithi073.hvxekf (mgr.14180) 840 : audit [DBG] 2023-11-15T06:21:33.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:32 smithi162 conmon[89260]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:34.270 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:33 smithi073 conmon[84426]: cluster 2023-11-15T06:21:32.104968+0000 mgr.smithi073.hvxekf (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-15T06:21:34.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:33 smithi162 conmon[89260]: cluster 2023-11-15T06:21:32.104968+0000 mgr.smithi073.hvxekf (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-15T06:21:34.833 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:34.834 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:35.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:36.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:35 smithi073 conmon[84426]: cluster 2023-11-15T06:21:34.105353+0000 mgr.smithi073.hvxekf (mgr.14180) 842 2023-11-15T06:21:36.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:35 smithi073 conmon[84426]: : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:36.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:35 smithi073 conmon[84426]: audit 2023-11-15T06:21:34.828639+0000 mgr.smithi073.hvxekf (mgr.14180) 843 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:36.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:35 smithi162 conmon[89260]: cluster 2023-11-15T06:21:34.105353+0000 mgr.smithi073.hvxekf (mgr.14180) 842 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:36.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:35 smithi162 conmon[89260]: audit 2023-11-15T06:21:34.828639+0000 mgr.smithi073.hvxekf (mgr.14180) 843 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:36.486 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:37.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:36 smithi073 conmon[84426]: cluster 2023-11-15T06:21:36.105963+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:21:37.232 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:36 smithi073 conmon[84426]: ) 844 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:37.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:36 smithi162 conmon[89260]: cluster 2023-11-15T06:21:36.105963+0000 mgr.smithi073.hvxekf (mgr.14180) 844 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:37.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:36 smithi162 conmon[89260]: 2023-11-15T06:21:38.414 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:38.415 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:39.050 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:39.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:39 smithi073 conmon[84426]: cluster 2023-11-15T06:21:38.106471+0000 mgr.smithi073.hvxekf (mgr.14180) 845 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:39.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:39 smithi073 conmon[84426]: audit 2023-11-15T06:21:38.410090+0000 mgr.smithi073.hvxekf (mgr.14180) 846 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:39.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:39 smithi162 conmon[89260]: cluster 2023-11-15T06:21:38.106471+0000 mgr.smithi073.hvxekf (mgr.14180) 845 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:39.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:39 smithi162 conmon[89260]: audit 2023-11-15T06:21:38.410090+0000 mgr.smithi073.hvxekf (mgr.14180) 846 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:40.051 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:41.610 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:41 smithi073 conmon[84426]: cluster 2023-11-15T06:21:40.106952+0000 mgr.smithi073.hvxekf (mgr.14180) 847 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:41.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:41 smithi162 conmon[89260]: cluster 2023-11-15T06:21:40.106952+0000 mgr.smithi073.hvxekf (mgr.14180) 847 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:41.921 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:41.922 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:42.558 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:43.559 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:43 smithi073 conmon[84426]: audit 2023-11-15T06:21:41.917002+0000 mgr.smithi073.hvxekf (mgr.14180) 848 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:43 smithi073 conmon[84426]: cluster 2023-11-15T06:21:42.107440+0000 mgr.smithi073.hvxekf (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-15T06:21:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:43 smithi162 conmon[89260]: audit 2023-11-15T06:21:41.917002+0000 mgr.smithi073.hvxekf (mgr.14180) 848 : audit [DBG] 2023-11-15T06:21:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:43 smithi162 conmon[89260]: from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:43 smithi162 conmon[89260]: cluster 2023-11-15T06:21:42.107440+0000 mgr.smithi073.hvxekf (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-15T06:21:45.474 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:45.474 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:45.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:45 smithi073 conmon[84426]: cluster 2023-11-15T06:21:44.107761+0000 mgr.smithi073.hvxekf (mgr.14180) 850 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:45.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:45 smithi162 conmon[89260]: cluster 2023-11-15T06:21:44.107761+0000 mgr.smithi073.hvxekf (mgr.14180) 850 : cluster [DBG] 2023-11-15T06:21:45.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:45 smithi162 conmon[89260]: pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:46.116 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:46.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:46 smithi073 conmon[84426]: audit 2023-11-15T06:21:45.469747+0000 mgr.smithi073.hvxekf (mgr.14180) 851 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:46 smithi162 conmon[89260]: audit 2023-11-15T06:21:45.469747+0000 mgr.smithi073.hvxekf (mgr.14180) 851 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:46.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:46 smithi162 conmon[89260]: 2023-11-15T06:21:47.118 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:47.773 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:47 smithi073 conmon[84426]: cluster 2023-11-15T06:21:46.108238+0000 mgr.smithi073.hvxekf (mgr.14180) 852 2023-11-15T06:21:47.774 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:47 smithi073 conmon[84426]: : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:47 smithi162 conmon[89260]: cluster 2023-11-15T06:21:46.108238+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:21:47.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:47 smithi162 conmon[89260]: ) 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-15T06:21:48.952 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:48.952 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:49.581 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:49.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:49 smithi073 conmon[84426]: cluster 2023-11-15T06:21:48.108837+0000 mgr.smithi073.hvxekf (mgr.14180) 853 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:49.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:49 smithi162 conmon[89260]: cluster 2023-11-15T06:21:48.108837+0000 mgr.smithi073.hvxekf (mgr.14180) 853 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:50.582 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:50.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:50 smithi073 conmon[84426]: audit 2023-11-15T06:21:48.947698+0000 mgr.smithi073.hvxekf (mgr.14180) 854 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:50.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:50 smithi162 conmon[89260]: audit 2023-11-15T06:21:48.947698+0000 mgr.smithi073.hvxekf (mgr.14180) 854 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:51.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:51 smithi073 conmon[84426]: cluster 2023-11-15T06:21:50.109422+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:21:51.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:51 smithi073 conmon[84426]: 855 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:51.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:51 smithi162 conmon[89260]: cluster 2023-11-15T06:21:50.109422+0000 mgr.smithi073.hvxekf (mgr.14180) 855 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:52.501 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:52.502 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:53.080 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:53.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:53 smithi073 conmon[84426]: cluster 2023-11-15T06:21:52.109991+0000 mgr.smithi073.hvxekf (mgr.14180) 856 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:53.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:53 smithi073 conmon[84426]: audit 2023-11-15T06:21:52.497064+0000 mgr.smithi073.hvxekf (mgr.14180) 857 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:53.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:53 smithi162 conmon[89260]: cluster 2023-11-15T06:21:52.109991+0000 mgr.smithi073.hvxekf (mgr.14180) 856 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:53.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:53 smithi162 conmon[89260]: audit 2023-11-15T06:21:52.497064+0000 mgr.smithi073.hvxekf (mgr.14180) 857 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:54.081 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:55.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:55 smithi073 conmon[84426]: cluster 2023-11-15T06:21:54.110682+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:21:55.775 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:55 smithi073 conmon[84426]: 858 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:55.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:55 smithi162 conmon[89260]: cluster 2023-11-15T06:21:54.110682+0000 mgr.smithi073.hvxekf (mgr.14180) 858 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:56.168 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:56.169 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:56.807 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:21:57.808 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:21:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:57 smithi073 conmon[84426]: cluster 2023-11-15T06:21:56.111140+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:21:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:57 smithi073 conmon[84426]: 859 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:57.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:57 smithi073 conmon[84426]: audit 2023-11-15T06:21:56.163994+0000 mgr.smithi073.hvxekf (mgr.14180) 860 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:57 smithi162 conmon[89260]: cluster 2023-11-15T06:21:56.111140+0000 mgr.smithi073.hvxekf (mgr.14180) 859 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:57.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:57 smithi162 conmon[89260]: audit 2023-11-15T06:21:56.163994+0000 mgr.smithi073.hvxekf (mgr.14180) 860 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:21:59.729 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:21:59.729 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:21:59.757 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:59 smithi073 conmon[84426]: cluster 2023-11-15T06:21:58.111707+0000 mgr.smithi073.hvxekf (mgr.14180) 861 2023-11-15T06:21:59.757 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:21:59 smithi073 conmon[84426]: : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:21:59.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:21:59 smithi162 conmon[89260]: cluster 2023-11-15T06:21:58.111707+0000 mgr.smithi073.hvxekf (mgr.14180) 861 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:00.330 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:00 smithi073 conmon[84426]: audit 2023-11-15T06:21:59.724418+0000 mgr.smithi073.hvxekf 2023-11-15T06:22:00.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:00 smithi073 conmon[84426]: (mgr.14180) 862 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:00 smithi162 conmon[89260]: audit 2023-11-15T06:21:59.724418+0000 mgr.smithi073.hvxekf (mgr.14180) 862 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:01.331 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:01.789 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:01 smithi073 conmon[84426]: cluster 2023-11-15T06:22:00.112119+0000 mgr.smithi073.hvxekf (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-15T06:22:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:01 smithi162 conmon[89260]: cluster 2023-11-15T06:22:00.112119+0000 mgr.smithi073.hvxekf (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-15T06:22:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:01 smithi162 conmon[89260]: 2023-11-15T06:22:03.180 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:03.181 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:13:12.193135Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.avppim on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:03.765 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:03 smithi073 conmon[84426]: cluster 2023-11-15T06:22:02.112612+0000 2023-11-15T06:22:03.765 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:03 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 864 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:03.779 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:03.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:03 smithi162 conmon[89260]: cluster 2023-11-15T06:22:02.112612+0000 mgr.smithi073.hvxekf (mgr.14180) 864 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:04.780 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:04 smithi073 conmon[84426]: audit 2023-11-15T06:22:03.175312+0000 mgr.smithi073.hvxekf (mgr.14180) 865 : audit [DBG] 2023-11-15T06:22:04.811 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:04 smithi073 conmon[84426]: from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:04.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:04 smithi162 conmon[89260]: audit 2023-11-15T06:22:03.175312+0000 mgr.smithi073.hvxekf (mgr.14180) 865 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:05.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:05 smithi073 conmon[84426]: cluster 2023-11-15T06:22: 2023-11-15T06:22:05.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:05 smithi073 conmon[84426]: 04.113142+0000 mgr.smithi073.hvxekf (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-15T06:22:05.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:05 smithi073 conmon[84426]: audit 2023-11-15T06:22:05.090035+0000 mon.smithi073 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.vdxtqu"}]: dispatch 2023-11-15T06:22:05.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:05 smithi162 conmon[89260]: cluster 2023-11-15T06:22:04.113142+0000 mgr.smithi073.hvxekf (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-15T06:22:05.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:05 smithi162 conmon[89260]: 2023-11-15T06:22:05.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:05 smithi162 conmon[89260]: audit 2023-11-15T06:22:05.090035+0000 mon.smithi073 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.vdxtqu"}]: dispatch 2023-11-15T06:22:06.718 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:06.718 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:06.738 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: cephadm 2023-11-15T06:22:05 2023-11-15T06:22:06.739 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: .089566+0000 mgr.smithi073.hvxekf (mgr.14180) 867 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.739 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.739 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.739 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.vdxtqu ... 2023-11-15T06:22:06.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:22:06.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:20:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.740 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:20:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.741 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:21:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.741 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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-15T06:22:06.741 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:22:06.741 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.741 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: Traceback (most recent call last): 2023-11-15T06:22:06.742 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:22:06.742 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: yield (conn, connr) 2023-11-15T06:22:06.742 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:22:06.742 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: code, '\n'.join(err))) 2023-11-15T06:22:06.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.vdxtqu ... 2023-11-15T06:22:06.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:22:06.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:20:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:20:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:21:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.745 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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-15T06:22:06.745 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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 2023-11-15T06:22:06.745 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:22:06.745 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.746 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: cephadm 2023-11-15T06:22:05.089724+0000 mgr.smithi073.hvxekf (mgr.14180) 868 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.746 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: cephadm 2023-11-15T06:22:05.090685+0000 mgr.smithi073.hvxekf (mgr.14180) 869 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.vdxtqu ... 2023-11-15T06:22:06.747 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:22:06.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:20:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:20:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:21:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.748 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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-15T06:22:06.749 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:22:06.749 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.749 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:06 smithi073 conmon[84426]: cephadm 2023-11-15T06:22:05.092094+0000 mgr.smithi073.hvxekf (mgr.14180) 870 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.chzzqg on smithi073 2023-11-15T06:22:06.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: cephadm 2023-11-15T06:22:05.089566+0000 mgr.smithi073.hvxekf (mgr.14180) 867 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.vdxtqu ... 2023-11-15T06:22:06.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:22:06.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:20:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:20:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:21:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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-15T06:22:06.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:22:06.831 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: Traceback (most recent call last): 2023-11-15T06:22:06.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:22:06.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: yield (conn, connr) 2023-11-15T06:22:06.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:22:06.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: code, '\n'.join(err))) 2023-11-15T06:22:06.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.vdxtqu ... 2023-11-15T06:22:06.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:22:06.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:20:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:20:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.834 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:21:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.835 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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-15T06:22:06.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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-15T06:22:06.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:22:06.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.836 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: cephadm 2023-11-15T06:22:05.089724+0000 mgr.smithi073.hvxekf (mgr.14180) 868 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: cephadm 2023-11-15T06:22:05.090685+0000 mgr.smithi073.hvxekf (mgr.14180) 869 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu 2023-11-15T06:22:06.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu 2023-11-15T06:22:06.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.vdxtqu ... 2023-11-15T06:22:06.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:22:06.838 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:20:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:20:46Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.840 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:21:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:22:06.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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-15T06:22:06.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:22:06.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:22:06.841 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:06 smithi162 conmon[89260]: cephadm 2023-11-15T06:22:05.092094+0000 mgr.smithi073.hvxekf (mgr.14180) 870 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.chzzqg on smithi073 2023-11-15T06:22:07.345 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:07 smithi073 conmon[84426]: cluster 2023-11-15T06:22:06.113650+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:22:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:07 smithi073 conmon[84426]: .14180) 871 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:07.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:07 smithi073 conmon[84426]: audit 2023-11-15T06:22:06.712677+0000 mgr.smithi073.hvxekf (mgr.14180) 872 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:07 smithi162 conmon[89260]: cluster 2023-11-15T06:22:06.113650+0000 mgr.smithi073.hvxekf (mgr.14180) 871 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:07.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:07 smithi162 conmon[89260]: audit 2023-11-15T06:22:06.712677+0000 mgr.smithi073.hvxekf (mgr.14180) 872 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:08.346 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:09 smithi073 conmon[84426]: cluster 2023-11-15T06:22:08.114311+0000 mgr.smithi073.hvxekf (mgr.14180) 873 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:09.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:09 smithi162 conmon[89260]: cluster 2023-11-15T06:22:08.114311+0000 mgr.smithi073.hvxekf (mgr.14180) 873 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:09.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:09 smithi162 conmon[89260]: 2023-11-15T06:22:10.323 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:10.324 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:10.935 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:11.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:11 smithi073 conmon[84426]: cluster 2023-11-15T06:22:10.114870+0000 mgr.smithi073.hvxekf (mgr.14180) 874 : cluster [DBG] 2023-11-15T06:22:11.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:11 smithi073 conmon[84426]: pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:11.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:11 smithi073 conmon[84426]: audit 2023-11-15T06:22:10.318442+0000 mgr.smithi073.hvxekf (mgr.14180) 875 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:11 smithi162 conmon[89260]: cluster 2023-11-15T06:22:10.114870+0000 mgr.smithi073.hvxekf (mgr.14180) 874 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:11 smithi162 conmon[89260]: 2023-11-15T06:22:11.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:11 smithi162 conmon[89260]: audit 2023-11-15T06:22:10.318442+0000 mgr.smithi073.hvxekf (mgr.14180) 875 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:11.937 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:13 smithi073 conmon[84426]: cluster 2023-11-15T06:22:12.115383+0000 mgr.smithi073.hvxekf (mgr.14180) 876 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:13.830 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:13 smithi162 conmon[89260]: cluster 2023-11-15T06:22:12.115383+0000 mgr.smithi073.hvxekf (mgr.14180) 876 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:13.830 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:13.831 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:14.436 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:14 smithi073 conmon[84426]: audit 2023-11-15T06:22:13.825223+0000 mgr.smithi073.hvxekf (mgr.14180) 877 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:14.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:14 smithi162 conmon[89260]: audit 2023-11-15T06:22:13.825223+0000 mgr.smithi073.hvxekf (mgr.14180) 877 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:14.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:14 smithi162 conmon[89260]: 2023-11-15T06:22:15.437 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:15 smithi073 conmon[84426]: cluster 2023-11-15T06:22:14.115749+0000 mgr.smithi073.hvxekf (mgr.14180) 878 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:15.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:15 smithi073 conmon[84426]: 2023-11-15T06:22:15.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:15 smithi162 conmon[89260]: cluster 2023-11-15T06:22:14.115749+0000 mgr.smithi073.hvxekf (mgr.14180) 878 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:17.443 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:17.444 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:17.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:17 smithi073 conmon[84426]: cluster 2023-11-15T06:22:16.116463+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:22:17.636 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:17 smithi073 conmon[84426]: 879 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:17.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:17 smithi162 conmon[89260]: cluster 2023-11-15T06:22:16.116463+0000 mgr.smithi073.hvxekf (mgr.14180) 879 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:18.093 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:18 smithi073 conmon[84426]: audit 2023-11-15T06:22:17.438868+0000 mgr.smithi073.hvxekf (mgr.14180) 880 : audit 2023-11-15T06:22:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:18 smithi073 conmon[84426]: [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:18.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:18 smithi162 conmon[89260]: audit 2023-11-15T06:22:17.438868+0000 mgr.smithi073.hvxekf (mgr.14180) 880 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:19.094 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:19.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:19 smithi073 conmon[84426]: cluster 2023-11-15T06:22:18.117054+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:22:19.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:19 smithi073 conmon[84426]: ) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:19.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:19 smithi162 conmon[89260]: cluster 2023-11-15T06:22:18.117054+0000 mgr.smithi073.hvxekf (mgr.14180) 881 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:21.249 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:21.250 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:21.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:21 smithi073 conmon[84426]: cluster 2023-11-15T06:22:20.117689+0000 mgr.smithi073.hvxekf (mgr.14180) 882 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:21.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:21 smithi162 conmon[89260]: cluster 2023-11-15T06:22:20.117689+0000 mgr.smithi073.hvxekf (mgr.14180) 882 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:21.903 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:22.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:22 smithi073 conmon[84426]: audit 2023-11-15T06:22:21.245008+0000 mgr.smithi073.hvxekf (mgr.14180) 883 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:22.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:22 smithi162 conmon[89260]: audit 2023-11-15T06:22:21.245008+0000 mgr.smithi073.hvxekf (mgr.14180) 883 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:22.904 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:23.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:23 smithi073 conmon[84426]: cluster 2023-11-15T06:22:22.118295+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:22:23.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:23 smithi073 conmon[84426]: 14180) 884 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:23.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:23 smithi162 conmon[89260]: cluster 2023-11-15T06:22:22.118295+0000 mgr.smithi073.hvxekf (mgr.14180) 884 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:24.769 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:24.770 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:25.408 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:25.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:25 smithi073 conmon[84426]: cluster 2023-11-15T06:22:24.118873+0000 mgr.smithi073.hvxekf (mgr.14180) 885 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:25.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:25 smithi073 conmon[84426]: audit 2023-11-15T06:22:24.764842+0000 mgr.smithi073.hvxekf (mgr.14180) 886 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:25 smithi162 conmon[89260]: cluster 2023-11-15T06:22:24.118873+0000 mgr.smithi073.hvxekf (mgr.14180) 885 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:25.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:25 smithi162 conmon[89260]: audit 2023-11-15T06:22:24.764842+0000 mgr.smithi073.hvxekf (mgr.14180) 886 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:26.413 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:27.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:27 smithi073 conmon[84426]: cluster 2023-11-15T06:22:26.119349+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:22:27.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:27 smithi073 conmon[84426]: 14180) 887 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:27.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:27 smithi162 conmon[89260]: cluster 2023-11-15T06:22:26.119349+0000 mgr.smithi073.hvxekf (mgr.14180) 887 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:28.304 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:28.304 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:28.900 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:29 smithi073 conmon[84426]: cluster 2023-11-15T06:22:28.119992+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:22:29.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:29 smithi073 conmon[84426]: 888 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:29.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:29 smithi073 conmon[84426]: audit 2023-11-15T06:22:28.299650+0000 mgr.smithi073.hvxekf (mgr.14180) 889 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:29 smithi162 conmon[89260]: cluster 2023-11-15T06:22:28.119992+0000 mgr.smithi073.hvxekf (mgr.14180) 888 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:29.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:29 smithi162 conmon[89260]: audit 2023-11-15T06:22:28.299650+0000 mgr.smithi073.hvxekf (mgr.14180) 889 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:29.902 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:31.793 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:31.794 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:31.815 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:31 smithi073 conmon[84426]: cluster 2023-11-15T06:22:30.120462+0000 mgr.smithi073.hvxekf (mgr.14180) 890 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:31.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:31 smithi162 conmon[89260]: cluster 2023-11-15T06:22:30.120462+0000 mgr.smithi073.hvxekf (mgr.14180) 890 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:32.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:32 smithi073 conmon[84426]: audit 2023-11-15T06:22:31.788615+0000 mgr.smithi073.hvxekf (mgr.14180) 891 : audit [DBG] 2023-11-15T06:22:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:32 smithi073 conmon[84426]: from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:32 smithi162 conmon[89260]: audit 2023-11-15T06:22:31.788615+0000 mgr.smithi073.hvxekf (mgr.14180) 891 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:33.417 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:33.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:33 smithi073 conmon[84426]: cluster 2023-11-15T06: 2023-11-15T06:22:33.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:33 smithi073 conmon[84426]: 22:32.121108+0000 mgr.smithi073.hvxekf (mgr.14180) 892 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:33 smithi162 conmon[89260]: cluster 2023-11-15T06:22:32.121108+0000 mgr.smithi073.hvxekf (mgr.14180) 892 : cluster [DBG] 2023-11-15T06:22:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:33 smithi162 conmon[89260]: pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:35.333 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:35.333 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:35.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:35 smithi073 conmon[84426]: cluster 2023-11-15T06:22:34.121465+0000 mgr.smithi073.hvxekf (mgr.14180) 893 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:35.924 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:35 smithi162 conmon[89260]: cluster 2023-11-15T06:22:34.121465+0000 mgr.smithi073.hvxekf (mgr.14180) 893 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:36.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:36 smithi162 conmon[89260]: audit 2023-11-15T06:22:35.328322+0000 mgr.smithi073.hvxekf (mgr.14180) 894 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:36.925 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:36.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:36 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:22:36.957 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:36 smithi073 conmon[84426]: 22:35.328322+0000 mgr.smithi073.hvxekf (mgr.14180) 894 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:37.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:37 smithi073 conmon[84426]: cluster 2023-11-15T06:22:36.122077+0000 mgr.smithi073.hvxekf (mgr.14180) 895 2023-11-15T06:22:37.631 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:37 smithi073 conmon[84426]: : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:38.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:37 smithi162 conmon[89260]: cluster 2023-11-15T06:22:36.122077+0000 mgr.smithi073.hvxekf (mgr.14180) 895 : 2023-11-15T06:22:38.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:37 smithi162 conmon[89260]: cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:38.847 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:38.848 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:39.525 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:39 smithi073 conmon[84426]: cluster 2023-11-15T06:22:38.122704+0000 mgr.smithi073.hvxekf (mgr.14180) 896 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:39.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:39 smithi073 conmon[84426]: audit 2023-11-15T06:22:38.842818+0000 mgr.smithi073.hvxekf (mgr.14180) 897 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:39 smithi162 conmon[89260]: cluster 2023-11-15T06:22:38.122704+0000 mgr.smithi073.hvxekf (mgr.14180) 896 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:39 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:22:40.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:39 smithi162 conmon[89260]: T06:22:38.842818+0000 mgr.smithi073.hvxekf (mgr.14180) 897 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:40.526 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:41.993 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:41 smithi073 conmon[84426]: cluster 2023-11-15T06:22:40.123226+0000 mgr.smithi073.hvxekf (mgr.14180) 898 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:41 smithi162 conmon[89260]: cluster 2023-11-15T06:22:40.123226+0000 mgr.smithi073.hvxekf (mgr.14180) 898 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:42.369 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:42.370 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:42.990 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:43.991 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:44.020 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:43 smithi073 conmon[84426]: cluster 2023-11-15T06:22:42.123719+0000 mgr.smithi073.hvxekf (mgr.14180) 899 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:44.020 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:43 smithi073 conmon[84426]: audit 2023-11-15T06:22:42.364926+0000 mgr.smithi073.hvxekf (mgr.14180) 900 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:43 smithi162 conmon[89260]: cluster 2023-11-15T06:22:42.123719+0000 mgr.smithi073.hvxekf (mgr.14180) 899 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:43 smithi162 conmon[89260]: audit 2023-11-15 2023-11-15T06:22:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:43 smithi162 conmon[89260]: T06:22:42.364926+0000 mgr.smithi073.hvxekf (mgr.14180) 900 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:46.007 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:46.007 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:46.029 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:45 smithi073 conmon[84426]: cluster 2023-11-15T06:22:44.124167+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:22:46.030 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:45 smithi073 conmon[84426]: .14180) 901 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:45 smithi162 conmon[89260]: cluster 2023-11-15T06:22:44.124167+0000 mgr.smithi073.hvxekf (mgr.14180) 901 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:46.563 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:47.565 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:47.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:47 smithi073 conmon[84426]: audit 2023-11-15T06:22:46.002673+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:22:47.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:47 smithi073 conmon[84426]: .14180) 902 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:47.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:47 smithi073 conmon[84426]: cluster 2023-11-15T06:22:46.124683+0000 mgr.smithi073.hvxekf (mgr.14180) 903 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:47 smithi162 conmon[89260]: audit 2023-11-15T06:22:46.002673+0000 mgr.smithi073.hvxekf (mgr.14180) 902 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:47 smithi162 conmon[89260]: cluster 2023-11-15T06:22:46.124683+0000 mgr.smithi073.hvxekf (mgr.14180) 903 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:49.458 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:49.459 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:49.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:49 smithi073 conmon[84426]: cluster 2023-11-15T06:22:48.125201+0000 mgr.smithi073.hvxekf (mgr.14180) 904 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:50.071 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:49 smithi162 conmon[89260]: cluster 2023-11-15T06:22:48.125201+0000 mgr.smithi073.hvxekf (mgr.14180) 904 : cluster [DBG] 2023-11-15T06:22:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:49 smithi162 conmon[89260]: pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:51.073 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:50 smithi073 conmon[84426]: audit 2023-11-15T06:22:49.453096+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:22:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:50 smithi073 conmon[84426]: 14180) 905 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:50 smithi162 conmon[89260]: audit 2023-11-15T06:22:49.453096+0000 mgr.smithi073.hvxekf (mgr.14180) 905 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:51.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:51 smithi073 conmon[84426]: cluster 2023-11-15T06:22:50.125654+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:22:51.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:51 smithi073 conmon[84426]: mgr.14180) 906 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:51 smithi162 conmon[89260]: cluster 2023-11-15T06:22:50.125654+0000 mgr.smithi073.hvxekf (mgr.14180) 906 : cluster 2023-11-15T06:22:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:51 smithi162 conmon[89260]: [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:53.018 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:53.018 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:53.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:53 smithi073 conmon[84426]: cluster 2023-11-15T06:22:52.126136+0000 mgr.smithi073.hvxekf (mgr.14180) 907 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:53 smithi162 conmon[89260]: cluster 2023-11-15T06:22:52.126136+0000 mgr.smithi073.hvxekf (mgr.14180) 907 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:54.640 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:54 smithi073 conmon[84426]: audit 2023-11-15T06:22:53.013545+0000 mgr.smithi073.hvxekf (mgr.14180) 908 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:54 smithi162 conmon[89260]: audit 2023-11-15T06:22:53.013545+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:22:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:54 smithi162 conmon[89260]: 14180) 908 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:55.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:55 smithi073 conmon[84426]: cluster 2023-11-15T06:22:54.126794+0000 mgr.smithi073.hvxekf (mgr.14180) 909 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:55 smithi162 conmon[89260]: cluster 2023-11-15T06:22:54.126794+0000 mgr.smithi073.hvxekf (mgr.14180) 909 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:56.655 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:22:56.656 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:22:57.253 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:22:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:57 smithi073 conmon[84426]: cluster 2023-11-15T06:22:56.127332+0000 mgr.smithi073.hvxekf 2023-11-15T06:22:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:57 smithi073 conmon[84426]: (mgr.14180) 910 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:57 smithi073 conmon[84426]: audit 2023-11-15T06:22:56.651082+0000 mgr.smithi073.hvxekf (mgr.14180) 911 : audit [DBG] 2023-11-15T06:22:58.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:57 smithi073 conmon[84426]: from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:57 smithi162 conmon[89260]: cluster 2023-11-15T06:22:56.127332+0000 mgr.smithi073.hvxekf (mgr.14180) 910 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:22:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:57 smithi162 conmon[89260]: audit 2023-11- 2023-11-15T06:22:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:57 smithi162 conmon[89260]: 15T06:22:56.651082+0000 mgr.smithi073.hvxekf (mgr.14180) 911 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:22:58.254 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:22:59.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:59 smithi073 conmon[84426]: cluster 2023-11-15T06:22:58.127988+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:22:59.799 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:22:59 smithi073 conmon[84426]: .14180) 912 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:59 smithi162 conmon[89260]: cluster 2023-11-15T06:22:58.127988+0000 mgr.smithi073.hvxekf (mgr.14180) 912 : 2023-11-15T06:23:00.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:22:59 smithi162 conmon[89260]: cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:00.115 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:00.115 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:00.763 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:01.763 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:01 smithi073 conmon[84426]: audit 2023-11-15T06:23:00.110621+0000 mgr.smithi073.hvxekf (mgr.14180) 913 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:01 smithi073 conmon[84426]: cluster 2023-11-15T06:23:00.128603+0000 mgr.smithi073.hvxekf (mgr.14180) 914 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:01 smithi162 conmon[89260]: audit 2023-11-15T06:23:00.110621+0000 mgr.smithi073.hvxekf (mgr.14180) 913 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:01 smithi162 conmon[89260]: cluster 2023-11-15T06:23:00.128603+0000 mgr.smithi073.hvxekf (mgr.14180) 914 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:03.678 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:03.678 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:03 smithi073 conmon[84426]: cluster 2023-11-15T06:23:02.129065+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:23:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:03 smithi073 conmon[84426]: 915 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:03 smithi162 conmon[89260]: cluster 2023-11-15T06:23:02.129065+0000 mgr.smithi073.hvxekf (mgr.14180) 915 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:04.312 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:04 smithi073 conmon[84426]: audit 2023-11-15T06:23:03.673300+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:23:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:04 smithi073 conmon[84426]: 916 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:04 smithi162 conmon[89260]: audit 2023-11-15T06:23:03.673300+0000 mgr.smithi073.hvxekf (mgr.14180) 916 : audit [DBG] 2023-11-15T06:23:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:04 smithi162 conmon[89260]: from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:05.313 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:06.021 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:05 smithi073 conmon[84426]: cluster 2023-11-15T06:23:04.129637+0000 mgr.smithi073.hvxekf (mgr.14180) 917 : 2023-11-15T06:23:06.022 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:05 smithi073 conmon[84426]: cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:05 smithi162 conmon[89260]: cluster 2023-11-15T06:23:04.129637+0000 mgr.smithi073.hvxekf (mgr.14180) 917 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:07.178 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:07.179 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:07.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:07 smithi073 conmon[84426]: cluster 2023-11-15T06:23:06.130128+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:23:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:07 smithi073 conmon[84426]: 918 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:07 smithi162 conmon[89260]: cluster 2023-11-15T06:23:06.130128+0000 mgr.smithi073.hvxekf (mgr.14180) 918 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:08.828 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:09.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:08 smithi073 conmon[84426]: audit 2023-11-15T06:23:07.173764+0000 mgr.smithi073.hvxekf (mgr.14180) 919 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:08 smithi162 conmon[89260]: audit 2023-11-15T06:23:07.173764+0000 mgr.smithi073.hvxekf (mgr.14180) 919 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:10.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:09 smithi073 conmon[84426]: cluster 2023-11-15T06:23:08.130653+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:23:10.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:09 smithi073 conmon[84426]: .14180) 920 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:09 smithi162 conmon[89260]: cluster 2023-11-15T06:23:08.130653+0000 mgr.smithi073.hvxekf (mgr.14180) 920 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:10.710 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:10.711 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:11.343 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:11 smithi073 conmon[84426]: cluster 2023-11-15T06:23:10.131077+0000 2023-11-15T06:23:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:11 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 921 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:12.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:11 smithi073 conmon[84426]: audit 2023-11-15T06:23:10.705140+0000 mgr.smithi073.hvxekf (mgr.14180) 922 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:11 smithi162 conmon[89260]: cluster 2023-11-15T06:23:10.131077+0000 mgr.smithi073.hvxekf (mgr.14180) 921 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:11 smithi162 conmon[89260]: audit 2023-11-15T06:23:10.705140+0000 mgr.smithi073.hvxekf (mgr.14180) 922 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:12.344 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:13.904 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:13 smithi073 conmon[84426]: cluster 2023-11-15T06:23:12.131662+0000 mgr.smithi073.hvxekf (mgr.14180) 923 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:13 smithi162 conmon[89260]: cluster 2023-11-15T06:23:12.131662+0000 mgr.smithi073.hvxekf (mgr.14180) 923 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:14.267 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:14.268 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:14.859 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:15.860 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:15 smithi073 conmon[84426]: cluster 2023-11-15T06:23:14.132110+0000 mgr.smithi073.hvxekf (mgr.14180) 924 : cluster [DBG] 2023-11-15T06:23:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:15 smithi073 conmon[84426]: pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:16.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:15 smithi073 conmon[84426]: audit 2023-11-15T06:23:14.262603+0000 mgr.smithi073.hvxekf (mgr.14180) 925 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:15 smithi162 conmon[89260]: cluster 2023-11-15T06:23:14.132110+0000 mgr.smithi073.hvxekf (mgr.14180) 924 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:16.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:15 smithi162 conmon[89260]: audit 2023-11-15T06:23:14.262603+0000 mgr.smithi073.hvxekf (mgr.14180) 925 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:17.795 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:17.796 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:18.010 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:17 smithi073 conmon[84426]: cluster 2023-11-15T06:23:16.132634+0000 mgr.smithi073.hvxekf (mgr.14180) 926 : cluster 2023-11-15T06:23:18.010 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:17 smithi073 conmon[84426]: [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:17 smithi162 conmon[89260]: cluster 2023-11-15T06:23:16.132634+0000 mgr.smithi073.hvxekf (mgr.14180) 926 : cluster [DBG] 2023-11-15T06:23:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:17 smithi162 conmon[89260]: pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:18.400 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:18 smithi073 conmon[84426]: audit 2023-11-15T06:23:17.790268+0000 mgr.smithi073.hvxekf (mgr.14180) 927 : audit 2023-11-15T06:23:19.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:18 smithi073 conmon[84426]: [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:18 smithi162 conmon[89260]: audit 2023-11-15T06:23:17.790268+0000 mgr.smithi073.hvxekf (mgr.14180) 927 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:19.402 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:19.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:19 smithi073 conmon[84426]: cluster 2023-11-15T06:23:18.133347+0000 mgr.smithi073.hvxekf 2023-11-15T06:23:19.966 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:19 smithi073 conmon[84426]: (mgr.14180) 928 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:19 smithi162 conmon[89260]: cluster 2023-11-15T06:23:18.133347+0000 mgr.smithi073.hvxekf (mgr.14180) 928 : cluster 2023-11-15T06:23:20.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:19 smithi162 conmon[89260]: [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:21.337 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:21.338 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:21.948 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:21 smithi073 conmon[84426]: cluster 2023-11-15T06:23:20.133811+0000 mgr.smithi073.hvxekf (mgr.14180) 929 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:21.950 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:21 smithi162 conmon[89260]: cluster 2023-11-15T06:23:20.133811+0000 mgr.smithi073.hvxekf (mgr.14180) 929 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:22.951 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:22.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:22 smithi073 conmon[84426]: audit 2023-11-15T06:23:21.332944+0000 mgr.smithi073.hvxekf (mgr.14180) 930 : 2023-11-15T06:23:22.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:22 smithi073 conmon[84426]: audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:22 smithi162 conmon[89260]: audit 2023-11-15T06:23:21.332944+0000 mgr.smithi073.hvxekf (mgr.14180) 930 : audit [DBG] 2023-11-15T06:23:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:22 smithi162 conmon[89260]: from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:23 smithi073 conmon[84426]: cluster 2023-11-15T06:23:22.134336+0000 mgr.smithi073.hvxekf (mgr.14180) 931 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:23 smithi162 conmon[89260]: cluster 2023-11-15T06:23:22.134336+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:23:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:23 smithi162 conmon[89260]: 931 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:24.826 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:24.827 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:25.432 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:25 smithi073 conmon[84426]: cluster 2023-11-15T06:23:24.134717+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:23:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:25 smithi073 conmon[84426]: ) 932 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:26.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:25 smithi073 conmon[84426]: audit 2023-11-15T06:23:24.821637+0000 mgr.smithi073.hvxekf (mgr.14180) 933 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:25 smithi162 conmon[89260]: cluster 2023-11-15T06:23:24.134717+0000 mgr.smithi073.hvxekf (mgr.14180) 932 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:26.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:25 smithi162 conmon[89260]: audit 2023-11-15T06:23:24.821637+0000 mgr.smithi073.hvxekf (mgr.14180) 933 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:26.434 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:27.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:27 smithi073 conmon[84426]: cluster 2023-11-15T06:23:26.135170+0000 2023-11-15T06:23:27.962 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:27 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 934 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:27 smithi162 conmon[89260]: cluster 2023-11-15T06:23:26.135170+0000 mgr.smithi073.hvxekf (mgr.14180) 934 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:28.338 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:28.339 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:28.967 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:29.969 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:29.999 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:29 smithi073 conmon[84426]: cluster 2023-11-15T06:23:28.135713+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:23:30.000 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:29 smithi073 conmon[84426]: 14180) 935 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:30.000 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:29 smithi073 conmon[84426]: audit 2023-11-15T06:23:28.333822+0000 mgr.smithi073.hvxekf (mgr.14180) 936 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:30.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:29 smithi162 conmon[89260]: cluster 2023-11-15T06:23:28.135713+0000 mgr.smithi073.hvxekf (mgr.14180) 935 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:30.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:29 smithi162 conmon[89260]: audit 2023-11-15T06:23:28.333822+0000 mgr.smithi073.hvxekf (mgr.14180) 936 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:31.884 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:31.885 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:31 smithi073 conmon[84426]: cluster 2023-11-15T06:23:30.136340+0000 mgr.smithi073.hvxekf (mgr.14180) 937 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:31 smithi162 conmon[89260]: cluster 2023-11-15T06:23:30.136340+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:23:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:31 smithi162 conmon[89260]: 14180) 937 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:32.498 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:32 smithi073 conmon[84426]: audit 2023-11-15T06:23:31.879783+0000 2023-11-15T06:23:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:32 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 938 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:32 smithi162 conmon[89260]: audit 2023-11-15T06:23:31.879783+0000 mgr.smithi073.hvxekf (mgr.14180) 938 : audit [DBG] 2023-11-15T06:23:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:32 smithi162 conmon[89260]: from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:33.499 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:33.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:33 smithi073 conmon[84426]: cluster 2023-11-15T06:23:32.136839+0000 mgr.smithi073.hvxekf (mgr.14180) 939 : cluster 2023-11-15T06:23:33.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:33 smithi073 conmon[84426]: [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:34.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:33 smithi162 conmon[89260]: cluster 2023-11-15T06:23:32.136839+0000 mgr.smithi073.hvxekf (mgr.14180) 939 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:35.407 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:35.407 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:36.037 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:35 smithi073 conmon[84426]: cluster 2023-11-15T06:23:34.137297+0000 mgr.smithi073.hvxekf (mgr.14180) 940 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:36.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:36.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:35 smithi162 conmon[89260]: cluster 2023-11-15T06:23:34.137297+0000 mgr.smithi073.hvxekf (mgr.14180) 940 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:37.057 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:37.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:36 smithi073 conmon[84426]: audit 2023-11-15T06:23:35.402119+0000 mgr.smithi073.hvxekf (mgr.14180) 941 2023-11-15T06:23:37.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:36 smithi073 conmon[84426]: : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:37.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:36 smithi162 conmon[89260]: audit 2023-11-15T06:23:35.402119+0000 mgr.smithi073.hvxekf (mgr.14180) 941 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:37.924 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:37 smithi073 conmon[84426]: cluster 2023-11-15T06:23:36 2023-11-15T06:23:37.924 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:37 smithi073 conmon[84426]: .137855+0000 mgr.smithi073.hvxekf (mgr.14180) 942 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:38.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:37 smithi162 conmon[89260]: cluster 2023-11-15T06:23:36.137855+0000 mgr.smithi073.hvxekf (mgr.14180) 942 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:38.993 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:38.994 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:39.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:39 smithi073 conmon[84426]: cluster 2023-11-15T06:23:38.138411+0000 mgr.smithi073.hvxekf (mgr.14180) 943 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:40.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:39 smithi162 conmon[89260]: cluster 2023-11-15T06:23:38.138411+0000 mgr.smithi073.hvxekf (mgr.14180) 943 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:40.640 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:40 smithi073 conmon[84426]: audit 2023-11-15T06:23:38.988546+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:23:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:40 smithi073 conmon[84426]: ) 944 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:40 smithi162 conmon[89260]: audit 2023-11-15T06:23:38.988546+0000 mgr.smithi073.hvxekf (mgr.14180) 944 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:42.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:41 smithi073 conmon[84426]: cluster 2023-11-15T06:23:40.138818+0000 mgr.smithi073.hvxekf (mgr.14180) 945 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:41 smithi162 conmon[89260]: cluster 2023-11-15T06:23:40.138818+0000 mgr.smithi073.hvxekf (mgr.14180) 945 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:42.563 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:42.564 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:43.181 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:44.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:43 smithi073 conmon[84426]: cluster 2023-11-15T06:23:42.139366+0000 mgr.smithi073.hvxekf (mgr.14180) 946 : cluster 2023-11-15T06:23:44.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:43 smithi073 conmon[84426]: [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:44.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:43 smithi073 conmon[84426]: audit 2023-11-15T06:23:42.558820+0000 mgr.smithi073.hvxekf (mgr.14180) 947 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:43 smithi162 conmon[89260]: cluster 2023-11-15T06:23:42.139366+0000 mgr.smithi073.hvxekf (mgr.14180) 946 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:44.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:43 smithi162 conmon[89260]: audit 2023-11-15T06 2023-11-15T06:23:44.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:43 smithi162 conmon[89260]: :23:42.558820+0000 mgr.smithi073.hvxekf (mgr.14180) 947 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:44.183 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:46.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:45 smithi073 conmon[84426]: cluster 2023-11-15T06:23:44.139982+0000 mgr.smithi073.hvxekf (mgr.14180) 948 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:45 smithi162 conmon[89260]: cluster 2023-11-15T06:23:44.139982+0000 mgr.smithi073.hvxekf (mgr.14180) 948 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:46.082 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:46.082 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:46.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:47.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:48.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:47 smithi073 conmon[84426]: audit 2023-11-15T06:23:46.077269+0000 mgr.smithi073.hvxekf (mgr.14180) 949 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:48.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:47 smithi073 conmon[84426]: 2023-11-15T06:23:48.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:47 smithi073 conmon[84426]: cluster 2023-11-15T06:23:46.140435+0000 mgr.smithi073.hvxekf (mgr.14180) 950 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:47 smithi162 conmon[89260]: audit 2023-11-15T06:23:46.077269+0000 mgr.smithi073.hvxekf (mgr.14180) 949 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:48.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:47 smithi162 conmon[89260]: cluster 2023-11-15T06:23:46.140435+0000 mgr.smithi073.hvxekf (mgr.14180) 950 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:49.612 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:49.612 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:49 smithi073 conmon[84426]: cluster 2023-11-15T06:23:48.140941+0000 mgr.smithi073.hvxekf (mgr.14180) 951 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:49 smithi162 conmon[89260]: cluster 2023-11-15T06:23:48.140941+0000 mgr.smithi073.hvxekf (mgr.14180) 951 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:50.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:50 smithi073 conmon[84426]: audit 2023-11-15T06 2023-11-15T06:23:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:50 smithi073 conmon[84426]: :23:49.606965+0000 mgr.smithi073.hvxekf (mgr.14180) 952 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:50 smithi162 conmon[89260]: audit 2023-11-15T06:23:49.606965+0000 mgr.smithi073.hvxekf (mgr.14180) 952 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:51.243 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:52.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:51 smithi073 conmon[84426]: cluster 2023-11-15T06:23:50.141364+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:23:52.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:51 smithi073 conmon[84426]: .14180) 953 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:51 smithi162 conmon[89260]: cluster 2023-11-15T06:23:50.141364+0000 mgr.smithi073.hvxekf (mgr.14180) 953 : cluster 2023-11-15T06:23:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:51 smithi162 conmon[89260]: [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:53.140 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:53.140 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:53.771 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:53 smithi073 conmon[84426]: cluster 2023-11-15T06:23:52.142061+0000 mgr.smithi073.hvxekf (mgr.14180) 954 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:53 smithi162 conmon[89260]: cluster 2023-11-15T06:23:52.142061+0000 mgr.smithi073.hvxekf (mgr.14180) 954 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:54.772 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:54 smithi073 conmon[84426]: audit 2023-11-15T06:23:53.134483+0000 mgr.smithi073.hvxekf (mgr.14180) 955 : audit 2023-11-15T06:23:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:54 smithi073 conmon[84426]: [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:54 smithi162 conmon[89260]: audit 2023-11-15T06:23:53.134483+0000 mgr.smithi073.hvxekf (mgr.14180) 955 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:55 smithi073 conmon[84426]: cluster 2023-11-15T06:23:54.142434+0000 mgr.smithi073.hvxekf (mgr.14180) 956 : cluster [DBG] 2023-11-15T06:23:56.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:55 smithi073 conmon[84426]: pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:55 smithi162 conmon[89260]: cluster 2023-11-15T06:23:54.142434+0000 mgr.smithi073.hvxekf (mgr.14180) 956 : 2023-11-15T06:23:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:55 smithi162 conmon[89260]: cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:56.724 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:23:56.724 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:23:57.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:23:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:57 smithi073 conmon[84426]: cluster 2023-11-15T06:23:56.142892+0000 mgr.smithi073.hvxekf (mgr.14180) 957 : cluster 2023-11-15T06:23:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:57 smithi073 conmon[84426]: [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:57 smithi073 conmon[84426]: audit 2023-11-15T06:23:56.719422+0000 mgr.smithi073.hvxekf (mgr.14180) 958 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:57 smithi162 conmon[89260]: cluster 2023-11-15T06:23:56.142892+0000 mgr.smithi073.hvxekf (mgr.14180) 957 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:23:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:57 smithi162 conmon[89260]: audit 2023-11-15T06:23:56.719422+0000 mgr.smithi073.hvxekf (mgr.14180) 958 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:23:58.363 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:23:59.926 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:59 smithi073 conmon[84426]: cluster 2023-11-15T06:23:58.143489+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:23:59.926 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:23:59 smithi073 conmon[84426]: 959 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:23:59 smithi162 conmon[89260]: cluster 2023-11-15T06:23:58.143489+0000 mgr.smithi073.hvxekf (mgr.14180) 959 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:00.302 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:00.303 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:00.870 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:01.872 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:01 smithi073 conmon[84426]: cluster 2023-11-15T06:24:00.143951+0000 mgr.smithi073.hvxekf (mgr.14180) 960 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:01 smithi073 conmon[84426]: audit 2023 2023-11-15T06:24:02.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:01 smithi073 conmon[84426]: -11-15T06:24:00.297815+0000 mgr.smithi073.hvxekf (mgr.14180) 961 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:01 smithi162 conmon[89260]: cluster 2023-11-15T06:24:00.143951+0000 mgr.smithi073.hvxekf (mgr.14180) 960 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:01 smithi162 conmon[89260]: 2023-11-15T06:24:02.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:01 smithi162 conmon[89260]: audit 2023-11-15T06:24:00.297815+0000 mgr.smithi073.hvxekf (mgr.14180) 961 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:03.791 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:03.791 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:03 smithi073 conmon[84426]: cluster 2023-11-15T06:24:02.144481+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:24:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:03 smithi073 conmon[84426]: 962 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:03 smithi162 conmon[89260]: cluster 2023-11-15T06:24:02.144481+0000 mgr.smithi073.hvxekf (mgr.14180) 962 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:04.418 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:04 smithi073 conmon[84426]: audit 2023-11-15T06:24:03.786534+0000 mgr.smithi073.hvxekf (mgr.14180) 963 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:04 smithi162 conmon[89260]: audit 2023-11-15T06:24:03.786534+0000 mgr.smithi073.hvxekf (mgr.14180) 963 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:05.420 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:06.054 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:05 smithi073 conmon[84426]: cluster 2023-11-15T06:24:04.144810+0000 2023-11-15T06:24:06.054 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:05 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 964 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:06.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:05 smithi162 conmon[89260]: cluster 2023-11-15T06:24:04.144810+0000 mgr.smithi073.hvxekf (mgr.14180) 964 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:07.418 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:07.418 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:08.044 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:08.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:07 smithi073 conmon[84426]: cluster 2023-11-15T06:24:06.145238+0000 mgr.smithi073.hvxekf (mgr.14180) 965 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:07 smithi162 conmon[89260]: cluster 2023-11-15T06:24:06.145238+0000 mgr.smithi073.hvxekf (mgr.14180) 965 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:08.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:07 smithi162 conmon[89260]: 2023-11-15T06:24:09.045 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:09.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:08 smithi073 conmon[84426]: audit 2023-11-15T06:24:07.413311+0000 mgr.smithi073.hvxekf (mgr.14180) 966 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:09.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:08 smithi073 conmon[84426]: 2023-11-15T06:24:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:08 smithi162 conmon[89260]: audit 2023-11-15T06:24:07.413311+0000 mgr.smithi073.hvxekf (mgr.14180) 966 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:10.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:09 smithi073 conmon[84426]: cluster 2023-11-15T06:24:08.145783+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:24:10.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:09 smithi073 conmon[84426]: 967 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:10.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:09 smithi162 conmon[89260]: cluster 2023-11-15T06:24:08.145783+0000 mgr.smithi073.hvxekf (mgr.14180) 967 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:10.999 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:11.000 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:11.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:12.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:11 smithi073 conmon[84426]: cluster 2023-11-15T06:24:10.146218+0000 mgr.smithi073.hvxekf (mgr.14180) 968 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:12.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:11 smithi162 conmon[89260]: cluster 2023-11-15T06:24:10.146218+0000 mgr.smithi073.hvxekf (mgr.14180) 968 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:12.644 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:13.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:12 smithi073 conmon[84426]: audit 2023-11-15T06:24:10.994524+0000 mgr.smithi073.hvxekf (mgr.14180) 969 : 2023-11-15T06:24:13.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:12 smithi073 conmon[84426]: audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:12 smithi162 conmon[89260]: audit 2023-11-15T06:24:10.994524+0000 mgr.smithi073.hvxekf (mgr.14180) 969 : audit [DBG] 2023-11-15T06:24:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:12 smithi162 conmon[89260]: from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:13 smithi162 conmon[89260]: cluster 2023-11-15T06:24:12.146941+0000 mgr.smithi073.hvxekf (mgr.14180) 970 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:14.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:13 smithi073 conmon[84426]: cluster 2023-11-15T06:24:12.146941+0000 mgr.smithi073.hvxekf (mgr.14180) 970 : cluster 2023-11-15T06:24:14.266 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:13 smithi073 conmon[84426]: [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:14.681 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:14.681 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:15.275 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:16.276 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:16.307 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:15 smithi073 conmon[84426]: cluster 2023-11-15T06:24:14.147310+0000 mgr.smithi073.hvxekf (mgr.14180) 971 2023-11-15T06:24:16.307 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:15 smithi073 conmon[84426]: : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:16.307 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:15 smithi073 conmon[84426]: audit 2023-11-15T06:24:14.676468+0000 mgr.smithi073.hvxekf (mgr.14180) 972 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:16.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:15 smithi162 conmon[89260]: cluster 2023-11-15T06:24:14.147310+0000 mgr.smithi073.hvxekf (mgr.14180) 971 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:16.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:15 smithi162 conmon[89260]: 2023-11-15T06:24:16.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:15 smithi162 conmon[89260]: audit 2023-11-15T06:24:14.676468+0000 mgr.smithi073.hvxekf (mgr.14180) 972 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:18.160 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:18.161 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:18.187 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:17 smithi073 conmon[84426]: cluster 2023-11-15T06:24:16.147883+0000 mgr.smithi073.hvxekf (mgr.14180) 973 : cluster [DBG] 2023-11-15T06:24:18.187 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:17 smithi073 conmon[84426]: pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:17 smithi162 conmon[89260]: cluster 2023-11-15T06:24:16.147883+0000 mgr.smithi073.hvxekf (mgr.14180) 973 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:18.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:19.912 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:20.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:19 smithi073 conmon[84426]: cluster 2023-11-15T06:24:18.148416+0000 mgr.smithi073.hvxekf (mgr.14180) 974 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:20.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:19 smithi073 conmon[84426]: audit 2023-11-15T06:24:18.155168+0000 mgr.smithi073.hvxekf (mgr.14180) 975 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:20.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:19 smithi162 conmon[89260]: cluster 2023-11-15T06:24:18.148416+0000 mgr.smithi073.hvxekf (mgr.14180) 974 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:20.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:19 smithi162 conmon[89260]: audit 2023 2023-11-15T06:24:20.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:19 smithi162 conmon[89260]: -11-15T06:24:18.155168+0000 mgr.smithi073.hvxekf (mgr.14180) 975 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:21.692 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:21.693 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:22.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:21 smithi073 conmon[84426]: cluster 2023-11-15T06:24:20.148818+0000 mgr.smithi073.hvxekf (mgr.14180) 976 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:22.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:21 smithi162 conmon[89260]: cluster 2023-11-15T06:24:20.148818+0000 mgr.smithi073.hvxekf (mgr.14180) 976 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:22.334 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:23.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:22 smithi073 conmon[84426]: audit 2023-11-15T06:24:21.687446+0000 mgr.smithi073.hvxekf (mgr.14180) 977 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:23.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:22 smithi162 conmon[89260]: audit 2023-11-15T06:24:21.687446+0000 mgr.smithi073.hvxekf (mgr.14180) 977 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:23.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:22 smithi162 conmon[89260]: 2023-11-15T06:24:23.335 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:24.217 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:23 smithi073 conmon[84426]: cluster 2023-11-15T06:24:22.149531+0000 mgr.smithi073.hvxekf (mgr.14180) 978 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:24.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:23 smithi162 conmon[89260]: cluster 2023-11-15T06:24:22.149531+0000 mgr.smithi073.hvxekf (mgr.14180) 978 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:25.240 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:25.240 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:25.833 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:25 smithi073 conmon[84426]: cluster 2023-11-15T06:24:24.149874+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:24:26.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:25 smithi073 conmon[84426]: .14180) 979 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:26.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:25 smithi162 conmon[89260]: cluster 2023-11-15T06:24:24.149874+0000 mgr.smithi073.hvxekf (mgr.14180) 979 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:26.834 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:27.309 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:26 smithi073 conmon[84426]: audit 2023-11-15T06:24:25.235586+0000 mgr.smithi073.hvxekf (mgr.14180) 980 2023-11-15T06:24:27.309 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:26 smithi073 conmon[84426]: : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:27.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:26 smithi162 conmon[89260]: audit 2023-11-15T06:24:25.235586+0000 mgr.smithi073.hvxekf (mgr.14180) 980 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:28.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:27 smithi073 conmon[84426]: cluster 2023-11-15T06:24:26.150308+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:24:28.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:27 smithi073 conmon[84426]: 14180) 981 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:28.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:27 smithi162 conmon[89260]: cluster 2023-11-15T06:24:26.150308+0000 mgr.smithi073.hvxekf (mgr.14180) 981 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:28.760 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:28.761 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:29.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:30.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:29 smithi073 conmon[84426]: cluster 2023-11-15T06:24:28.151042+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:24:30.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:29 smithi073 conmon[84426]: 982 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:30.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:29 smithi073 conmon[84426]: audit 2023-11-15T06:24:28.755516+0000 mgr.smithi073.hvxekf (mgr.14180) 983 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:30.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:29 smithi162 conmon[89260]: cluster 2023-11-15T06:24:28.151042+0000 mgr.smithi073.hvxekf (mgr.14180) 982 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:30.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:29 smithi162 conmon[89260]: audit 2023-11-15T06:24:28.755516+0000 mgr.smithi073.hvxekf (mgr.14180) 983 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:30.418 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:31.908 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:31 smithi073 conmon[84426]: cluster 2023-11-15T06:24:30.151631+0000 mgr.smithi073.hvxekf (mgr.14180) 984 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:32.292 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:32.292 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:32.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:31 smithi162 conmon[89260]: cluster 2023-11-15T06:24:30.151631+0000 mgr.smithi073.hvxekf (mgr.14180) 984 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:32.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:31 smithi162 conmon[89260]: 2023-11-15T06:24:32.898 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:33.899 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:34.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:33 smithi073 conmon[84426]: cluster 2023-11-15T06:24:32.152161+0000 mgr.smithi073.hvxekf (mgr.14180) 985 : cluster [DBG] 2023-11-15T06:24:34.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:33 smithi073 conmon[84426]: pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:34.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:33 smithi073 conmon[84426]: audit 2023-11-15T06:24:32.286773+0000 mgr.smithi073.hvxekf (mgr.14180) 986 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:34.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:33 smithi162 conmon[89260]: cluster 2023-11-15T06:24:32.152161+0000 mgr.smithi073.hvxekf (mgr.14180) 985 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:34.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:33 smithi162 conmon[89260]: audit 2023-11-15T06: 2023-11-15T06:24:34.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:33 smithi162 conmon[89260]: 24:32.286773+0000 mgr.smithi073.hvxekf (mgr.14180) 986 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:35.821 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:35.822 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:36.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:35 smithi073 conmon[84426]: cluster 2023-11-15T06:24:34.152556+0000 mgr.smithi073.hvxekf (mgr.14180) 987 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:36.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:35 smithi162 conmon[89260]: cluster 2023-11-15T06:24:34.152556+0000 mgr.smithi073.hvxekf (mgr.14180) 987 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:36.423 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:37.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:36 smithi073 conmon[84426]: audit 2023-11-15T06:24:35.816884+0000 mgr.smithi073.hvxekf (mgr.14180) 988 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:37.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:36 smithi162 conmon[89260]: audit 2023-11-15T06:24:35.816884+0000 mgr.smithi073.hvxekf (mgr.14180) 988 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:37.424 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:38.273 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:37 smithi073 conmon[84426]: cluster 2023-11-15T06:24:36.153076+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:24:38.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:37 smithi073 conmon[84426]: ) 989 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:38.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:37 smithi162 conmon[89260]: cluster 2023-11-15T06:24:36.153076+0000 mgr.smithi073.hvxekf (mgr.14180) 989 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:39.323 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:39.323 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:40.007 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:40.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:39 smithi073 conmon[84426]: cluster 2023-11-15T06:24:38.153702+0000 mgr.smithi073.hvxekf (mgr.14180) 990 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:40.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:39 smithi162 conmon[89260]: cluster 2023-11-15T06:24:38.153702+0000 mgr.smithi073.hvxekf (mgr.14180) 990 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:41.008 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:41.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:40 smithi073 conmon[84426]: audit 2023-11-15T06:24:39.318306+0000 mgr.smithi073.hvxekf (mgr.14180) 991 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:41.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:40 smithi073 conmon[84426]: 2023-11-15T06:24:41.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:40 smithi162 conmon[89260]: audit 2023-11-15T06:24:39.318306+0000 mgr.smithi073.hvxekf (mgr.14180) 991 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:42.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:41 smithi073 conmon[84426]: cluster 2023-11-15T06:24:40.154137+0000 mgr.smithi073.hvxekf (mgr.14180) 992 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:42.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:41 smithi162 conmon[89260]: cluster 2023-11-15T06:24:40.154137+0000 mgr.smithi073.hvxekf (mgr.14180) 992 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:42.864 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:42.864 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:16:52.968207Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.ogydgv on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-ogydgv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.ogydgv\nDeploy daemon haproxy.rgw.foo.smithi162.ogydgv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:13:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:15:03Z\" 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-15T06:15:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr 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\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.263881Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.lrjspq on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-lrjspq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.lrjspq\nDeploy daemon haproxy.rgw.foo.smithi073.lrjspq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:17:29Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:18:45Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:19:26.265237Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.ivkyuq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:43.530 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:44.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:43 smithi073 conmon[84426]: cluster 2023-11-15T06:24:42.154830+0000 mgr.smithi073.hvxekf (mgr.14180) 993 : cluster 2023-11-15T06:24:44.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:43 smithi073 conmon[84426]: [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:44.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:43 smithi073 conmon[84426]: audit 2023-11-15T06:24:42.859090+0000 mgr.smithi073.hvxekf (mgr.14180) 994 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:44.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:43 smithi162 conmon[89260]: cluster 2023-11-15T06:24:42.154830+0000 mgr.smithi073.hvxekf (mgr.14180) 993 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:44.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:43 smithi162 conmon[89260]: audit 2023-11-15T06:24:42.859090+0000 mgr.smithi073.hvxekf (mgr.14180) 994 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:44.531 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:45.195 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:44 smithi073 conmon[84426]: audit 2023-11-15T06:24:44.282027+0000 mon.smithi073 (mon 2023-11-15T06:24:45.196 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:44 smithi073 conmon[84426]: .0) 707 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi073.chzzqg"}]: dispatch 2023-11-15T06:24:45.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:44 smithi162 conmon[89260]: audit 2023-11-15T06:24:44.282027+0000 mon.smithi073 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi073.chzzqg"}]: dispatch 2023-11-15T06:24:46.141 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cluster 2023-11-15T06:24:44.155516+0000 mgr.smithi073.hvxekf (mgr.14180) 995 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:46.141 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cephadm 2023-11-15T06:24:44.281227+0000 mgr.smithi073.hvxekf (mgr.14180) 996 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.141 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.142 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.142 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.142 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.chzzqg ... 2023-11-15T06:24:46.142 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:24:46.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:22:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:23:19Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:24:03Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:24:46.143 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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-15T06:24:46.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:24:46.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: Traceback (most recent call last): 2023-11-15T06:24:46.144 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:24:46.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: yield (conn, connr) 2023-11-15T06:24:46.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:24:46.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: code, '\n'.join(err))) 2023-11-15T06:24:46.145 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.chzzqg ... 2023-11-15T06:24:46.146 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:24:46.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:22:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:23:19Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.147 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:24:03Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:24:46.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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-15T06:24:46.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:24:46.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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_ 2023-11-15T06:24:46.148 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cephadm 2023-11-15T06:24:44.281568+0000 mgr.smithi073.hvxekf (mgr.14180) 997 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cephadm 2023-11-15T06:24:44.282986+0000 mgr.smithi073.hvxekf (mgr.14180) 998 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.149 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi073.chzzqg ... 2023-11-15T06:24:46.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:24:46.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:22:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.150 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:23:19Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:24:03Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:24:46.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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-15T06:24:46.151 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:24:46.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cephadm 2023-11-15T06:24:44.285147+0000 mgr.smithi073.hvxekf (mgr.14180) 999 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:24:46.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cephadm 2023-11-15T06:24:44.286298+0000 mgr.smithi073.hvxekf (mgr.14180) 1000 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:24:46.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cluster 2023-11-15T06:24:44.287144+0000 mgr.smithi073.hvxekf (mgr.14180) 1001 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:46.152 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:45 smithi073 conmon[84426]: cluster 2023-11-15T06:24:44.897688+0000 mon.smithi073 (mon.0) 708 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:24:46.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cluster 2023-11-15T06:24:44.155516+0000 mgr.smithi073.hvxekf (mgr.14180) 995 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:46.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cephadm 2023-11-15T06:24:44.281227+0000 mgr.smithi073.hvxekf (mgr.14180) 996 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.chzzqg ... 2023-11-15T06:24:46.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:24:46.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:22:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:23:19Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:24:03Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:24:46.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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-15T06:24:46.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:24:46.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: Traceback (most recent call last): 2023-11-15T06:24:46.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:24:46.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: yield (conn, connr) 2023-11-15T06:24:46.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:24:46.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: code, '\n'.join(err))) 2023-11-15T06:24:46.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.chzzqg ... 2023-11-15T06:24:46.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:24:46.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:22:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:23:19Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:24:03Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:24:46.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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-15T06:24:46.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:24:46.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cephadm 2023-11-15T 2023-11-15T06:24:46.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 06:24:44.281568+0000 mgr.smithi073.hvxekf (mgr.14180) 997 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cephadm 2023-11-15T06:24:44.282986+0000 mgr.smithi073.hvxekf (mgr.14180) 998 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg 2023-11-15T06:24:46.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg 2023-11-15T06:24:46.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi073.chzzqg ... 2023-11-15T06:24:46.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:24:46.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:22:41Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:23:19Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:24:46.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:24:03Z" level=warning msg="failed, retrying in 4s ... (3/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-15T06:24:46.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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-15T06:24:46.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:24:46.339 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:24:46.339 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cephadm 2023-11-15T06:24:44.285147+0000 mgr.smithi073.hvxekf (mgr.14180) 999 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:24:46.339 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cephadm 2023-11-15T06:24:44.286298+0000 mgr.smithi073.hvxekf (mgr.14180) 1000 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-15T06:24:46.339 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cluster 2023-11-15T06:24:44.287144+0000 mgr.smithi073.hvxekf (mgr.14180) 1001 : cluster [DBG] 2023-11-15T06:24:46.339 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:46.340 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:45 smithi162 conmon[89260]: cluster 2023-11-15T06:24:44.897688+0000 mon.smithi073 (mon.0) 708 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T06:24:46.501 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:46.501 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:47.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:48.172 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:48.203 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:47 smithi073 conmon[84426]: cluster 2023-11-15T06:24:46.287792+0000 mgr.smithi073.hvxekf (mgr.14180) 1002 : cluster [DBG] 2023-11-15T06:24:48.203 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:47 smithi073 conmon[84426]: pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:48.203 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:47 smithi073 conmon[84426]: audit 2023-11-15T06:24:46.496741+0000 mgr.smithi073.hvxekf (mgr.14180) 1003 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:48.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:47 smithi162 conmon[89260]: cluster 2023-11-15T06:24:46.287792+0000 mgr.smithi073.hvxekf (mgr.14180) 1002 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:48.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:47 smithi162 conmon[89260]: audit 2023-11-15T06:24:46.496741+0000 mgr.smithi073.hvxekf (mgr.14180) 1003 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:50.051 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:50.051 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:49 smithi073 conmon[84426]: cluster 2023-11-15T06:24:48.288479+0000 mgr.smithi073.hvxekf (mgr.14180) 1004 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:50.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:49 smithi073 conmon[84426]: audit 2023-11-15T06:24:48.803317+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:24:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:49 smithi162 conmon[89260]: cluster 2023-11-15T06:24:48.288479+0000 mgr.smithi073.hvxekf (mgr.14180) 1004 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:49 smithi162 conmon[89260]: audit 2023-11-15T06:24:48.803317+0000 mon.smithi073 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:24:50.662 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:51.664 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:52.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:51 smithi073 conmon[84426]: audit 2023-11-15T06:24:50.046121+0000 mgr.smithi073.hvxekf (mgr.14180) 1005 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:52.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:51 smithi073 conmon[84426]: cluster 2023-11-15T06:24:50.289062+0000 mgr.smithi073.hvxekf (mgr.14180) 1006 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:51 smithi162 conmon[89260]: audit 2023-11-15T06:24:50.046121+0000 mgr.smithi073.hvxekf (mgr.14180) 1005 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:52.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:51 smithi162 conmon[89260]: cluster 2023-11-15T06:24:50.289062+0000 mgr.smithi073.hvxekf (mgr.14180) 1006 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:53.556 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:53.557 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:53 smithi073 conmon[84426]: cluster 2023-11-15T06:24:52.290011+0000 mgr.smithi073.hvxekf (mgr.14180) 1007 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:54.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:53 smithi073 conmon[84426]: audit 2023-11-15T06:24:53.291989+0000 mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:24:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:53 smithi162 conmon[89260]: cluster 2023-11-15T06:24:52.290011+0000 mgr.smithi073.hvxekf (mgr.14180) 1007 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:53 smithi162 conmon[89260]: audit 2023-11-15T06:24:53.291989+0000 2023-11-15T06:24:54.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:53 smithi162 conmon[89260]: mon.smithi073 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:24:54.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:54 smithi073 conmon[84426]: audit 2023-11-15T06:24:53.551444+0000 mgr.smithi073.hvxekf (mgr.14180) 1008 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:54 smithi073 conmon[84426]: 2023-11-15T06:24:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:54 smithi162 conmon[89260]: audit 2023-11-15T06:24:53.551444+0000 mgr.smithi073.hvxekf (mgr.14180) 1008 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:55.223 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:56.037 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:55 smithi073 conmon[84426]: cluster 2023-11-15T06:24:54.290478+0000 mgr.smithi073.hvxekf (mgr.14180) 1009 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:55 smithi162 conmon[89260]: cluster 2023-11-15T06:24:54.290478+0000 mgr.smithi073.hvxekf (mgr.14180) 1009 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:57.182 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:24:57.182 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:24:57.802 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:24:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:57 smithi073 conmon[84426]: cluster 2023-11-15T06:24:56.291058+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:24:58.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:57 smithi073 conmon[84426]: 14180) 1010 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:57 smithi162 conmon[89260]: cluster 2023-11-15T06:24:56.291058+0000 mgr.smithi073.hvxekf (mgr.14180) 1010 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:24:58.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:57 smithi162 conmon[89260]: 2023-11-15T06:24:58.803 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:24:59.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:58 smithi073 conmon[84426]: audit 2023-11-15T06:24:57.177511+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:24:59.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:58 smithi073 conmon[84426]: mgr.14180) 1011 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:24:59.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:58 smithi162 conmon[89260]: audit 2023-11-15T06:24:57.177511+0000 mgr.smithi073.hvxekf (mgr.14180) 1011 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:00.069 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:59 smithi073 conmon[84426]: cluster 2023-11-15T06:24:58.291754+0000 mgr.smithi073.hvxekf (mgr.14180) 1012 : cluster 2023-11-15T06:25:00.070 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:24:59 smithi073 conmon[84426]: [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:00.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:24:59 smithi162 conmon[89260]: cluster 2023-11-15T06:24:58.291754+0000 mgr.smithi073.hvxekf (mgr.14180) 1012 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:00.722 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:00.722 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:01.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:02.065 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:01 smithi162 conmon[89260]: cluster 2023-11-15T06:25:00.292484+0000 mgr.smithi073.hvxekf (mgr.14180) 1013 : cluster [DBG] 2023-11-15T06:25:02.065 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:01 smithi162 conmon[89260]: pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:02.065 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:01 smithi162 conmon[89260]: audit 2023-11-15T06:25:00.717167+0000 mgr.smithi073.hvxekf (mgr.14180) 1014 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:02.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:01 smithi073 conmon[84426]: cluster 2023-11-15T06:25:00.292484+0000 mgr.smithi073.hvxekf (mgr.14180) 1013 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:02.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:01 smithi073 conmon[84426]: audit 2023-11-15T06:25:00.717167+0000 mgr.smithi073.hvxekf (mgr.14180) 1014 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:02.362 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:03.903 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:03 smithi073 conmon[84426]: cluster 2023-11-15T06:25:02.293281+0000 mgr.smithi073.hvxekf (mgr.14180) 1015 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:04.221 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:04.221 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:04.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:03 smithi162 conmon[89260]: cluster 2023-11-15T06:25:02.293281+0000 mgr.smithi073.hvxekf (mgr.14180) 1015 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:04.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:05.828 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:06.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:05 smithi073 conmon[84426]: audit 2023-11-15T06:25:04.215750+0000 mgr.smithi073.hvxekf (mgr.14180) 1016 : audit 2023-11-15T06:25:06.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:05 smithi073 conmon[84426]: [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:06.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:05 smithi073 conmon[84426]: cluster 2023-11-15T06:25:04.293700+0000 mgr.smithi073.hvxekf (mgr.14180) 1017 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:06.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:05 smithi162 conmon[89260]: audit 2023-11-15T06:25:04.215750+0000 mgr.smithi073.hvxekf (mgr.14180) 1016 : audit 2023-11-15T06:25:06.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:05 smithi162 conmon[89260]: [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:06.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:05 smithi162 conmon[89260]: cluster 2023-11-15T06:25:04.293700+0000 mgr.smithi073.hvxekf (mgr.14180) 1017 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:07.844 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:07.845 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:08.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:07 smithi073 conmon[84426]: cluster 2023-11-15T06:25:06.294529+0000 mgr.smithi073.hvxekf (mgr.14180) 1018 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:08.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:07 smithi162 conmon[89260]: cluster 2023-11-15T06:25:06.294529+0000 mgr.smithi073.hvxekf (mgr.14180) 1018 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:08.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:07 smithi162 conmon[89260]: 2023-11-15T06:25:08.417 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:09.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:08 smithi073 conmon[84426]: audit 2023-11-15T06:25:07.840070+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:25:09.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:08 smithi073 conmon[84426]: mgr.14180) 1019 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:09.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:08 smithi162 conmon[89260]: audit 2023-11-15T06:25:07.840070+0000 mgr.smithi073.hvxekf (mgr.14180) 1019 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:09.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:08 smithi162 conmon[89260]: 2023-11-15T06:25:09.418 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:10.120 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:09 smithi073 conmon[84426]: cluster 2023-11-15T06:25:08.296232+0000 mgr.smithi073.hvxekf (mgr.14180) 1020 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:10.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:09 smithi162 conmon[89260]: cluster 2023-11-15T06:25:08.296232+0000 mgr.smithi073.hvxekf (mgr.14180) 1020 2023-11-15T06:25:10.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:09 smithi162 conmon[89260]: : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:11.339 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:11.339 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:11.959 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:12.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:11 smithi073 conmon[84426]: cluster 2023-11-15T06:25:10.296836+0000 mgr.smithi073.hvxekf (mgr.14180) 1021 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:12.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:11 smithi162 conmon[89260]: cluster 2023-11-15T06:25:10.296836+0000 mgr.smithi073.hvxekf (mgr.14180) 1021 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:12.960 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:13.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:12 smithi073 conmon[84426]: audit 2023-11-15T06:25:11.334656+0000 mgr.smithi073.hvxekf (mgr.14180) 1022 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:13.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:12 smithi162 conmon[89260]: audit 2023-11-15T06:25:11.334656+0000 mgr.smithi073.hvxekf (mgr.14180) 1022 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:14.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:13 smithi073 conmon[84426]: cluster 2023-11-15T06:25:12.297668+0000 mgr.smithi073.hvxekf (mgr.14180) 1023 2023-11-15T06:25:14.284 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:13 smithi073 conmon[84426]: : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:14.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:13 smithi162 conmon[89260]: cluster 2023-11-15T06:25:12.297668+0000 mgr.smithi073.hvxekf (mgr.14180) 1023 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:14.901 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:14.901 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:15.508 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:16.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:15 smithi073 conmon[84426]: cluster 2023-11-15T06:25:14.298153+0000 mgr.smithi073.hvxekf (mgr.14180) 1024 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:16.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:15 smithi073 conmon[84426]: audit 2023-11-15T06:25:14.896471+0000 mgr.smithi073.hvxekf (mgr.14180) 1025 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:16.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:15 smithi162 conmon[89260]: cluster 2023-11-15T06:25:14.298153+0000 mgr.smithi073.hvxekf (mgr.14180) 1024 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:16.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:15 smithi162 conmon[89260]: audit 2023-11-15T06:25:14.896471+0000 mgr.smithi073.hvxekf (mgr.14180) 1025 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:16.509 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:18.165 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:17 smithi073 conmon[84426]: cluster 2023-11-15T06:25:16.299108+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:25:18.166 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:17 smithi073 conmon[84426]: ) 1026 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:18.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:17 smithi162 conmon[89260]: cluster 2023-11-15T06:25:16.299108+0000 mgr.smithi073.hvxekf (mgr.14180) 1026 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:18.476 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:18.476 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:19.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:20.093 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:20.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:19 smithi073 conmon[84426]: cluster 2023-11-15T06:25:18.299946+0000 mgr.smithi073.hvxekf (mgr.14180) 1027 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:20.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:19 smithi073 conmon[84426]: audit 2023-11-15T06:25:18.471674+0000 mgr.smithi073.hvxekf (mgr.14180) 1028 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:20.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:19 smithi162 conmon[89260]: cluster 2023-11-15T06:25:18.299946+0000 mgr.smithi073.hvxekf (mgr.14180) 1027 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:20.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:19 smithi162 conmon[89260]: audit 2023-11-15T06:25:18.471674+0000 mgr.smithi073.hvxekf (mgr.14180) 1028 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:21.994 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:21.995 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:22.183 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:21 smithi073 conmon[84426]: cluster 2023-11-15T06:25:20.300560+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:25:22.183 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:21 smithi073 conmon[84426]: ) 1029 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:22.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:21 smithi162 conmon[89260]: cluster 2023-11-15T06:25:20.300560+0000 mgr.smithi073.hvxekf (mgr.14180) 1029 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:22.651 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:23.652 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:23 smithi073 conmon[84426]: audit 2023-11-15T06:25:21.989708+0000 mgr.smithi073.hvxekf (mgr.14180) 1030 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:24.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:23 smithi073 conmon[84426]: cluster 2023-11-15T06:25:22.301221+0000 mgr.smithi073.hvxekf (mgr.14180) 1031 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:24.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:23 smithi162 conmon[89260]: audit 2023-11-15T06:25:21.989708+0000 mgr.smithi073.hvxekf (mgr.14180) 1030 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:24.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:23 smithi162 conmon[89260]: cluster 2023-11-15T06:25:22.301221+0000 mgr.smithi073.hvxekf (mgr.14180) 1031 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:25.562 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:25.563 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:26.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:25 smithi073 conmon[84426]: cluster 2023-11-15T06:25:24.301710+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:25:26.168 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:25 smithi073 conmon[84426]: ) 1032 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:26.184 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:26.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:25 smithi162 conmon[89260]: cluster 2023-11-15T06:25:24.301710+0000 mgr.smithi073.hvxekf (mgr.14180) 1032 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:27.185 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:27.211 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:26 smithi073 conmon[84426]: audit 2023-11-15T06:25:25.557094+0000 mgr.smithi073.hvxekf (mgr.14180) 1033 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:27.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:26 smithi162 conmon[89260]: audit 2023-11-15T06:25:25.557094+0000 mgr.smithi073.hvxekf (mgr.14180) 1033 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:28.065 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:27 smithi073 conmon[84426]: cluster 2023-11-15T06:25:26.302279+0000 mgr.smithi073.hvxekf (mgr.14180) 1034 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:28.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:27 smithi162 conmon[89260]: cluster 2023-11-15T06:25:26.302279+0000 mgr.smithi073.hvxekf (mgr.14180) 1034 : cluster 2023-11-15T06:25:28.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:27 smithi162 conmon[89260]: [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:29.074 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:29.074 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:29.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:29 smithi073 conmon[84426]: cluster 2023-11-15T06:25:28.302952+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:25:30.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:29 smithi073 conmon[84426]: 14180) 1035 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:30.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:29 smithi162 conmon[89260]: cluster 2023-11-15T06:25:28.302952+0000 mgr.smithi073.hvxekf (mgr.14180) 1035 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:30.690 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:31.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:30 smithi073 conmon[84426]: audit 2023-11-15T06:25:29.069108+0000 mgr.smithi073.hvxekf (mgr.14180) 1036 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:31.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:30 smithi162 conmon[89260]: audit 2023-11-15T06:25:29.069108+0000 mgr.smithi073.hvxekf (mgr.14180) 1036 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:32.258 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:31 smithi073 conmon[84426]: cluster 2023-11-15T06:25:30.303659+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:25:32.258 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:31 smithi073 conmon[84426]: ) 1037 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:32.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:31 smithi162 conmon[89260]: cluster 2023-11-15T06:25:30.303659+0000 mgr.smithi073.hvxekf (mgr.14180) 1037 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:32.632 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:32.633 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:33.230 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:34.231 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:34.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:33 smithi073 conmon[84426]: cluster 2023-11-15T06:25:32.304529+0000 mgr.smithi073.hvxekf (mgr.14180) 1038 : cluster 2023-11-15T06:25:34.263 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:33 smithi073 conmon[84426]: [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:34.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:33 smithi073 conmon[84426]: audit 2023-11-15T06:25:32.628045+0000 mgr.smithi073.hvxekf (mgr.14180) 1039 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:34.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:33 smithi162 conmon[89260]: cluster 2023-11-15T06:25:32.304529+0000 mgr.smithi073.hvxekf (mgr.14180) 1038 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:34.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:33 smithi162 conmon[89260]: audit 2023-11-15T06:25:32.628045+0000 mgr.smithi073.hvxekf (mgr.14180) 1039 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:36.228 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:36.228 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:36.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:35 smithi073 conmon[84426]: cluster 2023-11-15T06:25:34.305094+0000 2023-11-15T06:25:36.248 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:35 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1040 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:36.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:35 smithi162 conmon[89260]: cluster 2023-11-15T06:25:34.305094+0000 mgr.smithi073.hvxekf (mgr.14180) 1040 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:36.880 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:37.881 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:38.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:37 smithi073 conmon[84426]: audit 2023-11-15T06: 2023-11-15T06:25:38.314 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:37 smithi073 conmon[84426]: 25:36.222218+0000 mgr.smithi073.hvxekf (mgr.14180) 1041 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:38.315 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:37 smithi073 conmon[84426]: cluster 2023-11-15T06:25:36.305746+0000 mgr.smithi073.hvxekf (mgr.14180) 1042 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:38.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:37 smithi162 conmon[89260]: audit 2023-11-15T06:25:36.222218+0000 mgr.smithi073.hvxekf (mgr.14180) 1041 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:38.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:37 smithi162 conmon[89260]: cluster 2023-11-15T06:25:36.305746+0000 mgr.smithi073.hvxekf (mgr.14180) 1042 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:39.800 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:39.800 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:40.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:39 smithi073 conmon[84426]: cluster 2023-11-15T06:25:38.306611+0000 mgr.smithi073.hvxekf (mgr.14180) 1043 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:40.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:39 smithi162 conmon[89260]: cluster 2023-11-15T06:25:38.306611+0000 mgr.smithi073.hvxekf (mgr.14180) 1043 : cluster [DBG] 2023-11-15T06:25:40.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:39 smithi162 conmon[89260]: pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:40.438 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:41.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:40 smithi073 conmon[84426]: audit 2023-11-15T06:25:39.795104+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:25:41.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:40 smithi073 conmon[84426]: ) 1044 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:41.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:40 smithi073 conmon[84426]: cluster 2023-11-15T06:25:40.307180+0000 mgr.smithi073.hvxekf (mgr.14180) 1045 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:41.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:40 smithi162 conmon[89260]: audit 2023-11-15T06:25:39.795104+0000 mgr.smithi073.hvxekf (mgr.14180) 1044 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:41.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:40 smithi162 conmon[89260]: cluster 2023-11-15T06:25:40.307180+0000 mgr.smithi073.hvxekf (mgr.14180) 1045 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:41.439 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:43.332 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:43.332 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:28.500305Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:28.500482Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:28.500582Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:28.500648Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:28.500711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:28.500965Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:43.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:43 smithi073 conmon[84426]: cluster 2023-11-15T06:25:42.307876+0000 mgr.smithi073.hvxekf (mgr.14180) 1046 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:43.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:43 smithi162 conmon[89260]: cluster 2023-11-15T06:25:42.307876+0000 mgr.smithi073.hvxekf (mgr.14180) 1046 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:43.946 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:44.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:44 smithi073 conmon[84426]: audit 2023-11-15T06:25:43.326893+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:25:44.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:44 smithi073 conmon[84426]: 1047 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:44.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:44 smithi073 conmon[84426]: audit 2023-11-15T06:25:44.288991+0000 mon.smithi073 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:44.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:44 smithi162 conmon[89260]: audit 2023-11-15T06:25:43.326893+0000 mgr.smithi073.hvxekf (mgr.14180) 1047 : audit 2023-11-15T06:25:44.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:44 smithi162 conmon[89260]: [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:44.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:44 smithi162 conmon[89260]: audit 2023-11-15T06:25:44.288991+0000 mon.smithi073 (mon.0) 711 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:44.947 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:45.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:45 smithi073 conmon[84426]: cluster 2023-11-15T06:25:44.308552+0000 mgr.smithi073.hvxekf (mgr.14180) 1048 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:45.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:45 smithi073 conmon[84426]: audit 2023-11-15T06:25:44.560305+0000 mon.smithi073 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:45.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:45 smithi162 conmon[89260]: cluster 2023-11-15T06:25:44.308552+0000 mgr.smithi073.hvxekf (mgr.14180) 1048 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:45.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:45 smithi162 conmon[89260]: audit 2023-11-15T06:25:44.560305+0000 mon.smithi073 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:47.206 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:47.207 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:19:31.587712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:19:31.587776Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:19:31.587852Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:19:31.587641Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:19:31.587476Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:19:31.587911Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:19:31.588027Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:19:31.587970Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:19:31.588253Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:47.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:47 smithi073 conmon[84426]: audit 2023-11-15T06:25:46.206849+0000 mon.smithi073 ( 2023-11-15T06:25:47.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:47 smithi073 conmon[84426]: mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:47.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:47 smithi073 conmon[84426]: cluster 2023-11-15T06:25:46.309208+0000 mgr.smithi073.hvxekf (mgr.14180) 1049 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:47.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:47 smithi162 conmon[89260]: audit 2023-11-15T06:25:46.206849+0000 mon.smithi073 (mon.0) 713 : audit 2023-11-15T06:25:47.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:47 smithi162 conmon[89260]: [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:47.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:47 smithi162 conmon[89260]: cluster 2023-11-15T06:25:46.309208+0000 mgr.smithi073.hvxekf (mgr.14180) 1049 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:47.902 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:48 smithi073 conmon[84426]: audit 2023-11-15T06:25:47 2023-11-15T06:25:48.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:48 smithi073 conmon[84426]: .201249+0000 mgr.smithi073.hvxekf (mgr.14180) 1050 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:48.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:48 smithi162 conmon[89260]: audit 2023-11-15T06:25:47.201249+0000 mgr.smithi073.hvxekf (mgr.14180) 1050 : audit [DBG] 2023-11-15T06:25:48.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:48 smithi162 conmon[89260]: from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:48.903 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:49 smithi073 conmon[84426]: cluster 2023-11-15T06:25:48.309898+0000 mgr.smithi073.hvxekf (mgr.14180) 1051 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:49.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:49 smithi073 conmon[84426]: audit 2023-11-15T06:25:49.125952+0000 mon.smithi073 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:49 smithi162 conmon[89260]: cluster 2023-11-15T06:25:48.309898+0000 mgr.smithi073.hvxekf (mgr.14180) 1051 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:49.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:49 smithi162 conmon[89260]: audit 2023-11-15T06:25:49.125952+0000 mon.smithi073 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:50.456 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:50 smithi073 conmon[84426]: audit 2023-11-15T06:25:49.501702+0000 mon.smithi073 (mon 2023-11-15T06:25:50.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:50 smithi073 conmon[84426]: .0) 715 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:25:50.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:50 smithi073 conmon[84426]: audit 2023-11-15T06:25:49.502507+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:25:50.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:50 smithi073 conmon[84426]: audit 2023-11-15T06:25:49.506946+0000 mon.smithi073 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:50.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:50 smithi073 conmon[84426]: cluster 2023-11-15T06:25:49.507339+0000 mgr.smithi073.hvxekf (mgr.14180) 1052 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:50.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:50 smithi073 conmon[84426]: audit 2023-11-15T06:25:49.510398+0000 mon.smithi073 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:25:50.458 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:50 smithi073 conmon[84426]: cephadm 2023-11-15T06:25:49.515781+0000 mgr.smithi073.hvxekf (mgr.14180) 1053 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi162.bwbagw on smithi162 2023-11-15T06:25:50.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:50 smithi162 conmon[89260]: audit 2023-11-15T06:25:49.501702+0000 mon.smithi073 (mon.0) 715 : audit 2023-11-15T06:25:50.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:50 smithi162 conmon[89260]: [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:25:50.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:50 smithi162 conmon[89260]: audit 2023-11-15T06:25:49.502507+0000 mon.smithi073 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:25:50.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:50 smithi162 conmon[89260]: audit 2023-11-15T06:25:49.506946+0000 mon.smithi073 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:50.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:50 smithi162 conmon[89260]: cluster 2023-11-15T06:25:49.507339+0000 mgr.smithi073.hvxekf (mgr.14180) 1052 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:50.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:50 smithi162 conmon[89260]: audit 2023-11-15T06:25:49.510398+0000 mon.smithi073 (mon.0) 718 : audit [DBG] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T06:25:50.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:50 smithi162 conmon[89260]: cephadm 2023-11-15T06:25:49.515781+0000 mgr.smithi073.hvxekf (mgr.14180) 1053 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi162.bwbagw on smithi162 2023-11-15T06:25:50.840 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:50.840 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:51.469 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:51.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:51 smithi073 conmon[84426]: cluster 2023-11-15T06:25:50.505302+0000 mon.smithi073 (mon.0 2023-11-15T06:25:51.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:51 smithi073 conmon[84426]: ) 719 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:25:51.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:51 smithi073 conmon[84426]: cluster 2023-11-15T06:25:50.505366+0000 mon.smithi073 (mon.0) 720 : cluster [INF] Cluster is now healthy 2023-11-15T06:25:51.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:51 smithi073 conmon[84426]: audit 2023-11-15T06:25:50.834951+0000 mgr.smithi073.hvxekf (mgr.14180) 1054 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:51.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:51 smithi162 conmon[89260]: cluster 2023-11-15T06:25:50.505302+0000 mon.smithi073 (mon.0) 719 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T06:25:51.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:51 smithi162 conmon[89260]: 2023-11-15T06:25:51.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:51 smithi162 conmon[89260]: cluster 2023-11-15T06:25:50.505366+0000 mon.smithi073 (mon.0) 720 : cluster [INF] Cluster is now healthy 2023-11-15T06:25:51.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:51 smithi162 conmon[89260]: audit 2023-11-15T06:25:50.834951+0000 mgr.smithi073.hvxekf (mgr.14180) 1054 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:52.470 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:52.500 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:52 smithi073 conmon[84426]: cluster 2023-11-15T06:25:51.508068+0000 mgr.smithi073.hvxekf (mgr.14180) 1055 : cluster 2023-11-15T06:25:52.501 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:52 smithi073 conmon[84426]: [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:52.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:52 smithi162 conmon[89260]: cluster 2023-11-15T06:25:51.508068+0000 mgr.smithi073.hvxekf (mgr.14180) 1055 : cluster [DBG] 2023-11-15T06:25:52.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:52 smithi162 conmon[89260]: pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:54.393 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:54.394 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:54.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:54 smithi073 conmon[84426]: audit 2023-11-15T 2023-11-15T06:25:54.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:54 smithi073 conmon[84426]: 06:25:53.291223+0000 mon.smithi073 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:54.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:54 smithi073 conmon[84426]: cluster 2023-11-15T06:25:53.508684+0000 mgr.smithi073.hvxekf (mgr.14180) 1056 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:54.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:54 smithi162 conmon[89260]: audit 2023-11-15T06:25:53.291223+0000 mon.smithi073 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' 2023-11-15T06:25:54.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:54 smithi162 conmon[89260]: 2023-11-15T06:25:54.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:54 smithi162 conmon[89260]: cluster 2023-11-15T06:25:53.508684+0000 mgr.smithi073.hvxekf (mgr.14180) 1056 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:55.020 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:55.573 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:55 smithi073 conmon[84426]: audit 2023-11-15T06:25:54.388637+0000 mgr.smithi073.hvxekf (mgr.14180) 1057 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:55.578 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:55 smithi162 conmon[89260]: audit 2023-11-15T06:25:54.388637+0000 mgr.smithi073.hvxekf (mgr.14180) 1057 : audit [DBG] 2023-11-15T06:25:55.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:55 smithi162 conmon[89260]: from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:56.021 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:25:56.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:56 smithi073 conmon[84426]: cluster 2023-11-15T06:25:55.509108+0000 mgr.smithi073.hvxekf (mgr.14180) 1058 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:56 smithi162 conmon[89260]: cluster 2023-11-15T06:25:55.509108+0000 mgr.smithi073.hvxekf (mgr.14180) 1058 : cluster [DBG] 2023-11-15T06:25:56.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:56 smithi162 conmon[89260]: pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:57.917 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:25:57.918 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:25:58.571 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:25:58.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:58 smithi073 conmon[84426]: cluster 2023-11-15T06:25:57.509849+0000 mgr.smithi073.hvxekf (mgr.14180) 1059 2023-11-15T06:25:58.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:58 smithi073 conmon[84426]: : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:58.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:25:58 smithi073 conmon[84426]: audit 2023-11-15T06:25:57.911906+0000 mgr.smithi073.hvxekf (mgr.14180) 1060 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:58.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:58 smithi162 conmon[89260]: cluster 2023-11-15T06:25:57.509849+0000 mgr.smithi073.hvxekf (mgr.14180) 1059 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:25:58.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:58 smithi162 conmon[89260]: 2023-11-15T06:25:58.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:25:58 smithi162 conmon[89260]: audit 2023-11-15T06:25:57.911906+0000 mgr.smithi073.hvxekf (mgr.14180) 1060 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:25:59.572 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:00 smithi073 conmon[84426]: cluster 2023-11-15T06:25:59.510262+0000 mgr.smithi073.hvxekf (mgr.14180) 1061 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:00.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:00 smithi162 conmon[89260]: cluster 2023-11-15T06:25:59.510262+0000 mgr.smithi073.hvxekf (mgr.14180) 1061 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:01.461 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:01.462 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:02.061 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:02.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:02 smithi073 conmon[84426]: audit 2023-11-15T06:26:01.456445+0000 mgr.smithi073.hvxekf (mgr.14180) 1062 2023-11-15T06:26:02.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:02 smithi073 conmon[84426]: : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:02.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:02 smithi073 conmon[84426]: cluster 2023-11-15T06:26:01.510724+0000 mgr.smithi073.hvxekf (mgr.14180) 1063 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:02.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:02 smithi162 conmon[89260]: audit 2023-11-15T06:26:01.456445+0000 mgr.smithi073.hvxekf (mgr.14180) 1062 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:02.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:02 smithi162 conmon[89260]: 2023-11-15T06:26:02.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:02 smithi162 conmon[89260]: cluster 2023-11-15T06:26:01.510724+0000 mgr.smithi073.hvxekf (mgr.14180) 1063 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:03.062 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:04.641 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:04 smithi073 conmon[84426]: cluster 2023-11-15T06:26:03.511260+0000 mgr.smithi073.hvxekf (mgr.14180) 1064 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:04.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:04 smithi162 conmon[89260]: cluster 2023-11-15T06:26:03.511260+0000 mgr.smithi073.hvxekf (mgr.14180) 1064 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:04.951 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:04.952 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:05.584 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:06.586 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:06.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:06 smithi073 conmon[84426]: audit 2023-11-15T06:26:04.946962+0000 mgr.smithi073.hvxekf (mgr.14180) 1065 : audit 2023-11-15T06:26:06.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:06 smithi073 conmon[84426]: [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:06.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:06 smithi073 conmon[84426]: cluster 2023-11-15T06:26:05.511920+0000 mgr.smithi073.hvxekf (mgr.14180) 1066 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:06.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:06 smithi162 conmon[89260]: audit 2023-11-15T06:26:04.946962+0000 mgr.smithi073.hvxekf (mgr.14180) 1065 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:06.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:06 smithi162 conmon[89260]: cluster 2023-11-15T 2023-11-15T06:26:06.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:06 smithi162 conmon[89260]: 06:26:05.511920+0000 mgr.smithi073.hvxekf (mgr.14180) 1066 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:08.515 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:08.515 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:08.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:08 smithi073 conmon[84426]: cluster 2023-11-15T06:26:07.512691+0000 mgr.smithi073.hvxekf (mgr.14180) 1067 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:08.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:08 smithi162 conmon[89260]: cluster 2023-11-15T06:26:07.512691+0000 mgr.smithi073.hvxekf (mgr.14180) 1067 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:09.151 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:09 smithi073 conmon[84426]: audit 2023-11-15T06:26:08.510132+0000 mgr.smithi073.hvxekf (mgr.14180) 1068 : audit 2023-11-15T06:26:09.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:09 smithi073 conmon[84426]: [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:09.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:09 smithi162 conmon[89260]: audit 2023-11-15T06:26:08.510132+0000 mgr.smithi073.hvxekf (mgr.14180) 1068 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:10.152 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:10.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:10 smithi073 conmon[84426]: cluster 2023-11-15T06:26:09.513200+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:26:10.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:10 smithi073 conmon[84426]: 1069 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:10.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:10 smithi162 conmon[89260]: cluster 2023-11-15T06:26:09.513200+0000 mgr.smithi073.hvxekf (mgr.14180) 1069 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:12.061 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:12.062 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:12.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:12.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:12 smithi073 conmon[84426]: cluster 2023-11-15T06:26:11.513978+0000 mgr.smithi073.hvxekf (mgr.14180) 1070 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:12.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:12 smithi162 conmon[89260]: cluster 2023-11-15T06:26:11.513978+0000 mgr.smithi073.hvxekf (mgr.14180) 1070 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:13.693 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:13 smithi073 conmon[84426]: audit 2023-11-15T06:26:12.056704+0000 mgr.smithi073.hvxekf (mgr.14180) 1071 : audit 2023-11-15T06:26:13.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:13 smithi073 conmon[84426]: [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:13.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:13 smithi162 conmon[89260]: audit 2023-11-15T06:26:12.056704+0000 mgr.smithi073.hvxekf (mgr.14180) 1071 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:14 smithi073 conmon[84426]: cluster 2023-11-15T06:26:13.514645+0000 2023-11-15T06:26:14.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:14 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1072 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:14.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:14 smithi162 conmon[89260]: cluster 2023-11-15T06:26:13.514645+0000 mgr.smithi073.hvxekf (mgr.14180) 1072 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:15.604 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:15.605 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:16.258 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:16.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:16 smithi073 conmon[84426]: cluster 2023-11-15T06:26:15.515125+0000 mgr.smithi073.hvxekf (mgr.14180) 1073 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:16.825 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:16 smithi073 conmon[84426]: audit 2023-11-15T06:26:15.599867+0000 mgr.smithi073.hvxekf (mgr.14180) 1074 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:16.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:16 smithi162 conmon[89260]: cluster 2023-11-15T06:26:15.515125+0000 mgr.smithi073.hvxekf (mgr.14180) 1073 : cluster [DBG] 2023-11-15T06:26:16.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:16 smithi162 conmon[89260]: pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:16.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:16 smithi162 conmon[89260]: audit 2023-11-15T06:26:15.599867+0000 mgr.smithi073.hvxekf (mgr.14180) 1074 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:17.259 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:18 smithi073 conmon[84426]: cluster 2023-11-15T06:26:17.515770+0000 2023-11-15T06:26:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:18 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1075 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:18.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:18 smithi162 conmon[89260]: cluster 2023-11-15T06:26:17.515770+0000 mgr.smithi073.hvxekf (mgr.14180) 1075 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:19.215 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:19.216 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:19.864 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:20.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:20 smithi162 conmon[89260]: audit 2023-11-15T06:26:19.211056+0000 mgr.smithi073.hvxekf (mgr.14180) 1076 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:20.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:20 smithi162 conmon[89260]: cluster 2023-11-15T06:26:19.516147+0000 2023-11-15T06:26:20.829 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:20 smithi162 conmon[89260]: mgr.smithi073.hvxekf (mgr.14180) 1077 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:20.865 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:20.895 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:20 smithi073 conmon[84426]: audit 2023-11-15T06:26:19.211056+0000 mgr.smithi073.hvxekf (mgr.14180) 1076 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:20.896 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:20 smithi073 conmon[84426]: cluster 2023-11-15T06:26:19.516147+0000 mgr.smithi073.hvxekf (mgr.14180) 1077 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:22.718 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:22.718 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:22.742 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:22 smithi073 conmon[84426]: cluster 2023-11-15T06:26:21.516819+0000 mgr.smithi073.hvxekf (mgr.14180) 1078 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:22 smithi162 conmon[89260]: cluster 2023-11-15T06:26:21.516819+0000 mgr.smithi073.hvxekf (mgr.14180) 1078 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:23.364 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:23.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:23 smithi073 conmon[84426]: audit 2023-11-15T06:26:22.713207+0000 mgr.smithi073.hvxekf (mgr.14180) 1079 2023-11-15T06:26:23.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:23 smithi073 conmon[84426]: : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:24.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:23 smithi162 conmon[89260]: audit 2023-11-15T06:26:22.713207+0000 mgr.smithi073.hvxekf (mgr.14180) 1079 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:24.365 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:24.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:24 smithi073 conmon[84426]: cluster 2023-11-15T06:26:23.517385+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:26:24.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:24 smithi073 conmon[84426]: 1080 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:24 smithi162 conmon[89260]: cluster 2023-11-15T06:26:23.517385+0000 mgr.smithi073.hvxekf (mgr.14180) 1080 : cluster [DBG] 2023-11-15T06:26:25.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:24 smithi162 conmon[89260]: pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:26.444 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:26.444 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:26.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:26 smithi073 conmon[84426]: cluster 2023-11-15T06:26:25.517834+0000 mgr.smithi073.hvxekf (mgr.14180) 1081 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:26.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:26 smithi162 conmon[89260]: cluster 2023-11-15T06:26:25.517834+0000 mgr.smithi073.hvxekf (mgr.14180) 1081 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:27.124 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:27.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:27 smithi073 conmon[84426]: audit 2023-11-15T06:26:26.439408+0000 mgr.smithi073.hvxekf (mgr.14180) 1082 : audit 2023-11-15T06:26:27.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:27 smithi073 conmon[84426]: [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:27 smithi162 conmon[89260]: audit 2023-11-15T06:26:26.439408+0000 mgr.smithi073.hvxekf (mgr.14180) 1082 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:28.126 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:28.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:28 smithi073 conmon[84426]: cluster 2023-11-15T06:26:27.518548+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:26:28.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:28 smithi073 conmon[84426]: ) 1083 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:28 smithi162 conmon[89260]: cluster 2023-11-15T06:26:27.518548+0000 mgr.smithi073.hvxekf (mgr.14180) 1083 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:30.033 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:30.034 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:30.630 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:31.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:30 smithi073 conmon[84426]: cluster 2023-11-15T06:26:29.518949+0000 mgr.smithi073.hvxekf (mgr.14180) 1084 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:30 smithi162 conmon[89260]: cluster 2023-11-15T06:26:29.518949+0000 mgr.smithi073.hvxekf (mgr.14180) 1084 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:31.631 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:31 smithi073 conmon[84426]: audit 2023-11-15T06:26:30.026972+0000 mgr.smithi073.hvxekf (mgr.14180) 1085 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:31 smithi162 conmon[89260]: audit 2023-11-15T06:26:30.026972+0000 mgr.smithi073.hvxekf (mgr.14180) 1085 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:32 smithi073 conmon[84426]: cluster 2023-11-15T06:26:31.519575+0000 mgr.smithi073.hvxekf (mgr.14180) 1086 2023-11-15T06:26:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:32 smithi073 conmon[84426]: : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:32 smithi162 conmon[89260]: cluster 2023-11-15T06:26:31.519575+0000 mgr.smithi073.hvxekf (mgr.14180) 1086 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:33.537 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:33.537 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:34.172 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:34 smithi073 conmon[84426]: cluster 2023-11-15T06:26:33.520079+0000 mgr.smithi073.hvxekf (mgr.14180) 1087 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:34 smithi073 conmon[84426]: audit 2023-11-15T06:26:33.531833+0000 mgr.smithi073.hvxekf (mgr.14180) 1088 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:34 smithi162 conmon[89260]: cluster 2023-11-15T06:26:33.520079+0000 mgr.smithi073.hvxekf (mgr.14180) 1087 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:35.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:34 smithi162 conmon[89260]: audit 2023-11-15T06:26:33.531833+0000 mgr.smithi073.hvxekf (mgr.14180) 1088 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:35.173 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:36.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:36 smithi073 conmon[84426]: cluster 2023-11-15T06:26:35.520764+0000 mgr.smithi073.hvxekf (mgr.14180) 1089 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:36.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:36 smithi162 conmon[89260]: cluster 2023-11-15T06:26:35.520764+0000 mgr.smithi073.hvxekf (mgr.14180) 1089 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:37.096 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:37.096 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:37.831 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:38.832 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:38 smithi073 conmon[84426]: audit 2023-11-15T06:26:37.091656+0000 mgr.smithi073.hvxekf (mgr.14180) 1090 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:38 smithi073 conmon[84426]: cluster 2023-11-15T06:26:37.521304+0000 2023-11-15T06:26:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:38 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1091 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:38 smithi162 conmon[89260]: audit 2023-11-15T06:26:37.091656+0000 mgr.smithi073.hvxekf (mgr.14180) 1090 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:39.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:38 smithi162 conmon[89260]: cluster 2023-11-15T06:26:37.521304+0000 mgr.smithi073.hvxekf (mgr.14180) 1091 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:40.695 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:40.695 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:40.947 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:40 smithi073 conmon[84426]: cluster 2023-11-15T06:26:39.521850+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:26:40.947 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:40 smithi073 conmon[84426]: mgr.14180) 1092 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:40 smithi162 conmon[89260]: cluster 2023-11-15T06:26:39.521850+0000 mgr.smithi073.hvxekf (mgr.14180) 1092 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:40 smithi162 conmon[89260]: 2023-11-15T06:26:41.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:42.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:41 smithi073 conmon[84426]: audit 2023-11-15T06:26:40.690275+0000 mgr.smithi073.hvxekf (mgr.14180) 1093 : audit 2023-11-15T06:26:42.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:41 smithi073 conmon[84426]: [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:41 smithi162 conmon[89260]: audit 2023-11-15T06:26:40.690275+0000 mgr.smithi073.hvxekf (mgr.14180) 1093 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:42.363 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:42.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:42 smithi073 conmon[84426]: cluster 2023-11-15T06:26:41.522353+0000 2023-11-15T06:26:42.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:42 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1094 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:43.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:42 smithi162 conmon[89260]: cluster 2023-11-15T06:26:41.522353+0000 mgr.smithi073.hvxekf (mgr.14180) 1094 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:43.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:42 smithi162 conmon[89260]: 2023-11-15T06:26:44.261 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:44.261 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:44.893 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:44 smithi073 conmon[84426]: cluster 2023-11-15T06:26:43.523161+0000 mgr.smithi073.hvxekf (mgr.14180) 1095 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:44.894 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:45.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:44 smithi162 conmon[89260]: cluster 2023-11-15T06:26:43.523161+0000 mgr.smithi073.hvxekf (mgr.14180) 1095 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:45.895 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:45.925 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:45 smithi073 conmon[84426]: audit 2023-11-15T06:26:44.256022+0000 mgr.smithi073.hvxekf (mgr.14180) 1096 : audit [DBG] 2023-11-15T06:26:45.926 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:45 smithi073 conmon[84426]: from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:45 smithi162 conmon[89260]: audit 2023-11-15T06:26:44.256022+0000 mgr.smithi073.hvxekf (mgr.14180) 1096 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:47.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:46 smithi073 conmon[84426]: cluster 2023-11-15T06:26:45.523705+0000 mgr.smithi073.hvxekf (mgr.14180) 1097 : cluster 2023-11-15T06:26:47.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:46 smithi073 conmon[84426]: [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:47.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:46 smithi162 conmon[89260]: cluster 2023-11-15T06:26:45.523705+0000 mgr.smithi073.hvxekf (mgr.14180) 1097 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:47.724 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:47.725 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:48.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:49.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:48 smithi073 conmon[84426]: cluster 2023-11-15T06:26:47.524254+0000 mgr.smithi073.hvxekf (mgr.14180) 1098 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:49.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:48 smithi073 conmon[84426]: audit 2023-11-15T06:26:47.719831+0000 mgr.smithi073.hvxekf (mgr.14180) 1099 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:49.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:48 smithi162 conmon[89260]: cluster 2023-11-15T06:26:47.524254+0000 mgr.smithi073.hvxekf (mgr.14180) 1098 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:49.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:48 smithi162 conmon[89260]: audit 2023-11-15T06:26:47.719831+0000 mgr.smithi073.hvxekf (mgr.14180) 1099 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:49.345 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:50.913 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:50 smithi073 conmon[84426]: cluster 2023-11- 2023-11-15T06:26:50.914 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:50 smithi073 conmon[84426]: 15T06:26:49.524737+0000 mgr.smithi073.hvxekf (mgr.14180) 1100 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:50 smithi162 conmon[89260]: cluster 2023-11-15T06:26:49.524737+0000 mgr.smithi073.hvxekf (mgr.14180) 1100 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:51.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:50 smithi162 conmon[89260]: 2023-11-15T06:26:51.283 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:51.283 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:51.885 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:52.886 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:52.916 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:52 smithi073 conmon[84426]: audit 2023-11-15T06:26:51.278196+0000 mgr.smithi073.hvxekf (mgr.14180) 1101 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:52.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:52 smithi073 conmon[84426]: cluster 2023-11-15T06:26:51.525219+0000 mgr.smithi073.hvxekf (mgr.14180) 1102 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:52 smithi162 conmon[89260]: audit 2023-11-15T06:26:51.278196+0000 mgr.smithi073.hvxekf (mgr.14180) 1101 : audit [DBG] 2023-11-15T06:26:53.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:52 smithi162 conmon[89260]: from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:53.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:52 smithi162 conmon[89260]: cluster 2023-11-15T06:26:51.525219+0000 mgr.smithi073.hvxekf (mgr.14180) 1102 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:54 smithi073 conmon[84426]: cluster 2023-11-15T06:26:53.525745+0000 mgr.smithi073.hvxekf (mgr.14180) 1103 : cluster 2023-11-15T06:26:54.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:54 smithi073 conmon[84426]: [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:54.850 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:54.851 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:54 smithi162 conmon[89260]: cluster 2023-11-15T06:26:53.525745+0000 mgr.smithi073.hvxekf (mgr.14180) 1103 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:55.470 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:26:55.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:55 smithi073 conmon[84426]: audit 2023-11-15T06:26:54.845858+0000 mgr.smithi073.hvxekf (mgr.14180) 1104 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:56.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:55 smithi162 conmon[89260]: audit 2023-11-15T06:26:54.845858+0000 mgr.smithi073.hvxekf (mgr.14180) 1104 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:56.472 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:26:56.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:56 smithi073 conmon[84426]: cluster 2023-11-15T06:26:55.526367+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:26:56.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:56 smithi073 conmon[84426]: ) 1105 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:57.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:56 smithi162 conmon[89260]: cluster 2023-11-15T06:26:55.526367+0000 mgr.smithi073.hvxekf (mgr.14180) 1105 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:58.416 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:26:58.416 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:26:58.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:58 smithi073 conmon[84426]: cluster 2023-11-15T06:26 2023-11-15T06:26:58.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:58 smithi073 conmon[84426]: :57.526972+0000 mgr.smithi073.hvxekf (mgr.14180) 1106 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:58 smithi162 conmon[89260]: cluster 2023-11-15T06:26:57.526972+0000 mgr.smithi073.hvxekf (mgr.14180) 1106 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:26:59.085 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:00.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:59 smithi073 conmon[84426]: audit 2023-11-15T06:26:58.410092+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:27:00.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:26:59 smithi073 conmon[84426]: ) 1107 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:26:59 smithi162 conmon[89260]: audit 2023-11-15T06:26:58.410092+0000 mgr.smithi073.hvxekf (mgr.14180) 1107 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:00.087 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:00.976 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:00 smithi073 conmon[84426]: cluster 2023-11-15T06:26:59.527289+0000 mgr.smithi073.hvxekf (mgr.14180) 1108 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:00 smithi162 conmon[89260]: cluster 2023-11-15T06:26:59.527289+0000 mgr.smithi073.hvxekf (mgr.14180) 1108 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:01.986 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:01.986 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:02.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:03.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:02 smithi073 conmon[84426]: cluster 2023-11-15T06:27:01.527762+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:27:03.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:02 smithi073 conmon[84426]: mgr.14180) 1109 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:03.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:02 smithi162 conmon[89260]: cluster 2023-11-15T06:27:01.527762+0000 mgr.smithi073.hvxekf (mgr.14180) 1109 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:03.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:02 smithi162 conmon[89260]: 2023-11-15T06:27:03.626 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:03 smithi073 conmon[84426]: audit 2023-11-15T06:27:01.980773+0000 mgr.smithi073.hvxekf (mgr.14180) 1110 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:04.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:03 smithi162 conmon[89260]: audit 2023-11-15T06:27:01.980773+0000 mgr.smithi073.hvxekf (mgr.14180) 1110 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:04.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:04 smithi073 conmon[84426]: cluster 2023-11-15T06:27:03.528346+0000 mgr.smithi073.hvxekf (mgr.14180) 1111 : cluster 2023-11-15T06:27:04.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:04 smithi073 conmon[84426]: [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:04 smithi162 conmon[89260]: cluster 2023-11-15T06:27:03.528346+0000 mgr.smithi073.hvxekf (mgr.14180) 1111 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:05.537 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:05.537 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:06.184 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:07.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:06 smithi073 conmon[84426]: cluster 2023-11-15T06:27:05.528811+0000 mgr.smithi073.hvxekf (mgr.14180) 1112 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:07.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:06 smithi073 conmon[84426]: audit 2023-11-15T06:27 2023-11-15T06:27:07.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:06 smithi073 conmon[84426]: :05.532269+0000 mgr.smithi073.hvxekf (mgr.14180) 1113 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:07.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:06 smithi162 conmon[89260]: cluster 2023-11-15T06:27:05.528811+0000 mgr.smithi073.hvxekf (mgr.14180) 1112 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:07.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:06 smithi162 conmon[89260]: audit 2023-11-15T06:27:07.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:06 smithi162 conmon[89260]: 2023-11-15T06:27:05.532269+0000 mgr.smithi073.hvxekf (mgr.14180) 1113 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:07.185 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:08.736 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:08 smithi073 conmon[84426]: cluster 2023-11-15T06:27:07.529405+0000 mgr.smithi073.hvxekf (mgr.14180) 1114 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:09.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:08 smithi162 conmon[89260]: cluster 2023-11-15T06:27:07.529405+0000 mgr.smithi073.hvxekf (mgr.14180) 1114 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:09.097 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:09.098 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:09.717 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:10.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:10 smithi073 conmon[84426]: audit 2023-11-15T06:27:09.092718+0000 mgr.smithi073.hvxekf (mgr.14180) 1115 : audit [DBG] 2023-11-15T06:27:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:10 smithi073 conmon[84426]: from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:11.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:10 smithi073 conmon[84426]: cluster 2023-11-15T06:27:09.529975+0000 mgr.smithi073.hvxekf (mgr.14180) 1116 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:10 smithi162 conmon[89260]: audit 2023-11-15T06:27:09.092718+0000 mgr.smithi073.hvxekf (mgr.14180) 1115 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:11.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:10 smithi162 conmon[89260]: cluster 2023-11-15T06:27:09.529975+0000 mgr.smithi073.hvxekf (mgr.14180) 1116 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:12.582 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:12.582 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:13.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:12 smithi073 conmon[84426]: cluster 2023-11-15T06:27:11.530470+0000 mgr.smithi073.hvxekf (mgr.14180) 1117 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:13.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:12 smithi162 conmon[89260]: cluster 2023-11-15T06:27:11.530470+0000 mgr.smithi073.hvxekf (mgr.14180) 1117 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:13.232 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:14.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:13 smithi073 conmon[84426]: audit 2023-11-15T06:27:12.576679+0000 mgr.smithi073.hvxekf (mgr.14180) 1118 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:14.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:13 smithi073 conmon[84426]: 2023-11-15T06:27:14.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:13 smithi162 conmon[89260]: audit 2023-11-15T06:27:12.576679+0000 mgr.smithi073.hvxekf (mgr.14180) 1118 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:14.234 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:15.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:14 smithi073 conmon[84426]: cluster 2023-11-15T06:27:13.531054 2023-11-15T06:27:15.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:14 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 1119 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:15.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:14 smithi162 conmon[89260]: cluster 2023-11-15T06:27:13.531054+0000 mgr.smithi073.hvxekf (mgr.14180) 1119 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:16.177 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:16.177 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:16.816 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:17.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:16 smithi073 conmon[84426]: cluster 2023-11-15T06:27:15.531658+0000 mgr.smithi073.hvxekf (mgr.14180) 1120 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:17.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:16 smithi162 conmon[89260]: cluster 2023-11-15T06:27:15.531658+0000 mgr.smithi073.hvxekf (mgr.14180) 1120 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:17.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:16 smithi162 conmon[89260]: 2023-11-15T06:27:17.817 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:17 smithi073 conmon[84426]: audit 2023-11-15T06:27:16.172331+0000 mgr.smithi073.hvxekf (mgr.14180) 1121 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:17 smithi162 conmon[89260]: audit 2023-11-15T06:27:16.172331+0000 mgr.smithi073.hvxekf (mgr.14180) 1121 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:18 smithi073 conmon[84426]: cluster 2023-11-15T06:27:17.532227+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:27:18.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:18 smithi073 conmon[84426]: mgr.14180) 1122 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:19.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:18 smithi162 conmon[89260]: cluster 2023-11-15T06:27:17.532227+0000 mgr.smithi073.hvxekf (mgr.14180) 1122 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:19.743 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:19.744 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:20.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:21.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:20 smithi073 conmon[84426]: cluster 2023-11-15T06:27:19.532574+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:27:21.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:20 smithi073 conmon[84426]: .14180) 1123 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:21.076 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:20 smithi073 conmon[84426]: audit 2023-11-15T06:27:19.738604+0000 mgr.smithi073.hvxekf (mgr.14180) 1124 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:21.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:20 smithi162 conmon[89260]: cluster 2023-11-15T06:27:19.532574+0000 mgr.smithi073.hvxekf (mgr.14180) 1123 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:20 smithi162 conmon[89260]: audit 2023-11-15T06:27:19.738604+0000 mgr.smithi073.hvxekf (mgr.14180) 1124 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:21.392 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:22.946 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:22 smithi073 conmon[84426]: cluster 2023-11-15T06:27:21.533172+0000 mgr.smithi073.hvxekf (mgr.14180) 1125 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:22 smithi162 conmon[89260]: cluster 2023-11-15T06:27:21.533172+0000 mgr.smithi073.hvxekf (mgr.14180) 1125 : cluster [DBG] 2023-11-15T06:27:23.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:22 smithi162 conmon[89260]: pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:23.276 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:23.277 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:23.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:24.932 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:24 smithi073 conmon[84426]: audit 2023-11-15T06:27:23.271675+0000 mgr.smithi073.hvxekf (mgr.14180) 1126 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:24 smithi073 conmon[84426]: cluster 2023-11-15T06:27:23.534013+0000 mgr.smithi073.hvxekf (mgr.14180) 1127 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:25.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:24 smithi162 conmon[89260]: audit 2023-11-15T06:27:23.271675+0000 mgr.smithi073.hvxekf (mgr.14180) 1126 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:25.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:24 smithi162 conmon[89260]: cluster 2023-11-15T06:27:23.534013+0000 mgr.smithi073.hvxekf (mgr.14180) 1127 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:26.756 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:26.756 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:26 smithi073 conmon[84426]: cluster 2023-11-15T06:27:25.534510+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:27:27.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:26 smithi073 conmon[84426]: 14180) 1128 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:27.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:26 smithi162 conmon[89260]: cluster 2023-11-15T06:27:25.534510+0000 mgr.smithi073.hvxekf (mgr.14180) 1128 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:27.390 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:28.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:27 smithi073 conmon[84426]: audit 2023-11-15T06:27:26.751141+0000 mgr.smithi073.hvxekf (mgr.14180) 1129 : audit 2023-11-15T06:27:28.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:27 smithi073 conmon[84426]: [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:28.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:27 smithi162 conmon[89260]: audit 2023-11-15T06:27:26.751141+0000 mgr.smithi073.hvxekf (mgr.14180) 1129 : audit [DBG] 2023-11-15T06:27:28.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:27 smithi162 conmon[89260]: from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:28.391 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:28 smithi073 conmon[84426]: cluster 2023-11-15T06:27:27.535110+0000 mgr.smithi073.hvxekf (mgr.14180) 1130 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:29.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:28 smithi162 conmon[89260]: cluster 2023-11-15T06:27:27.535110+0000 mgr.smithi073.hvxekf (mgr.14180) 1130 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:29.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:28 smithi162 conmon[89260]: 2023-11-15T06:27:30.215 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:30.216 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:30.863 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:31.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:30 smithi073 conmon[84426]: cluster 2023-11-15T06:27:29.535541+0000 mgr.smithi073.hvxekf (mgr.14180) 1131 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:30 smithi162 conmon[89260]: cluster 2023-11-15T06:27:29.535541+0000 mgr.smithi073.hvxekf (mgr.14180) 1131 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:31.865 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:31 smithi073 conmon[84426]: audit 2023-11-15T06:27:30.210449+0000 mgr.smithi073.hvxekf (mgr.14180) 1132 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:31 smithi073 conmon[84426]: 2023-11-15T06:27:32.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:31 smithi162 conmon[89260]: audit 2023-11-15T06:27:30.210449+0000 mgr.smithi073.hvxekf (mgr.14180) 1132 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:33.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:32 smithi073 conmon[84426]: cluster 2023-11-15T06:27:31.536164+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:27:33.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:32 smithi073 conmon[84426]: mgr.14180) 1133 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:33.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:32 smithi162 conmon[89260]: cluster 2023-11-15T06:27:31.536164+0000 mgr.smithi073.hvxekf (mgr.14180) 1133 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:33.802 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:33.803 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:34.430 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:34 smithi073 conmon[84426]: cluster 2023-11-15T06:27:33.536903+0000 mgr.smithi073.hvxekf (mgr.14180) 1134 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:34 smithi073 conmon[84426]: audit 2023-11-15T06:27:33.797026+0000 mgr.smithi073.hvxekf (mgr.14180) 1135 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:34 smithi162 conmon[89260]: cluster 2023-11-15T06:27:33.536903+0000 mgr.smithi073.hvxekf (mgr.14180) 1134 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:35.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:34 smithi162 conmon[89260]: audit 2023-11-15T06:27:33.797026+0000 mgr.smithi073.hvxekf (mgr.14180) 1135 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:35.430 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:37.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:36 smithi073 conmon[84426]: cluster 2023-11-15T06:27:35.537473+0000 2023-11-15T06:27:37.029 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:36 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1136 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:37.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:36 smithi162 conmon[89260]: cluster 2023-11-15T06:27:35.537473+0000 mgr.smithi073.hvxekf (mgr.14180) 1136 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:37.382 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:37.383 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:38.046 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:39.047 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:38 smithi073 conmon[84426]: audit 2023-11-15T06:27:37.377166+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:27:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:38 smithi073 conmon[84426]: 1137 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:39.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:38 smithi073 conmon[84426]: cluster 2023-11-15T06:27:37.538097+0000 mgr.smithi073.hvxekf (mgr.14180) 1138 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:38 smithi162 conmon[89260]: audit 2023-11-15T06:27:37.377166+0000 mgr.smithi073.hvxekf (mgr.14180) 1137 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:39.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:38 smithi162 conmon[89260]: cluster 2023-11-15T06:27:37.538097+0000 mgr.smithi073.hvxekf (mgr.14180) 1138 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:40.900 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:40.901 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:40 smithi073 conmon[84426]: cluster 2023-11-15T06:27:39.538639+0000 mgr.smithi073.hvxekf (mgr.14180) 1139 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:41.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:40 smithi162 conmon[89260]: cluster 2023-11-15T06:27:39.538639+0000 mgr.smithi073.hvxekf (mgr.14180) 1139 : cluster [DBG] 2023-11-15T06:27:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:40 smithi162 conmon[89260]: pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:41.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:42.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:41 smithi073 conmon[84426]: audit 2023-11-15T06:27:40.895321+0000 mgr.smithi073.hvxekf (mgr.14180) 1140 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:42.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:41 smithi162 conmon[89260]: audit 2023-11-15T06:27:40.895321+0000 mgr.smithi073.hvxekf (mgr.14180) 1140 : audit 2023-11-15T06:27:42.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:41 smithi162 conmon[89260]: [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:42.515 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:42.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:42 smithi073 conmon[84426]: cluster 2023-11-15T06:27:41.539170+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:27:42.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:42 smithi073 conmon[84426]: 1141 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:43.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:42 smithi162 conmon[89260]: cluster 2023-11-15T06:27:41.539170+0000 mgr.smithi073.hvxekf (mgr.14180) 1141 : cluster 2023-11-15T06:27:43.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:42 smithi162 conmon[89260]: [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:44.413 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:44.414 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:45.063 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:44 smithi073 conmon[84426]: cluster 2023-11-15T06:27:43.539838+0000 mgr.smithi073.hvxekf (mgr.14180) 1142 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:45.079 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:45.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:44 smithi162 conmon[89260]: cluster 2023-11-15T06:27:43.539838+0000 mgr.smithi073.hvxekf (mgr.14180) 1142 : cluster [DBG] 2023-11-15T06:27:45.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:44 smithi162 conmon[89260]: pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:46.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:45 smithi073 conmon[84426]: audit 2023-11-15T06:27:44.408427+0000 mgr.smithi073.hvxekf (mgr.14180) 1143 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:46.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:45 smithi162 conmon[89260]: audit 2023-11-15T06:27:44.408427+0000 mgr.smithi073.hvxekf (mgr.14180) 1143 : audit 2023-11-15T06:27:46.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:45 smithi162 conmon[89260]: [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:46.079 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:46.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:46 smithi073 conmon[84426]: cluster 2023-11-15T06:27:45.540265+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:27:46.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:46 smithi073 conmon[84426]: .14180) 1144 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:46 smithi162 conmon[89260]: cluster 2023-11-15T06:27:45.540265+0000 mgr.smithi073.hvxekf (mgr.14180) 1144 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:46 smithi162 conmon[89260]: 2023-11-15T06:27:47.938 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:47.938 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:48.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:49.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:48 smithi073 conmon[84426]: cluster 2023-11-15T06:27:47.541077+0000 mgr.smithi073.hvxekf (mgr.14180) 1145 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:49.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:48 smithi073 conmon[84426]: audit 2023-11-15T06:27:47.933096+0000 mgr.smithi073.hvxekf (mgr.14180) 1146 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:49.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:48 smithi162 conmon[89260]: cluster 2023-11-15T06:27:47.541077+0000 mgr.smithi073.hvxekf (mgr.14180) 1145 : cluster [DBG] 2023-11-15T06:27:49.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:48 smithi162 conmon[89260]: pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:49.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:48 smithi162 conmon[89260]: audit 2023-11-15T06:27:47.933096+0000 mgr.smithi073.hvxekf (mgr.14180) 1146 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:49.644 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:50 smithi073 conmon[84426]: cluster 2023-11-15T06:27:49.541597+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:27:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:50 smithi073 conmon[84426]: ) 1147 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:50 smithi162 conmon[89260]: cluster 2023-11-15T06:27:49.541597+0000 mgr.smithi073.hvxekf (mgr.14180) 1147 : cluster [DBG] 2023-11-15T06:27:51.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:50 smithi162 conmon[89260]: pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:51.478 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:51.479 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:52.068 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:53.069 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:53.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:52 smithi073 conmon[84426]: audit 2023-11-15T06:27:51.473712+0000 mgr.smithi073.hvxekf (mgr.14180) 1148 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:53.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:52 smithi073 conmon[84426]: cluster 2023-11-15T06:27:51.542087+0000 mgr.smithi073.hvxekf (mgr.14180) 1149 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:52 smithi162 conmon[89260]: audit 2023-11-15T06:27:51.473712+0000 mgr.smithi073.hvxekf (mgr.14180) 1148 : 2023-11-15T06:27:53.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:52 smithi162 conmon[89260]: audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:53.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:52 smithi162 conmon[89260]: cluster 2023-11-15T06:27:51.542087+0000 mgr.smithi073.hvxekf (mgr.14180) 1149 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:55.002 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:55.002 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:55.026 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:54 smithi073 conmon[84426]: cluster 2023-11-15T06:27:53.542658+0000 mgr.smithi073.hvxekf (mgr.14180) 1150 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:55.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:54 smithi162 conmon[89260]: cluster 2023-11-15T06:27:53.542658+0000 mgr.smithi073.hvxekf (mgr.14180) 1150 : cluster 2023-11-15T06:27:55.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:54 smithi162 conmon[89260]: [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:55.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:27:56.660 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:27:57.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:56 smithi073 conmon[84426]: audit 2023-11-15T06:27:54.996798+0000 mgr.smithi073.hvxekf (mgr.14180) 1151 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:57.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:56 smithi073 conmon[84426]: cluster 2023-11-15T06:27:55.543236+0000 mgr.smithi073.hvxekf (mgr.14180) 1152 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:56 smithi162 conmon[89260]: audit 2023-11-15T06:27:54.996798+0000 mgr.smithi073.hvxekf (mgr.14180) 1151 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:27:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:56 smithi162 conmon[89260]: cluster 2023-11-15T06:27:55.543236+0000 mgr.smithi073.hvxekf (mgr.14180) 1152 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:58.599 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:27:58.600 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:27:59.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:58 smithi073 conmon[84426]: cluster 2023-11-15T06:27:57.543862+0000 mgr.smithi073.hvxekf (mgr 2023-11-15T06:27:59.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:58 smithi073 conmon[84426]: .14180) 1153 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:59.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:58 smithi162 conmon[89260]: cluster 2023-11-15T06:27:57.543862+0000 mgr.smithi073.hvxekf (mgr.14180) 1153 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:27:59.325 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:00.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:27:59 smithi162 conmon[89260]: audit 2023-11-15T06:27:58.594791+0000 mgr.smithi073.hvxekf (mgr.14180) 1154 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:00.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:27:59 smithi073 conmon[84426]: audit 2023-11-15T06:27:58.594791+0000 mgr.smithi073.hvxekf (mgr.14180) 1154 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:00.326 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:01.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:00 smithi073 conmon[84426]: cluster 2023-11-15T06:27:59.544324+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:01.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:00 smithi073 conmon[84426]: 1155 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:00 smithi162 conmon[89260]: cluster 2023-11-15T06:27:59.544324+0000 mgr.smithi073.hvxekf (mgr.14180) 1155 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:02.179 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:02.180 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:02.775 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:03.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:02 smithi073 conmon[84426]: cluster 2023-11-15T06:28:01.545066+0000 mgr.smithi073.hvxekf (mgr.14180) 1156 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:03.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:02 smithi162 conmon[89260]: cluster 2023-11-15T06:28:01.545066+0000 mgr.smithi073.hvxekf (mgr.14180) 1156 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:03.777 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:04.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:03 smithi073 conmon[84426]: audit 2023-11-15T06:28:02.174115+0000 mgr.smithi073.hvxekf (mgr.14180) 1157 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:04.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:03 smithi162 conmon[89260]: audit 2023-11-15T06:28:02.174115+0000 mgr.smithi073.hvxekf (mgr.14180) 1157 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:05.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:04 smithi073 conmon[84426]: cluster 2023-11-15T06:28:03.545694+0000 mgr.smithi073.hvxekf (mgr.14180) 1158 2023-11-15T06:28:05.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:04 smithi073 conmon[84426]: : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:05.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:04 smithi162 conmon[89260]: cluster 2023-11-15T06:28:03.545694+0000 mgr.smithi073.hvxekf (mgr.14180) 1158 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:05.726 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:05.726 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:06.387 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:07.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:06 smithi073 conmon[84426]: cluster 2023-11-15T06:28:05.546140+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:07.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:06 smithi073 conmon[84426]: 1159 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:07.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:06 smithi073 conmon[84426]: audit 2023-11-15T06:28:05.720415+0000 mgr.smithi073.hvxekf (mgr.14180) 1160 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:07.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:06 smithi162 conmon[89260]: cluster 2023-11-15T06:28:05.546140+0000 mgr.smithi073.hvxekf 2023-11-15T06:28:07.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:06 smithi162 conmon[89260]: (mgr.14180) 1159 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:06 smithi162 conmon[89260]: audit 2023-11-15T06:28:05.720415+0000 mgr.smithi073.hvxekf (mgr.14180) 1160 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:07.388 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:09.064 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:08 smithi073 conmon[84426]: cluster 2023-11-15T06:28:07.546694+0000 mgr.smithi073.hvxekf (mgr.14180) 1161 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-15T06:28:09.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:08 smithi162 conmon[89260]: cluster 2023-11-15T06:28:07.546694+0000 mgr.smithi073.hvxekf (mgr.14180) 1161 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-15T06:28:09.387 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:09.388 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:10.024 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:11.025 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:11.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:10 smithi073 conmon[84426]: audit 2023-11-15T06:28:09.381828+0000 mgr.smithi073.hvxekf (mgr.14180) 1162 : audit [DBG] 2023-11-15T06:28:11.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:10 smithi073 conmon[84426]: from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:11.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:10 smithi073 conmon[84426]: cluster 2023-11-15T06:28:09.547228+0000 mgr.smithi073.hvxekf (mgr.14180) 1163 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-15T06:28:11.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:10 smithi162 conmon[89260]: audit 2023-11-15T06:28:09.381828+0000 mgr.smithi073.hvxekf (mgr.14180) 1162 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:11.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:10 smithi162 conmon[89260]: cluster 2023-11-15T06:28:09.547228+0000 mgr.smithi073.hvxekf (mgr.14180) 1163 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-15T06:28:12.881 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:12.882 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:13.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:12 smithi073 conmon[84426]: cluster 2023-11-15T06:28:11.547816+0000 mgr.smithi073.hvxekf (mgr.14180) 1164 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 0 B/s wr, 170 op/s 2023-11-15T06:28:13.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:12 smithi162 conmon[89260]: cluster 2023-11-15T06:28:11.547816+0000 mgr.smithi073.hvxekf (mgr.14180) 1164 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 0 B/s wr, 170 op/s 2023-11-15T06:28:13.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:12 smithi162 conmon[89260]: 2023-11-15T06:28:13.516 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:14.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:13 smithi073 conmon[84426]: audit 2023-11-15T06:28:12.876517+0000 mgr.smithi073.hvxekf (mgr.14180) 1165 2023-11-15T06:28:14.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:13 smithi073 conmon[84426]: : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:14.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:13 smithi162 conmon[89260]: audit 2023-11-15T06:28:12.876517+0000 mgr.smithi073.hvxekf (mgr.14180) 1165 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:14.517 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:15.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:14 smithi073 conmon[84426]: cluster 2023-11-15T06:28:13.548457+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:28:15.215 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:14 smithi073 conmon[84426]: mgr.14180) 1166 : cluster [DBG] pgmap v762: 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-15T06:28:15.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:14 smithi162 conmon[89260]: cluster 2023-11-15T06:28:13.548457+0000 mgr.smithi073.hvxekf (mgr.14180) 1166 : cluster [DBG] 2023-11-15T06:28:15.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:14 smithi162 conmon[89260]: pgmap v762: 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-15T06:28:16.523 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:16.524 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:17.141 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:16 smithi073 conmon[84426]: cluster 2023-11-15T06:28:15.548999+0000 mgr.smithi073.hvxekf (mgr.14180) 1167 : cluster [DBG] pgmap v763: 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-15T06:28:17.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:17.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:16 smithi162 conmon[89260]: cluster 2023-11-15T06:28:15.548999+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:28:17.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:16 smithi162 conmon[89260]: ) 1167 : cluster [DBG] pgmap v763: 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-15T06:28:18.160 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:18.191 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:17 smithi073 conmon[84426]: audit 2023-11-15T06:28:16.516660+0000 mgr.smithi073.hvxekf (mgr.14180) 1168 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:18.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:17 smithi162 conmon[89260]: audit 2023-11-15T06:28:16.516660+0000 mgr.smithi073.hvxekf (mgr.14180) 1168 : audit [DBG] 2023-11-15T06:28:18.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:17 smithi162 conmon[89260]: from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:18.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:18 smithi073 conmon[84426]: cluster 2023-11-15T06:28:17.549527+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:28:18.974 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:18 smithi073 conmon[84426]: mgr.14180) 1169 : 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-15T06:28:19.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:18 smithi162 conmon[89260]: cluster 2023-11-15T06:28:17.549527+0000 mgr.smithi073.hvxekf (mgr.14180) 1169 : 2023-11-15T06:28:19.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:18 smithi162 conmon[89260]: 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-15T06:28:19.982 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:19.982 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:19:26.266202Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.wneagy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: 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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:20.623 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:21.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:20 smithi073 conmon[84426]: cluster 2023-11-15T06:28:19.549883+0000 mgr.smithi073.hvxekf (mgr.14180) 1170 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-15T06:28:21.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:20 smithi162 conmon[89260]: cluster 2023-11-15T06:28:19.549883+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:21.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:20 smithi162 conmon[89260]: 1170 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-15T06:28:21.625 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:22.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:21 smithi073 conmon[84426]: audit 2023-11-15T06:28:19.976864+0000 mgr.smithi073.hvxekf (mgr.14180) 1171 2023-11-15T06:28:22.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:21 smithi073 conmon[84426]: : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:22.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:21 smithi162 conmon[89260]: audit 2023-11-15T06:28:19.976864+0000 mgr.smithi073.hvxekf (mgr.14180) 1171 : audit 2023-11-15T06:28:22.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:21 smithi162 conmon[89260]: [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:23.209 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:22 smithi073 conmon[84426]: cluster 2023-11-15T06:28:21.550639+0000 mgr.smithi073.hvxekf (mgr.14180) 1172 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-15T06:28:23.210 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:22 smithi073 conmon[84426]: audit 2023-11-15T06:28:22.555622+0000 mon.smithi073 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.bwbagw"}]: dispatch 2023-11-15T06:28:23.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:22 smithi162 conmon[89260]: cluster 2023-11-15T06:28:21.550639+0000 mgr.smithi073.hvxekf (mgr.14180) 1172 2023-11-15T06:28:23.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:22 smithi162 conmon[89260]: : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 41 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-15T06:28:23.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:22 smithi162 conmon[89260]: audit 2023-11-15T06:28:22.555622+0000 mon.smithi073 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.73:0/2228437152' entity='mgr.smithi073.hvxekf' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi162.bwbagw"}]: dispatch 2023-11-15T06:28:23.600 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:23.601 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:24.236 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: cephadm 2023-11-15T06:28:22.555098+0000 mgr.smithi073.hvxekf (mgr.14180) 1173 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.237 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.bwbagw ... 2023-11-15T06:28:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:28:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:26:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:27:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.238 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:27:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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-15T06:28:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:28:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.239 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: Traceback (most recent call last): 2023-11-15T06:28:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:28:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: yield (conn, connr) 2023-11-15T06:28:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:28:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: code, '\n'.join(err))) 2023-11-15T06:28:24.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.bwbagw ... 2023-11-15T06:28:24.241 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:28:24.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:26:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.242 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:27:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:27:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.243 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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-15T06:28:24.244 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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-15T06:28:24.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:28:24.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: cephadm 2023-11-15T06:28:22.555306+0000 mgr.smithi073.hvxekf (mgr.14180) 1174 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: cephadm 2023-11-15T06:28:22.556194+0000 mgr.smithi073.hvxekf (mgr.14180) 1175 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.245 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: Deploy daemon haproxy.rgw.foo.smithi162.bwbagw ... 2023-11-15T06:28:24.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.246 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:28:24.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:26:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:27:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr time="2023-11-15T06:27:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.247 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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-15T06:28:24.248 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:28:24.249 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.249 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:23 smithi073 conmon[84426]: cephadm 2023-11-15T06:28:22.557639+0000 mgr.smithi073.hvxekf (mgr.14180) 1176 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.fpbyrc on smithi073 2023-11-15T06:28:24.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:24.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: cephadm 2023-11-15T06:28:22.555098+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:24.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 1173 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.bwbagw ... 2023-11-15T06:28:24.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:28:24.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:26:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:27:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:27:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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-15T06:28:24.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:28:24.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: Traceback (most recent call last): 2023-11-15T06:28:24.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T06:28:24.332 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: yield (conn, connr) 2023-11-15T06:28:24.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T06:28:24.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: code, '\n'.join(err))) 2023-11-15T06:28:24.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.333 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.bwbagw ... 2023-11-15T06:28:24.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:28:24.334 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:26:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:27:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:27:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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-15T06:28:24.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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/increas 2023-11-15T06:28:24.335 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: e-rate-limit 2023-11-15T06:28:24.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: cephadm 2023-11-15T06:28:22.555306+0000 mgr.smithi073.hvxekf (mgr.14180) 1174 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: cephadm 2023-11-15T06:28:22.556194+0000 mgr.smithi073.hvxekf (mgr.14180) 1175 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw 2023-11-15T06:28:24.336 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: /bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw 2023-11-15T06:28:24.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: Deploy daemon haproxy.rgw.foo.smithi162.bwbagw ... 2023-11-15T06:28:24.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-15T06:28:24.337 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:26:26Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:27:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr time="2023-11-15T06:27:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:28:24.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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-15T06:28:24.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:28:24.338 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T06:28:24.339 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:23 smithi162 conmon[89260]: cephadm 2023-11-15T06:28:22.557639+0000 mgr.smithi073.hvxekf (mgr.14180) 1176 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi073.fpbyrc on smithi073 2023-11-15T06:28:25.257 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:25.287 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:24 smithi073 conmon[84426]: cluster 2023-11-15T06:28:23.551214+0000 mgr.smithi073.hvxekf (mgr.14180) 1177 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T06:28:25.287 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:24 smithi073 conmon[84426]: audit 2023-11-15T06:28:23.595472+0000 mgr.smithi073.hvxekf (mgr.14180) 1178 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:25.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:24 smithi162 conmon[89260]: cluster 2023-11-15T06:28:23.551214+0000 mgr.smithi073.hvxekf (mgr.14180) 1177 : cluster [DBG] 2023-11-15T06:28:25.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:24 smithi162 conmon[89260]: pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T06:28:25.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:24 smithi162 conmon[89260]: audit 2023-11-15T06:28:23.595472+0000 mgr.smithi073.hvxekf (mgr.14180) 1178 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:27.125 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:27.125 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:27.155 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:26 smithi073 conmon[84426]: cluster 2023-11-15T06:28:25.551799+0000 mgr.smithi073.hvxekf (mgr.14180) 1179 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:27.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:26 smithi162 conmon[89260]: cluster 2023-11-15T06:28:25.551799+0000 mgr.smithi073.hvxekf (mgr.14180) 1179 : 2023-11-15T06:28:27.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:26 smithi162 conmon[89260]: cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:27.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:28.789 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:28 smithi073 conmon[84426]: audit 2023-11-15T06:28:27.119918+0000 mgr.smithi073.hvxekf (mgr.14180) 1180 : audit [DBG] 2023-11-15T06:28:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:28 smithi073 conmon[84426]: from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:29.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:28 smithi073 conmon[84426]: cluster 2023-11-15T06:28:27.552519+0000 mgr.smithi073.hvxekf (mgr.14180) 1181 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:29.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:28 smithi162 conmon[89260]: audit 2023-11-15T06:28:27.119918+0000 mgr.smithi073.hvxekf (mgr.14180) 1180 : audit [DBG] 2023-11-15T06:28:29.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:28 smithi162 conmon[89260]: from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:29.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:28 smithi162 conmon[89260]: cluster 2023-11-15T06:28:27.552519+0000 mgr.smithi073.hvxekf (mgr.14180) 1181 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:30.630 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:30.630 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:31.276 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:30 smithi073 conmon[84426]: cluster 2023-11-15T06:28:29.552891+0000 mgr.smithi073.hvxekf (mgr.14180) 1182 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:31.296 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:31.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:30 smithi162 conmon[89260]: cluster 2023-11-15T06:28:29.552891+0000 mgr.smithi073.hvxekf (mgr.14180) 1182 : cluster [DBG] 2023-11-15T06:28:31.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:30 smithi162 conmon[89260]: pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:32.297 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:32.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:31 smithi073 conmon[84426]: audit 2023-11-15T06:28:30.621798+0000 mgr.smithi073.hvxekf (mgr.14180) 1183 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:32.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:31 smithi162 conmon[89260]: audit 2023-11-15T06:28:30.621798+0000 mgr.smithi073.hvxekf (mgr.14180) 1183 : 2023-11-15T06:28:32.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:31 smithi162 conmon[89260]: audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:32.981 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:32 smithi073 conmon[84426]: cluster 2023-11-15T06:28:31.553344+0000 mgr.smithi073.hvxekf (mgr.14180) 1184 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:33.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:32 smithi162 conmon[89260]: cluster 2023-11-15T06:28:31.553344+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:33.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:32 smithi162 conmon[89260]: 1184 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:34.140 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:34.140 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:34.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:35.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:34 smithi073 conmon[84426]: cluster 2023-11-15T06:28:33.553959+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:35.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:34 smithi073 conmon[84426]: 1185 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:35.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:34 smithi162 conmon[89260]: cluster 2023-11-15T06:28:33.553959+0000 mgr.smithi073.hvxekf (mgr.14180) 1185 : cluster 2023-11-15T06:28:35.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:34 smithi162 conmon[89260]: [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:35.754 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:35 smithi073 conmon[84426]: audit 2023-11-15T06:28:34.134986+0000 mgr.smithi073.hvxekf (mgr.14180) 1186 : audit [DBG] 2023-11-15T06:28:36.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:35 smithi073 conmon[84426]: from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:36.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:35 smithi162 conmon[89260]: audit 2023-11-15T06:28:34.134986+0000 mgr.smithi073.hvxekf (mgr.14180) 1186 2023-11-15T06:28:36.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:35 smithi162 conmon[89260]: : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:37.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:36 smithi073 conmon[84426]: cluster 2023-11-15T06:28:35.554542+0000 mgr.smithi073.hvxekf (mgr.14180) 1187 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:37.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:36 smithi162 conmon[89260]: cluster 2023-11-15T06:28:35.554542+0000 mgr.smithi073.hvxekf (mgr.14180) 1187 2023-11-15T06:28:37.331 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:36 smithi162 conmon[89260]: : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:37.705 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:37.706 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:38.370 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:39.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:38 smithi073 conmon[84426]: cluster 2023-11-15T06:28:37.555066+0000 mgr.smithi073.hvxekf (mgr.14180) 1188 : 2023-11-15T06:28:39.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:38 smithi073 conmon[84426]: cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:39.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:38 smithi073 conmon[84426]: audit 2023-11-15T06:28:37.700708+0000 mgr.smithi073.hvxekf (mgr.14180) 1189 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:39.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:38 smithi162 conmon[89260]: cluster 2023-11-15T06:28:37.555066+0000 mgr.smithi073.hvxekf (mgr.14180) 1188 : cluster [DBG] 2023-11-15T06:28:39.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:38 smithi162 conmon[89260]: pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:39.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:38 smithi162 conmon[89260]: audit 2023-11-15T06:28:37.700708+0000 mgr.smithi073.hvxekf (mgr.14180) 1189 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:39.372 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:41.252 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:41.253 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:41.274 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:40 smithi073 conmon[84426]: cluster 2023-11-15T06:28:39.555372+0000 mgr.smithi073.hvxekf (mgr.14180) 1190 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:41.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:40 smithi162 conmon[89260]: cluster 2023-11-15T06:28:39.555372+0000 mgr.smithi073.hvxekf (mgr.14180) 1190 : cluster 2023-11-15T06:28:41.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:40 smithi162 conmon[89260]: [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:41.820 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:42.822 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:43.303 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:42 smithi073 conmon[84426]: audit 2023-11-15T06:28:41.247025+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:43.304 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:42 smithi073 conmon[84426]: 1191 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:43.304 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:42 smithi073 conmon[84426]: cluster 2023-11-15T06:28:41.555799+0000 mgr.smithi073.hvxekf (mgr.14180) 1192 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:43.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:42 smithi162 conmon[89260]: audit 2023-11-15T06:28:41.247025+0000 mgr.smithi073.hvxekf (mgr.14180) 1191 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:43.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:42 smithi162 conmon[89260]: cluster 2023-11-15T06:28:41.555799+0000 mgr.smithi073.hvxekf (mgr.14180) 1192 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:44.793 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:44.793 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:45.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:44 smithi073 conmon[84426]: cluster 2023-11-15T06:28:43.556343+0000 mgr.smithi073.hvxekf (mgr.14180) 1193 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:45.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:44 smithi162 conmon[89260]: cluster 2023-11-15T06:28:43.556343+0000 mgr.smithi073.hvxekf (mgr.14180) 1193 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:45.335 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:46.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:45 smithi073 conmon[84426]: audit 2023-11-15T06:28:44.787957+0000 mgr.smithi073.hvxekf (mgr.14180) 1194 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:46.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:45 smithi162 conmon[89260]: audit 2023-11-15T06:28:44.787957+0000 mgr.smithi073.hvxekf (mgr.14180) 1194 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:46.336 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:47.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:46 smithi073 conmon[84426]: cluster 2023-11-15T06:28:45.556853+0000 mgr.smithi073.hvxekf 2023-11-15T06:28:47.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:46 smithi073 conmon[84426]: (mgr.14180) 1195 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:47.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:46 smithi162 conmon[89260]: cluster 2023-11-15T06:28:45.556853+0000 mgr.smithi073.hvxekf (mgr.14180) 1195 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:48.316 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:48.316 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:48.935 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:49.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:48 smithi073 conmon[84426]: cluster 2023-11-15T06:28:47.557557+0000 mgr.smithi073.hvxekf (mgr.14180) 1196 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:49.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:48 smithi162 conmon[89260]: cluster 2023-11-15T06:28:47.557557+0000 mgr.smithi073.hvxekf (mgr.14180) 1196 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:49.936 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:50.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:49 smithi073 conmon[84426]: audit 2023-11-15T06:28:48.310854+0000 mgr.smithi073.hvxekf (mgr.14180) 1197 : audit [DBG] 2023-11-15T06:28:50.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:49 smithi073 conmon[84426]: from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:50.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:49 smithi162 conmon[89260]: audit 2023-11-15T06:28:48.310854+0000 mgr.smithi073.hvxekf (mgr.14180) 1197 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:51.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:50 smithi073 conmon[84426]: cluster 2023-11-15T06:28:49.557885+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:28:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:50 smithi073 conmon[84426]: 1198 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:51.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:50 smithi162 conmon[89260]: cluster 2023-11-15T06:28:49.557885+0000 mgr.smithi073.hvxekf (mgr.14180) 1198 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:51.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:50 smithi162 conmon[89260]: 2023-11-15T06:28:51.745 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:51.746 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:52.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:51 smithi073 conmon[84426]: cluster 2023-11-15T06:28:51.558442+0000 mgr.smithi073.hvxekf (mgr.14180) 1199 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:52.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:51 smithi073 conmon[84426]: audit 2023-11-15T06:28:51.739757+0000 mgr.smithi073.hvxekf (mgr.14180) 1200 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:52.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:51 smithi162 conmon[89260]: cluster 2023-11-15T06:28:51.558442+0000 mgr.smithi073.hvxekf (mgr.14180) 1199 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:52.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:51 smithi162 conmon[89260]: audit 2023-11-15T06:28:51.739757+0000 mgr.smithi073.hvxekf (mgr.14180) 1200 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:52.410 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:53.411 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:54.995 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:54 smithi073 conmon[84426]: cluster 2023-11-15T06:28:53.558932+0000 mgr.smithi073.hvxekf (mgr.14180) 1201 2023-11-15T06:28:54.995 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:54 smithi073 conmon[84426]: : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:55.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:54 smithi162 conmon[89260]: cluster 2023-11-15T06:28:53.558932+0000 mgr.smithi073.hvxekf (mgr.14180) 1201 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:55.389 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:55.390 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:56.000 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:57.001 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:28:57.032 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:56 smithi073 conmon[84426]: audit 2023-11-15T06:28:55.383891+0000 mgr.smithi073.hvxekf (mgr.14180) 1202 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:57.033 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:56 smithi073 conmon[84426]: cluster 2023-11-15T06:28:55.559404+0000 mgr.smithi073.hvxekf (mgr.14180) 1203 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:57.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:56 smithi162 conmon[89260]: audit 2023-11-15T06:28:55.383891+0000 mgr.smithi073.hvxekf (mgr.14180) 1202 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:28:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:56 smithi162 conmon[89260]: cluster 2023-11-15T06:28:55.559404+0000 mgr.smithi073.hvxekf (mgr.14180) 1203 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:58.849 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:28:58.849 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:28:59.042 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:58 smithi073 conmon[84426]: cluster 2023-11-15T06:28:57.559935+0000 mgr.smithi073.hvxekf (mgr.14180) 1204 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:59.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:58 smithi162 conmon[89260]: cluster 2023-11-15T06:28:57.559935+0000 mgr.smithi073.hvxekf (mgr.14180) 1204 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:28:59.475 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:28:59.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:28:59 smithi073 conmon[84426]: audit 2023-11-15T06:28:58.842531+0000 mgr.smithi073.hvxekf (mgr.14180) 1205 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:00.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:28:59 smithi162 conmon[89260]: audit 2023-11-15T06:28:58.842531+0000 mgr.smithi073.hvxekf (mgr.14180) 1205 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:00.476 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:00.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:00 smithi073 conmon[84426]: cluster 2023-11-15T06:28:59.560376+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:29:00.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:00 smithi073 conmon[84426]: 1206 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:01.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:00 smithi162 conmon[89260]: cluster 2023-11-15T06:28:59.560376+0000 mgr.smithi073.hvxekf (mgr.14180) 1206 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:02.362 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:02.362 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:02.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:02 smithi073 conmon[84426]: cluster 2023-11-15T06:29:01.560878 2023-11-15T06:29:02.973 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:02 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 1207 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:02.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:03.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:02 smithi162 conmon[89260]: cluster 2023-11-15T06:29:01.560878+0000 mgr.smithi073.hvxekf (mgr.14180) 1207 : cluster [DBG] 2023-11-15T06:29:03.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:02 smithi162 conmon[89260]: pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:03.992 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:04.023 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:03 smithi073 conmon[84426]: audit 2023-11-15T06:29:02.356919+0000 mgr.smithi073.hvxekf (mgr.14180) 1208 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:04.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:03 smithi162 conmon[89260]: audit 2023-11-15T06:29:02.356919+0000 mgr.smithi073.hvxekf (mgr.14180) 1208 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:04.768 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:04 smithi073 conmon[84426]: cluster 2023-11-15T06:29:03.561654+0000 mgr.smithi073.hvxekf (mgr.14180) 1209 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:05.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:04 smithi162 conmon[89260]: cluster 2023-11-15T06:29:03.561654+0000 mgr.smithi073.hvxekf (mgr.14180) 1209 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:05.960 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:05.960 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:06.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:07.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:06 smithi073 conmon[84426]: cluster 2023-11-15T06:29:05.562135+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:29:07.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:06 smithi073 conmon[84426]: 14180) 1210 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:07.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:06 smithi073 conmon[84426]: audit 2023-11-15T06:29:05.954213+0000 mgr.smithi073.hvxekf (mgr.14180) 1211 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:07.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:06 smithi162 conmon[89260]: cluster 2023-11-15T06:29:05.562135+0000 mgr.smithi073.hvxekf (mgr.14180) 1210 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:07.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:06 smithi162 conmon[89260]: audit 2023-11-15T06:29:05.954213+0000 mgr.smithi073.hvxekf (mgr.14180) 1211 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:07.608 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:08.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:08 smithi073 conmon[84426]: cluster 2023-11-15T06:29:07.562828+0000 mgr.smithi073.hvxekf (mgr.14180) 1212 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:09.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:08 smithi162 conmon[89260]: cluster 2023-11-15T06:29:07.562828+0000 mgr.smithi073.hvxekf (mgr.14180) 1212 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:09.489 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:09.490 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:10.106 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:11.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:10 smithi073 conmon[84426]: audit 2023-11-15T06:29:09.484040+0000 mgr.smithi073.hvxekf (mgr.14180) 1213 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:11.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:10 smithi073 conmon[84426]: cluster 2023-11-15T06:29:09.563200+0000 mgr.smithi073.hvxekf (mgr.14180) 1214 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:11.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:10 smithi162 conmon[89260]: audit 2023-11-15T06:29:09.484040+0000 mgr.smithi073.hvxekf (mgr.14180) 1213 : audit [DBG] 2023-11-15T06:29:11.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:10 smithi162 conmon[89260]: from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:11.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:10 smithi162 conmon[89260]: cluster 2023-11-15T06:29:09.563200+0000 mgr.smithi073.hvxekf (mgr.14180) 1214 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:11.108 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:12.716 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:12 smithi073 conmon[84426]: cluster 2023-11-15T06:29:11.563726+0000 mgr.smithi073.hvxekf (mgr.14180) 1215 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:13.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:12 smithi162 conmon[89260]: cluster 2023-11-15T06:29:11.563726+0000 mgr.smithi073.hvxekf (mgr.14180) 1215 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:13.118 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:13.119 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:13.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:14.740 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:15.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:14 smithi073 conmon[84426]: audit 2023-11-15T06:29:13.111561+0000 mgr.smithi073.hvxekf (mgr.14180) 1216 : audit 2023-11-15T06:29:15.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:14 smithi073 conmon[84426]: [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:15.075 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:14 smithi073 conmon[84426]: cluster 2023-11-15T06:29:13.564267+0000 mgr.smithi073.hvxekf (mgr.14180) 1217 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:15.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:14 smithi162 conmon[89260]: audit 2023-11-15T06:29:13.111561+0000 mgr.smithi073.hvxekf (mgr.14180) 1216 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:15.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:14 smithi162 conmon[89260]: cluster 2023-11-15T06:29:13.564267+0000 mgr.smithi073.hvxekf (mgr.14180) 1217 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:16.725 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:16.726 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:17.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:16 smithi073 conmon[84426]: cluster 2023-11-15T06:29:15.564721+0000 mgr.smithi073.hvxekf (mgr.14180) 1218 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:17.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:16 smithi162 conmon[89260]: cluster 2023-11-15T06:29:15.564721+0000 mgr.smithi073.hvxekf (mgr.14180) 1218 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:17.330 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:18.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:17 smithi073 conmon[84426]: audit 2023-11-15T06:29:16.719688+0000 mgr.smithi073.hvxekf (mgr.14180) 1219 : audit 2023-11-15T06:29:18.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:17 smithi073 conmon[84426]: [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:18.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:17 smithi162 conmon[89260]: audit 2023-11-15T06:29:16.719688+0000 mgr.smithi073.hvxekf (mgr.14180) 1219 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:18.332 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:19.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:18 smithi073 conmon[84426]: cluster 2023-11-15T06:29:17.565275+0000 mgr.smithi073.hvxekf (mgr.14180) 1220 2023-11-15T06:29:19.018 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:18 smithi073 conmon[84426]: : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:19.081 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:18 smithi162 conmon[89260]: cluster 2023-11-15T06:29:17.565275+0000 mgr.smithi073.hvxekf (mgr.14180) 1220 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:20.266 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:20.267 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:20.872 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:21.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:20 smithi073 conmon[84426]: cluster 2023-11-15T06:29:19.565640+0000 mgr.smithi073.hvxekf (mgr.14180) 1221 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:20 smithi162 conmon[89260]: cluster 2023-11-15T06:29:19.565640+0000 mgr.smithi073.hvxekf (mgr.14180) 1221 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:21.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:20 smithi162 conmon[89260]: 2023-11-15T06:29:21.874 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:22.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:21 smithi073 conmon[84426]: audit 2023-11-15T06:29:20.261121+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:29:22.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:21 smithi073 conmon[84426]: 14180) 1222 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:22.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:21 smithi162 conmon[89260]: audit 2023-11-15T06:29:20.261121+0000 mgr.smithi073.hvxekf (mgr.14180) 1222 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:23.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:22 smithi073 conmon[84426]: cluster 2023-11-15T06:29:21.566488+0000 mgr.smithi073.hvxekf (mgr.14180) 1223 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:23.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:22 smithi162 conmon[89260]: cluster 2023-11-15T06:29:21.566488+0000 mgr.smithi073.hvxekf (mgr.14180) 1223 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:23.706 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:23.706 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:24.363 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:25.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:24 smithi073 conmon[84426]: cluster 2023-11-15T06:29:23.567081+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:29:25.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:24 smithi073 conmon[84426]: ) 1224 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:25.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:24 smithi073 conmon[84426]: audit 2023-11-15T06:29:23.699734+0000 mgr.smithi073.hvxekf (mgr.14180) 1225 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:25.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:24 smithi162 conmon[89260]: cluster 2023-11-15T06:29:23.567081+0000 mgr.smithi073.hvxekf (mgr.14180) 1224 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:25.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:24 smithi162 conmon[89260]: audit 2023-11-15T06:29 2023-11-15T06:29:25.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:24 smithi162 conmon[89260]: :23.699734+0000 mgr.smithi073.hvxekf (mgr.14180) 1225 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:25.364 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:26.954 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:26 smithi073 conmon[84426]: cluster 2023-11-15T06:29:25.567566+0000 mgr.smithi073.hvxekf (mgr.14180) 1226 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:27.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:26 smithi162 conmon[89260]: cluster 2023-11-15T06:29:25.567566+0000 mgr.smithi073.hvxekf (mgr.14180) 1226 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:27.316 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:27.316 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:27.971 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:28.973 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:29.016 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:28 smithi073 conmon[84426]: audit 2023-11-15T06:29:27.310905+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:29:29.016 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:28 smithi073 conmon[84426]: ) 1227 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:29.017 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:28 smithi073 conmon[84426]: cluster 2023-11-15T06:29:27.568114+0000 mgr.smithi073.hvxekf (mgr.14180) 1228 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:29.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:28 smithi162 conmon[89260]: audit 2023-11-15T06:29:27.310905+0000 mgr.smithi073.hvxekf (mgr.14180) 1227 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:29.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:28 smithi162 conmon[89260]: cluster 2023- 2023-11-15T06:29:29.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:28 smithi162 conmon[89260]: 11-15T06:29:27.568114+0000 mgr.smithi073.hvxekf (mgr.14180) 1228 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:30.890 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:30.890 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:31.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:30 smithi073 conmon[84426]: cluster 2023-11-15T06:29:29.568615+0000 mgr.smithi073.hvxekf (mgr.14180) 1229 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:31.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:30 smithi162 conmon[89260]: cluster 2023-11-15T06:29:29.568615+0000 mgr.smithi073.hvxekf (mgr.14180) 1229 : cluster [DBG] 2023-11-15T06:29:31.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:30 smithi162 conmon[89260]: pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:31.504 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:32.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:31 smithi073 conmon[84426]: audit 2023-11-15T06:29:30.883670+0000 mgr.smithi073.hvxekf (mgr.14180) 1230 : 2023-11-15T06:29:32.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:31 smithi073 conmon[84426]: audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:32.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:31 smithi162 conmon[89260]: audit 2023-11-15T06:29:30.883670+0000 mgr.smithi073.hvxekf (mgr.14180) 1230 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:32.506 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:32.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:32 smithi073 conmon[84426]: cluster 2023-11-15T06:29:31.569119+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:29:32.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:32 smithi073 conmon[84426]: mgr.14180) 1231 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:33.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:32 smithi162 conmon[89260]: cluster 2023-11-15T06:29:31.569119+0000 mgr.smithi073.hvxekf (mgr.14180) 1231 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:34.543 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:34.543 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:34.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:34 smithi073 conmon[84426]: cluster 2023-11-15T06:29:33.569889+0000 mgr.smithi073.hvxekf (mgr.14180) 1232 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:35.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:34 smithi162 conmon[89260]: cluster 2023-11-15T06:29:33.569889+0000 mgr.smithi073.hvxekf (mgr.14180) 1232 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:35.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:36.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:35 smithi073 conmon[84426]: audit 2023-11-15T06:29:34.536276+0000 mgr.smithi073.hvxekf (mgr.14180) 1233 : audit [DBG] 2023-11-15T06:29:36.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:35 smithi073 conmon[84426]: from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:36.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:35 smithi162 conmon[89260]: audit 2023-11-15T06:29:34.536276+0000 mgr.smithi073.hvxekf (mgr.14180) 1233 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:36.196 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:37.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:36 smithi073 conmon[84426]: cluster 2023-11-15T06:29:35.570664+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:29:37.028 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:36 smithi073 conmon[84426]: 14180) 1234 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:37.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:36 smithi162 conmon[89260]: cluster 2023-11-15T06:29:35.570664+0000 mgr.smithi073.hvxekf (mgr.14180) 1234 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:38.073 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:38.073 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:38.718 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:39.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:38 smithi073 conmon[84426]: cluster 2023-11-15T06:29:37.571206+0000 mgr.smithi073.hvxekf (mgr.14180) 1235 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:39.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:38 smithi162 conmon[89260]: cluster 2023-11-15T06:29:37.571206+0000 mgr.smithi073.hvxekf (mgr.14180) 1235 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:39.720 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:40.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:39 smithi073 conmon[84426]: audit 2023-11-15T06:29:38.067534 2023-11-15T06:29:40.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:39 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 1236 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:40.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:39 smithi162 conmon[89260]: audit 2023-11-15T06:29:38.067534+0000 mgr.smithi073.hvxekf (mgr.14180) 1236 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:41.033 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:40 smithi073 conmon[84426]: cluster 2023-11-15T06:29:39.571749+0000 mgr.smithi073.hvxekf (mgr.14180) 1237 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:41.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:40 smithi162 conmon[89260]: cluster 2023-11-15T06:29:39.571749+0000 mgr.smithi073.hvxekf (mgr.14180) 1237 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:41.652 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:41.652 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:42.269 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:43.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:42 smithi073 conmon[84426]: cluster 2023-11-15T06:29:41.572240+0000 mgr.smithi073.hvxekf (mgr.14180) 1238 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:43.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:42 smithi073 conmon[84426]: audit 2023-11-15T06:29:41.646552+0000 mgr.smithi073.hvxekf (mgr.14180) 1239 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:43.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:42 smithi162 conmon[89260]: cluster 2023-11-15T06:29:41.572240+0000 mgr.smithi073.hvxekf (mgr.14180) 1238 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:43.080 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:42 smithi162 conmon[89260]: audit 2023-11-15T06:29:41.646552+0000 mgr.smithi073.hvxekf (mgr.14180) 1239 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:43.270 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:44.866 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:44 smithi073 conmon[84426]: cluster 2023-11-15T06:29:43.572971+0000 mgr.smithi073.hvxekf (mgr.14180) 1240 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:45.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:44 smithi162 conmon[89260]: cluster 2023-11-15T06:29:43.572971+0000 mgr.smithi073.hvxekf (mgr.14180) 1240 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:45.178 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:45.178 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:45.836 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:46.838 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:47.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:46 smithi073 conmon[84426]: audit 2023-11-15T06:29:45.172358+0000 mgr.smithi073.hvxekf (mgr.14180) 1241 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:47.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:46 smithi073 conmon[84426]: 2023-11-15T06:29:47.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:46 smithi073 conmon[84426]: cluster 2023-11-15T06:29:45.573396+0000 mgr.smithi073.hvxekf (mgr.14180) 1242 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:46 smithi162 conmon[89260]: audit 2023-11-15T06:29:45.172358+0000 mgr.smithi073.hvxekf (mgr.14180) 1241 : audit 2023-11-15T06:29:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:46 smithi162 conmon[89260]: [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:47.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:46 smithi162 conmon[89260]: cluster 2023-11-15T06:29:45.573396+0000 mgr.smithi073.hvxekf (mgr.14180) 1242 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:48.662 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:48.662 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:49.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:48 smithi073 conmon[84426]: cluster 2023-11-15T06:29:47.573907+0000 mgr.smithi073.hvxekf (mgr.14180) 1243 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:49.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:48 smithi162 conmon[89260]: cluster 2023-11-15T06:29:47.573907+0000 mgr.smithi073.hvxekf (mgr.14180) 1243 : cluster 2023-11-15T06:29:49.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:48 smithi162 conmon[89260]: [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:49.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:50.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:49 smithi073 conmon[84426]: audit 2023-11-15T06:29:48.654688+0000 mgr.smithi073.hvxekf (mgr.14180) 1244 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:50.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:49 smithi162 conmon[89260]: audit 2023-11-15T06:29:48.654688+0000 mgr.smithi073.hvxekf (mgr.14180) 1244 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:50.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:49 smithi162 conmon[89260]: 2023-11-15T06:29:50.297 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:50 smithi073 conmon[84426]: cluster 2023-11-15T06:29:49.574234+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:29:51.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:50 smithi073 conmon[84426]: 1245 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:51.078 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:50 smithi162 conmon[89260]: cluster 2023-11-15T06:29:49.574234+0000 mgr.smithi073.hvxekf (mgr.14180) 1245 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:52.176 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:52.176 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:52.791 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:53.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:52 smithi073 conmon[84426]: cluster 2023-11-15T06:29:51.574757+0000 mgr.smithi073.hvxekf (mgr.14180) 1246 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:53.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:52 smithi162 conmon[89260]: cluster 2023-11-15T06:29:51.574757+0000 mgr.smithi073.hvxekf (mgr.14180) 1246 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:53.793 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:53 smithi073 conmon[84426]: audit 2023-11-15T06:29:52.170553+0000 mgr.smithi073.hvxekf (mgr.14180) 1247 : audit [DBG] 2023-11-15T06:29:54.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:53 smithi073 conmon[84426]: from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:54.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:53 smithi162 conmon[89260]: audit 2023-11-15T06:29:52.170553+0000 mgr.smithi073.hvxekf (mgr.14180) 1247 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:55.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:54 smithi073 conmon[84426]: cluster 2023-11-15T06:29:53.575352+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:29:55.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:54 smithi073 conmon[84426]: 14180) 1248 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:55.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:54 smithi162 conmon[89260]: cluster 2023-11-15T06:29:53.575352+0000 mgr.smithi073.hvxekf (mgr.14180) 1248 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:55.718 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:55.718 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:56.359 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:29:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:56 smithi162 conmon[89260]: cluster 2023-11-15T06:29:55.575870+0000 mgr.smithi073.hvxekf (mgr.14180) 1249 : cluster [DBG] 2023-11-15T06:29:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:56 smithi162 conmon[89260]: pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:57.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:56 smithi162 conmon[89260]: audit 2023-11-15T06:29:55.712443+0000 mgr.smithi073.hvxekf (mgr.14180) 1250 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:57.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:56 smithi073 conmon[84426]: cluster 2023-11-15T06:29:55.575870+0000 mgr.smithi073.hvxekf (mgr.14180) 1249 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:57.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:56 smithi073 conmon[84426]: audit 2023-11-15T06:29:55.712443+0000 mgr.smithi073.hvxekf (mgr.14180) 1250 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:29:57.360 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:29:58.928 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:58 smithi073 conmon[84426]: cluster 2023-11-15T06:29:57.576449+0000 mgr.smithi073.hvxekf (mgr.14180) 1251 : cluster 2023-11-15T06:29:58.929 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:29:58 smithi073 conmon[84426]: [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:59.272 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:29:59.273 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:29:59.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:58 smithi162 conmon[89260]: cluster 2023-11-15T06:29:57.576449+0000 mgr.smithi073.hvxekf (mgr.14180) 1251 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:29:59.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:29:58 smithi162 conmon[89260]: 2023-11-15T06:29:59.958 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:00.961 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:01.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:00 smithi073 conmon[84426]: audit 2023-11-15T06:29:59.267354+0000 mgr.smithi073.hvxekf (mgr.14180) 1252 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:01.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:00 smithi073 conmon[84426]: cluster 2023-11-15T06:29:59.576815+0000 mgr.smithi073.hvxekf (mgr.14180) 1253 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:01.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:00 smithi073 conmon[84426]: cluster 2023-11-15T06:30:00.000169+0000 mon.smithi073 (mon.0) 723 : cluster [INF] overall HEALTH_OK 2023-11-15T06:30:01.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:00 smithi162 conmon[89260]: audit 2023-11-15T06:29:59.267354+0000 mgr.smithi073.hvxekf (mgr.14180) 1252 : audit 2023-11-15T06:30:01.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:00 smithi162 conmon[89260]: [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:01.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:00 smithi162 conmon[89260]: cluster 2023-11-15T06:29:59.576815+0000 mgr.smithi073.hvxekf (mgr.14180) 1253 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:01.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:00 smithi162 conmon[89260]: cluster 2023-11-15T06:30:01.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:00 smithi162 conmon[89260]: 2023-11-15T06:30:00.000169+0000 mon.smithi073 (mon.0) 723 : cluster [INF] overall HEALTH_OK 2023-11-15T06:30:02.806 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:02.807 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:03.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:02 smithi073 conmon[84426]: cluster 2023-11-15T06:30:01.577325+0000 mgr.smithi073.hvxekf (mgr.14180) 1254 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:03.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:02 smithi162 conmon[89260]: cluster 2023-11-15T06:30:01.577325+0000 mgr.smithi073.hvxekf (mgr.14180) 1254 : cluster 2023-11-15T06:30:03.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:02 smithi162 conmon[89260]: [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:03.432 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:04.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:03 smithi073 conmon[84426]: audit 2023-11-15T06:30:02.799738+0000 mgr.smithi073.hvxekf (mgr.14180) 1255 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:04.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:03 smithi162 conmon[89260]: audit 2023-11-15T06:30:02.799738+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:30:04.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:03 smithi162 conmon[89260]: ) 1255 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:04.433 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:05.210 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:04 smithi073 conmon[84426]: cluster 2023-11-15T06:30:03.578247+0000 mgr.smithi073.hvxekf (mgr.14180) 1256 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:05.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:04 smithi162 conmon[89260]: cluster 2023-11-15T06:30:03.578247+0000 mgr.smithi073.hvxekf (mgr.14180) 1256 : cluster 2023-11-15T06:30:05.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:04 smithi162 conmon[89260]: [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:06.361 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:06.361 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:06.989 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:07.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:06 smithi073 conmon[84426]: cluster 2023-11-15T06:30:05.578937+0000 mgr.smithi073.hvxekf (mgr.14180) 1257 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:06 smithi162 conmon[89260]: cluster 2023-11-15T06:30:05.578937+0000 mgr.smithi073.hvxekf (mgr.14180) 1257 : cluster [DBG] 2023-11-15T06:30:07.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:06 smithi162 conmon[89260]: pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:07.990 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:08.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:07 smithi073 conmon[84426]: audit 2023-11-15T06:30:06.355889+0000 mgr.smithi073.hvxekf (mgr.14180) 1258 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:08.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:07 smithi162 conmon[89260]: audit 2023-11-15T06:30:06.355889+0000 mgr.smithi073.hvxekf (mgr.14180) 1258 : audit 2023-11-15T06:30:08.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:07 smithi162 conmon[89260]: [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:09.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:08 smithi073 conmon[84426]: cluster 2023-11-15T06:30 2023-11-15T06:30:09.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:08 smithi073 conmon[84426]: :07.579657+0000 mgr.smithi073.hvxekf (mgr.14180) 1259 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:09.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:08 smithi162 conmon[89260]: cluster 2023-11-15T06:30:07.579657+0000 mgr.smithi073.hvxekf (mgr.14180) 1259 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:09.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:08 smithi162 conmon[89260]: 2023-11-15T06:30:09.941 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:09.941 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:10.573 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:11.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:10 smithi073 conmon[84426]: cluster 2023-11-15T06:30:09.580025+0000 mgr.smithi073.hvxekf (mgr.14180) 1260 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:11.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:10 smithi073 conmon[84426]: audit 2023-11-15T06:30:09.935255+0000 mgr.smithi073.hvxekf (mgr.14180) 1261 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:11.328 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:10 smithi162 conmon[89260]: cluster 2023-11-15T06:30:09.580025+0000 mgr.smithi073.hvxekf (mgr.14180) 1260 : cluster 2023-11-15T06:30:11.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:10 smithi162 conmon[89260]: [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:11.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:10 smithi162 conmon[89260]: audit 2023-11-15T06:30:09.935255+0000 mgr.smithi073.hvxekf (mgr.14180) 1261 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:11.573 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:13.117 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:12 smithi073 conmon[84426]: cluster 2023-11-15T06:30:11.580571+0000 mgr.smithi073.hvxekf (mgr.14180) 1262 2023-11-15T06:30:13.117 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:12 smithi073 conmon[84426]: : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:13.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:12 smithi162 conmon[89260]: cluster 2023-11-15T06:30:11.580571+0000 mgr.smithi073.hvxekf (mgr.14180) 1262 : cluster 2023-11-15T06:30:13.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:12 smithi162 conmon[89260]: [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:13.536 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:13.536 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:14.155 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:15.156 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:15.196 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:14 smithi073 conmon[84426]: audit 2023-11-15T06:30:13.530410+0000 mgr.smithi073.hvxekf (mgr.14180) 1263 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:15.197 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:14 smithi073 conmon[84426]: cluster 2023-11-15T06:30:13.581095+0000 mgr.smithi073.hvxekf (mgr.14180) 1264 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:15.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:14 smithi162 conmon[89260]: audit 2023-11-15T06:30:13.530410+0000 mgr.smithi073.hvxekf (mgr.14180) 1263 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:15.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:14 smithi162 conmon[89260]: cluster 2023-11-15T06:30:13.581095+0000 mgr.smithi073.hvxekf (mgr.14180) 1264 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:16.968 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:16.969 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:17.139 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:16 smithi073 conmon[84426]: cluster 2023-11-15T06:30:15.581669+0000 mgr.smithi073.hvxekf (mgr.14180) 1265 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:17.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:16 smithi162 conmon[89260]: cluster 2023-11-15T06:30:15.581669+0000 mgr.smithi073.hvxekf (mgr.14180) 1265 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:17.530 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:18.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:17 smithi073 conmon[84426]: audit 2023-11-15T06:30:16.962823+0000 mgr.smithi073.hvxekf (mgr.14180) 2023-11-15T06:30:18.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:17 smithi073 conmon[84426]: 1266 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:18.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:17 smithi162 conmon[89260]: audit 2023-11-15T06:30:16.962823+0000 mgr.smithi073.hvxekf (mgr.14180) 1266 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:18.534 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:19.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:18 smithi073 conmon[84426]: cluster 2023-11-15T06:30:17.582226+0000 mgr.smithi073.hvxekf (mgr.14180) 1267 : 2023-11-15T06:30:19.164 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:18 smithi073 conmon[84426]: cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:19.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:18 smithi162 conmon[89260]: cluster 2023-11-15T06:30:17.582226+0000 mgr.smithi073.hvxekf (mgr.14180) 1267 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:20.297 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:20.298 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:20.839 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:21.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:20 smithi073 conmon[84426]: cluster 2023-11-15T06:30:19.582582+0000 mgr.smithi073.hvxekf (mgr.14180) 1268 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:21.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:20 smithi162 conmon[89260]: cluster 2023-11-15T06:30:19.582582+0000 mgr.smithi073.hvxekf (mgr.14180) 1268 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:21.840 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:22.273 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:21 smithi073 conmon[84426]: audit 2023-11-15T06:30:20.292512 2023-11-15T06:30:22.273 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:21 smithi073 conmon[84426]: +0000 mgr.smithi073.hvxekf (mgr.14180) 1269 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:22.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:21 smithi162 conmon[89260]: audit 2023-11-15T06:30:20.292512+0000 mgr.smithi073.hvxekf (mgr.14180) 1269 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:23.191 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:22 smithi073 conmon[84426]: cluster 2023-11-15T06:30:21.583278+0000 mgr.smithi073.hvxekf (mgr.14180) 1270 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:23.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:22 smithi162 conmon[89260]: cluster 2023-11-15T06:30:21.583278+0000 mgr.smithi073.hvxekf (mgr.14180) 1270 : cluster [DBG] 2023-11-15T06:30:23.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:22 smithi162 conmon[89260]: pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:23.564 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:23.564 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:24.062 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:25.063 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:25.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:24 smithi073 conmon[84426]: audit 2023-11-15T06:30:23.558999+0000 mgr.smithi073.hvxekf (mgr.14180) 1271 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:25.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:24 smithi073 conmon[84426]: cluster 2023-11-15T06:30:23.584061+0000 mgr.smithi073.hvxekf (mgr.14180) 1272 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:25.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:24 smithi162 conmon[89260]: audit 2023-11-15T06:30:23.558999+0000 mgr.smithi073.hvxekf (mgr.14180) 1271 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:25.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:24 smithi162 conmon[89260]: cluster 2023-11-15T06:30:23.584061+0000 mgr.smithi073.hvxekf (mgr.14180) 1272 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:26.859 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:26.860 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:27.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:26 smithi073 conmon[84426]: cluster 2023-11-15T06:30:25.584515+0000 mgr.smithi073.hvxekf (mgr.14180) 1273 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:27.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:26 smithi162 conmon[89260]: cluster 2023-11-15T06:30:25.584515+0000 mgr.smithi073.hvxekf (mgr.14180) 1273 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:27.396 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:28.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:27 smithi073 conmon[84426]: audit 2023-11-15T06:30:26.853579+0000 mgr.smithi073.hvxekf (mgr.14180) 1274 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:28.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:27 smithi162 conmon[89260]: audit 2023-11-15T06:30:26.853579+0000 mgr.smithi073.hvxekf (mgr.14180) 1274 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:28.397 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:29.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:28 smithi073 conmon[84426]: cluster 2023-11-15T06:30:27.585130+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:30:29.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:28 smithi073 conmon[84426]: 14180) 1275 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:29.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:28 smithi162 conmon[89260]: cluster 2023-11-15T06:30:27.585130+0000 mgr.smithi073.hvxekf (mgr.14180) 1275 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:30.193 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:30.193 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:30.740 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:31.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:30 smithi073 conmon[84426]: cluster 2023-11-15T06:30:29.585504+0000 mgr.smithi073.hvxekf (mgr.14180) 1276 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:31.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:30 smithi162 conmon[89260]: cluster 2023-11-15T06:30:29.585504+0000 mgr.smithi073.hvxekf (mgr.14180) 1276 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:31.742 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:32.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:31 smithi073 conmon[84426]: audit 2023-11-15T06:30:30.187910+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:30:32.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:31 smithi073 conmon[84426]: ) 1277 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:32.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:31 smithi162 conmon[89260]: audit 2023-11-15T06:30:30.187910+0000 mgr.smithi073.hvxekf (mgr.14180) 1277 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:33.196 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:32 smithi073 conmon[84426]: cluster 2023-11-15T06:30:31 2023-11-15T06:30:33.197 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:32 smithi073 conmon[84426]: .586029+0000 mgr.smithi073.hvxekf (mgr.14180) 1278 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:33.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:32 smithi162 conmon[89260]: cluster 2023-11-15T06:30:31.586029+0000 mgr.smithi073.hvxekf (mgr.14180) 1278 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:33.505 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:33.505 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:34.026 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:35.027 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:35.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:34 smithi073 conmon[84426]: audit 2023-11-15T06:30:33.498847+0000 mgr.smithi073.hvxekf (mgr.14180) 1279 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:35.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:34 smithi073 conmon[84426]: cluster 2023-11-15T06:30:33.586560+0000 mgr.smithi073.hvxekf (mgr.14180) 1280 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:35.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:34 smithi162 conmon[89260]: audit 2023-11-15T06:30:33.498847+0000 mgr.smithi073.hvxekf (mgr.14180) 1279 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:35.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:34 smithi162 conmon[89260]: 2023-11-15T06:30:35.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:34 smithi162 conmon[89260]: cluster 2023-11-15T06:30:33.586560+0000 mgr.smithi073.hvxekf (mgr.14180) 1280 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:36.793 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:36.794 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:37.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:36 smithi073 conmon[84426]: cluster 2023-11-15T06:30:35.586997+0000 2023-11-15T06:30:37.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:36 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1281 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:37.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:36 smithi162 conmon[89260]: cluster 2023-11-15T06:30:35.586997+0000 mgr.smithi073.hvxekf (mgr.14180) 1281 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:37.351 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:38.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:37 smithi073 conmon[84426]: audit 2023-11-15T06:30:36.787835+0000 mgr.smithi073.hvxekf (mgr.14180) 1282 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:38.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:37 smithi073 conmon[84426]: 2023-11-15T06:30:38.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:37 smithi162 conmon[89260]: audit 2023-11-15T06:30:36.787835+0000 mgr.smithi073.hvxekf (mgr.14180) 1282 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:38.352 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:39.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:38 smithi073 conmon[84426]: cluster 2023-11-15T06:30:37.587565+0000 mgr.smithi073.hvxekf (mgr.14180) 1283 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:39.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:38 smithi162 conmon[89260]: cluster 2023-11-15T06:30:37.587565+0000 mgr.smithi073.hvxekf (mgr.14180) 1283 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:40.141 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:40.141 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:40.718 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:41.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:40 smithi073 conmon[84426]: cluster 2023-11-15T06:30:39.587895+0000 mgr.smithi073.hvxekf (mgr.14180 2023-11-15T06:30:41.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:40 smithi073 conmon[84426]: ) 1284 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:41.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:40 smithi162 conmon[89260]: cluster 2023-11-15T06:30:39.587895+0000 mgr.smithi073.hvxekf (mgr.14180) 1284 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:41.719 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:42.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:41 smithi073 conmon[84426]: audit 2023-11-15T06:30:40.135134+0000 mgr.smithi073.hvxekf (mgr.14180) 1285 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:42.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:41 smithi162 conmon[89260]: audit 2023-11-15T06:30:40.135134+0000 mgr.smithi073.hvxekf (mgr.14180) 1285 : audit [DBG] 2023-11-15T06:30:42.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:41 smithi162 conmon[89260]: from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:43.175 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:42 smithi073 conmon[84426]: cluster 2023-11-15T06:30:41.588525+0000 2023-11-15T06:30:43.175 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:42 smithi073 conmon[84426]: mgr.smithi073.hvxekf (mgr.14180) 1286 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:43.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:42 smithi162 conmon[89260]: cluster 2023-11-15T06:30:41.588525+0000 mgr.smithi073.hvxekf (mgr.14180) 1286 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:43.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:42 smithi162 conmon[89260]: 2023-11-15T06:30:43.484 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:43.485 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:44.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:45.035 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:45.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:44 smithi073 conmon[84426]: audit 2023-11-15T06:30:43.478632+0000 mgr.smithi073.hvxekf (mgr.14180) 1287 : audit 2023-11-15T06:30:45.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:44 smithi073 conmon[84426]: [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:45.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:44 smithi073 conmon[84426]: cluster 2023-11-15T06:30:43.589080+0000 mgr.smithi073.hvxekf (mgr.14180) 1288 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:45.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:44 smithi162 conmon[89260]: audit 2023-11-15T06:30:43.478632+0000 mgr.smithi073.hvxekf (mgr.14180) 1287 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:45.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:44 smithi162 conmon[89260]: cluster 2023-11-15T06:30:43.589080+0000 mgr.smithi073.hvxekf (mgr.14180) 1288 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:46.787 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:46.788 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:47.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:46 smithi073 conmon[84426]: cluster 2023-11-15T06:30:45.589602+0000 mgr.smithi073.hvxekf (mgr.14180) 1289 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:47.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:46 smithi073 conmon[84426]: 2023-11-15T06:30:47.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:46 smithi162 conmon[89260]: cluster 2023-11-15T06:30:45.589602+0000 mgr.smithi073.hvxekf (mgr.14180) 1289 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:47.333 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:48.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:47 smithi073 conmon[84426]: audit 2023-11-15T06:30:46.781937+0000 mgr.smithi073.hvxekf (mgr.14180) 1290 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:48.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:47 smithi162 conmon[89260]: audit 2023-11-15T06:30:46.781937+0000 mgr.smithi073.hvxekf (mgr.14180) 1290 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:48.334 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:49.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:48 smithi073 conmon[84426]: cluster 2023-11-15T06:30:47.590142+0000 mgr.smithi073.hvxekf (mgr.14180) 1291 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:49.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:48 smithi162 conmon[89260]: cluster 2023-11-15T06:30:47.590142+0000 mgr.smithi073.hvxekf (mgr.14180) 1291 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:50.047 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:50.048 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:50.609 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:51.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:50 smithi073 conmon[84426]: cluster 2023-11-15T06:30:49.590697+0000 mgr.smithi073.hvxekf 2023-11-15T06:30:51.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:50 smithi073 conmon[84426]: (mgr.14180) 1292 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:51.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:50 smithi162 conmon[89260]: cluster 2023-11-15T06:30:49.590697+0000 mgr.smithi073.hvxekf (mgr.14180) 1292 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:51.611 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:52.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:51 smithi073 conmon[84426]: audit 2023-11-15T06:30:50.042559+0000 mgr.smithi073.hvxekf (mgr.14180) 1293 2023-11-15T06:30:52.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:51 smithi073 conmon[84426]: : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:52.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:51 smithi162 conmon[89260]: audit 2023-11-15T06:30:50.042559+0000 mgr.smithi073.hvxekf (mgr.14180) 1293 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:53.053 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:52 smithi073 conmon[84426]: cluster 2023-11-15T06:30:51.591300+0000 mgr.smithi073.hvxekf (mgr.14180) 1294 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:53.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:52 smithi162 conmon[89260]: cluster 2023-11-15T06:30:51.591300+0000 mgr.smithi073.hvxekf (mgr.14180) 1294 : cluster [DBG] 2023-11-15T06:30:53.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:52 smithi162 conmon[89260]: pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:53.380 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:53.381 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:53.941 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:54.942 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:55.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:54 smithi073 conmon[84426]: audit 2023-11-15T06:30:53.375687+0000 mgr.smithi073.hvxekf (mgr. 2023-11-15T06:30:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:54 smithi073 conmon[84426]: 14180) 1295 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:55.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:54 smithi073 conmon[84426]: cluster 2023-11-15T06:30:53.592009+0000 mgr.smithi073.hvxekf (mgr.14180) 1296 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:54 smithi162 conmon[89260]: audit 2023-11-15T06:30:53.375687+0000 mgr.smithi073.hvxekf (mgr.14180) 1295 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:54 smithi162 conmon[89260]: 2023-11-15T06:30:55.330 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:54 smithi162 conmon[89260]: cluster 2023-11-15T06:30:53.592009+0000 mgr.smithi073.hvxekf (mgr.14180) 1296 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:56.683 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:30:56.684 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:30:57.255 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:56 smithi073 conmon[84426]: cluster 2023-11-15T06:30:55.592522+0000 mgr.smithi073.hvxekf (mgr.14180) 1297 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:57.274 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:30:57.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:56 smithi162 conmon[89260]: cluster 2023-11-15T06:30:55.592522+0000 mgr.smithi073.hvxekf (mgr.14180) 1297 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:58.276 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:30:58.308 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:57 smithi073 conmon[84426]: audit 2023-11-15T06:30:56.677804+0000 mgr.smithi073.hvxekf (mgr.14180) 1298 : audit [DBG] 2023-11-15T06:30:58.308 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:57 smithi073 conmon[84426]: from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:58.309 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:30:57 smithi073 conmon[84426]: cluster 2023-11-15T06:30:57.593108+0000 mgr.smithi073.hvxekf (mgr.14180) 1299 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:30:58.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:57 smithi162 conmon[89260]: audit 2023-11-15T06:30:56.677804+0000 mgr.smithi073.hvxekf (mgr.14180) 1298 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:30:58.329 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:30:57 smithi162 conmon[89260]: cluster 2023-11-15T06:30:57.593108+0000 mgr.smithi073.hvxekf (mgr.14180) 1299 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:00.007 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:31:00.007 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:31:00.557 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:31:00.823 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:00 smithi073 conmon[84426]: cluster 2023-11-15T06:30:59.593603+0000 mgr.smithi073.hvxekf 2023-11-15T06:31:00.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:00 smithi073 conmon[84426]: (mgr.14180) 1300 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:01.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:00 smithi162 conmon[89260]: cluster 2023-11-15T06:30:59.593603+0000 mgr.smithi073.hvxekf (mgr.14180) 1300 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:01.558 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:31:01.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:01 smithi073 conmon[84426]: audit 2023-11-15T06:31:00.001459+0000 mgr.smithi073.hvxekf (mgr.14180) 1301 : 2023-11-15T06:31:01.991 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:01 smithi073 conmon[84426]: audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:31:02.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:01 smithi162 conmon[89260]: audit 2023-11-15T06:31:00.001459+0000 mgr.smithi073.hvxekf (mgr.14180) 1301 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:31:02.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:02 smithi073 conmon[84426]: cluster 2023-11-15T06:31:01.594448+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:31:02.917 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:02 smithi073 conmon[84426]: mgr.14180) 1302 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:03.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:02 smithi162 conmon[89260]: cluster 2023-11-15T06:31:01.594448+0000 mgr.smithi073.hvxekf (mgr.14180) 1302 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:03.273 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:31:03.274 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:31:03.781 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:31:04.782 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T06:31:05.073 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:04 smithi073 conmon[84426]: audit 2023-11-15T06:31:03.268420+0000 mgr.smithi073.hvxekf (mgr.14180) 1303 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:31:05.074 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:04 smithi073 conmon[84426]: cluster 2023-11-15T06:31:03.595000+0000 mgr.smithi073.hvxekf (mgr.14180) 1304 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:05.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:04 smithi162 conmon[89260]: audit 2023-11-15T06:31:03.268420+0000 mgr.smithi073.hvxekf (mgr.14180) 1303 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:31:05.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:04 smithi162 conmon[89260]: cluster 2023-11-15T06:31:03.595000+0000 mgr.smithi073.hvxekf (mgr.14180) 1304 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:06.517 INFO:teuthology.orchestra.run.smithi073.stdout: 2023-11-15T06:31:06.518 INFO:teuthology.orchestra.run.smithi073.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T06:03:07.280707Z", "last_refresh": "2023-11-15T06:25:49.118993Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T06:03:01.003532Z", "last_refresh": "2023-11-15T06:25:46.200279Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T06:03:04.479434Z", "last_refresh": "2023-11-15T06:25:49.119122Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:22:05.090599Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.vdxtqu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-vdxtqu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.vdxtqu\nDeploy daemon haproxy.rgw.foo.smithi162.vdxtqu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:20:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:20:46Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:21:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.282804Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi073.chzzqg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi073-chzzqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi073.chzzqg\nDeploy daemon haproxy.rgw.foo.smithi073.chzzqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:22:41Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:23:19Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:24:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/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 toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T06:24:44.285062Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi073.zmardi on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:24:44.286216Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi162.gpcijt on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-15T06:28:22.556103Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi162.bwbagw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi162-bwbagw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi162.bwbagw\nDeploy daemon haproxy.rgw.foo.smithi162.bwbagw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-15T06:26:26Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-15T06:27:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.73/16"}, "status": {"created": "2023-11-15T06:07:46.992847Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.73/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T06:02:59.630434Z", "last_refresh": "2023-11-15T06:25:46.200421Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:25.371782Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi073:172.21.15.73=smithi073", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T06:04:25.369176Z", "last_refresh": "2023-11-15T06:25:46.200523Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T06:03:05.923781Z", "last_refresh": "2023-11-15T06:25:46.200590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T06:04:55.413288Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T06:04:55.407638Z", "last_refresh": "2023-11-15T06:25:46.200650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T06:03:02.566355Z", "last_refresh": "2023-11-15T06:25:49.119247Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T06:07:46.992534Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-15T06:07:53.984564Z", "last_refresh": "2023-11-15T06:25:46.200904Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-15T06:31:06.824 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:06 smithi073 conmon[84426]: cluster 2023-11-15T06:31:05.595564+0000 mgr.smithi073.hvxekf (mgr.14180) 1305 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:07.048 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-15T06:31:07.049 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T06:31:07.124 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0447891df4714fae9b6b719b8ba83014 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T06:31:07.126 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T06:31:07.218 INFO:tasks.vip:Removing 10.0.15.73 (and any VIPs) on smithi073.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:31:07.219 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.15.73/16 dev enp3s0f1 2023-11-15T06:31:07.233 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:06 smithi162 conmon[89260]: cluster 2023-11-15T06:31:05.595564+0000 mgr.smithi073.hvxekf (mgr.14180) 1305 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T06:31:07.264 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.31.73/16 dev enp3s0f1 2023-11-15T06:31:07.335 INFO:teuthology.orchestra.run.smithi073.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T06:31:07.336 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T06:31:07.337 INFO:tasks.vip:Removing 10.0.15.162 (and any VIPs) on smithi162.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T06:31:07.337 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.15.162/16 dev enp3s0f1 2023-11-15T06:31:07.391 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.31.73/16 dev enp3s0f1 2023-11-15T06:31:07.421 INFO:teuthology.orchestra.run.smithi162.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T06:31:07.421 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T06:31:07.422 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T06:31:07.474 INFO:tasks.cephadm:Teardown begin 2023-11-15T06:31:07.475 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:31:07.502 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:31:07.531 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T06:31:07.531 DEBUG:teuthology.orchestra.run.smithi073:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:31:07.560 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:31:07.590 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T06:31:07.591 INFO:tasks.cephadm.mon.smithi073:Stopping mon.smithi073... 2023-11-15T06:31:07.592 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi073 2023-11-15T06:31:07.925 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:07 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for 700540c8-837c-11ee-8dbe-212e2dc638e7... 2023-11-15T06:31:07.926 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:07 smithi073 conmon[84426]: audit 2023-11-15T06:31:06.512228+0000 mgr.smithi073.hvxekf ( 2023-11-15T06:31:07.926 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:07 smithi073 conmon[84426]: mgr.14180) 1306 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:31:07.926 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:07 smithi073 bash[283161]: Error: no container with name or ID ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-mon.smithi073 found: no such container 2023-11-15T06:31:07.927 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:07 smithi073 conmon[84426]: debug 2023-11-15T06:31:07.922+0000 7f6c266f3700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T06:31:07.927 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:07 smithi073 conmon[84426]: debug 2023-11-15T06:31:07.922+0000 7f6c266f3700 -1 mon.smithi073@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T06:31:08.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:07 smithi162 conmon[89260]: audit 2023-11-15T06:31:06.512228+0000 mgr.smithi073.hvxekf (mgr.14180) 1306 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:31:08.574 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Nov 15 06:31:08 smithi073 bash[283277]: 1121d382a65e97ed9a9b4e13a12ab19ed0946f64d1740ecada3be6c2eb4ef4b0 2023-11-15T06:31:08.724 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi073.service' 2023-11-15T06:31:08.770 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T06:31:08.771 INFO:tasks.cephadm.mon.smithi073:Stopped mon.smithi073 2023-11-15T06:31:08.772 INFO:tasks.cephadm.mon.smithi162:Stopping mon.smithi162... 2023-11-15T06:31:08.772 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi162 2023-11-15T06:31:09.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:08 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 700540c8-837c-11ee-8dbe-212e2dc638e7... 2023-11-15T06:31:09.079 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:08 smithi162 bash[118524]: Error: no container with name or ID ceph-700540c8-837c-11ee-8dbe-212e2dc638e7-mon.smithi162 found: no such container 2023-11-15T06:31:09.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:09 smithi162 conmon[89260]: debug 2023-11-15T06:31:09.120+0000 7f9c8907f700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi162 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-15T06:31:09.579 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Nov 15 06:31:09 smithi162 conmon[89260]: debug 2023-11-15T06:31:09.120+0000 7f9c8907f700 -1 mon.smithi162@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T06:31:09.928 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-700540c8-837c-11ee-8dbe-212e2dc638e7@mon.smithi162.service' 2023-11-15T06:31:09.995 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T06:31:09.996 INFO:tasks.cephadm.mon.smithi162:Stopped mon.smithi162 2023-11-15T06:31:09.996 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T06:32:56.379 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T06:33:52.300 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:33:52.337 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:33:52.366 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T06:33:52.368 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556/remote/ubuntu@smithi073.front.sepia.ceph.com/crash 2023-11-15T06:33:52.369 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:33:52.425 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T06:33:52.426 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2023-11-15T06:33:52.427 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556/remote/ubuntu@smithi162.front.sepia.ceph.com/crash 2023-11-15T06:33:52.428 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:33:52.465 INFO:teuthology.orchestra.run.smithi162.stderr:tar: /var/lib/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T06:33:52.465 INFO:teuthology.orchestra.run.smithi162.stderr:tar: Error is not recoverable: exiting now 2023-11-15T06:33:52.466 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T06:33:52.467 DEBUG:teuthology.orchestra.run.smithi073:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T06:33:52.494 INFO:teuthology.orchestra.run.smithi073.stderr:grep: /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T06:33:52.496 INFO:tasks.cephadm:Compressing logs... 2023-11-15T06:33:52.496 DEBUG:teuthology.orchestra.run.smithi073:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T06:33:52.541 DEBUG:teuthology.orchestra.run.smithi162:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-15T06:33:52.567 INFO:teuthology.orchestra.run.smithi073.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-15T06:33:52.568 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:33:52.569 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T06:33:52.569 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi073.log 2023-11-15T06:33:52.570 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T06:33:52.570 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi073.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi073.hvxekf.log 2023-11-15T06:33:52.571 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi073.dwkchd.log 2023-11-15T06:33:52.571 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi073.hvxekf.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T06:33:52.572 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi073.dwkchd.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T06:33:52.573 INFO:teuthology.orchestra.run.smithi073.stderr: 58.7% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi073.dwkchd.log.gz 2023-11-15T06:33:52.573 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi073.ulibgc.log 2023-11-15T06:33:52.575 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi073.ulibgc.log: 72.5% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi073.ulibgc.log.gz 2023-11-15T06:33:52.576 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T06:33:52.577 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T06:33:52.580 INFO:teuthology.orchestra.run.smithi162.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:33:52.580 INFO:teuthology.orchestra.run.smithi162.stderr:: No such file or directory 2023-11-15T06:33:52.581 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T06:33:52.581 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi162.log 2023-11-15T06:33:52.581 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T06:33:52.582 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi162.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi162.woluas.log 2023-11-15T06:33:52.582 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi162.jyucap.log 2023-11-15T06:33:52.583 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi162.woluas.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T06:33:52.583 INFO:teuthology.orchestra.run.smithi162.stderr: 80.0% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi162.woluas.log.gz 2023-11-15T06:33:52.584 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi162.jyucap.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T06:33:52.584 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi162.bpylvb.log 2023-11-15T06:33:52.584 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi162.bpylvb.log: 71.9% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi162.bpylvb.log.gz 2023-11-15T06:33:52.585 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T06:33:52.585 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:33:52.586 INFO:teuthology.orchestra.run.smithi162.stderr: 92.5% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T06:33:52.586 INFO:teuthology.orchestra.run.smithi162.stderr: 93.4% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi162.jyucap.log.gz 2023-11-15T06:33:52.596 INFO:teuthology.orchestra.run.smithi073.stderr: 94.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:33:52.767 INFO:teuthology.orchestra.run.smithi073.stderr: 90.3% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi073.hvxekf.log.gz 2023-11-15T06:33:52.828 INFO:teuthology.orchestra.run.smithi162.stderr: 92.7% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi162.log.gz 2023-11-15T06:33:53.221 INFO:teuthology.orchestra.run.smithi162.stderr: 93.3% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T06:33:53.367 INFO:teuthology.orchestra.run.smithi073.stderr: 90.3% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-mon.smithi073.log.gz 2023-11-15T06:33:53.377 INFO:teuthology.orchestra.run.smithi073.stderr: 93.4% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T06:33:53.442 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T06:33:53.462 INFO:teuthology.orchestra.run.smithi073.stderr: 93.2% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T06:33:53.558 INFO:teuthology.orchestra.run.smithi162.stderr: 93.1% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T06:33:53.597 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T06:33:53.598 INFO:teuthology.orchestra.run.smithi162.stderr: 2023-11-15T06:33:53.598 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m1.044s 2023-11-15T06:33:53.598 INFO:teuthology.orchestra.run.smithi162.stderr:user 0m3.696s 2023-11-15T06:33:53.599 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m0.152s 2023-11-15T06:33:53.713 INFO:teuthology.orchestra.run.smithi073.stderr: 93.1% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T06:33:53.924 INFO:teuthology.orchestra.run.smithi073.stderr: 93.4% -- replaced with /var/log/ceph/700540c8-837c-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T06:33:53.926 INFO:teuthology.orchestra.run.smithi073.stderr: 2023-11-15T06:33:53.926 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m1.373s 2023-11-15T06:33:53.926 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m5.058s 2023-11-15T06:33:53.927 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.211s 2023-11-15T06:33:53.927 INFO:tasks.cephadm:Archiving logs... 2023-11-15T06:33:53.928 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556/remote/ubuntu@smithi073.front.sepia.ceph.com/log 2023-11-15T06:33:53.929 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:33:54.718 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556/remote/ubuntu@smithi162.front.sepia.ceph.com/log 2023-11-15T06:33:54.720 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:33:55.322 INFO:tasks.cephadm:Removing cluster... 2023-11-15T06:33:55.322 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:33:55.803 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 700540c8-837c-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:33:56.292 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T06:33:56.293 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:33:56.308 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:33:56.323 INFO:tasks.cephadm:Teardown complete 2023-11-15T06:33:56.324 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T06:33:56.338 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2023-11-15T06:33:56.338 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_1 2023-11-15T06:33:56.481 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T06:33:56.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:56.483 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2023-11-15T06:33:56.483 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_2 2023-11-15T06:33:56.625 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T06:33:56.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:56.627 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2023-11-15T06:33:56.628 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_3 2023-11-15T06:33:56.764 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T06:33:56.768 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:56.769 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2023-11-15T06:33:56.769 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_4 2023-11-15T06:33:56.903 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T06:33:56.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:56.904 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2023-11-15T06:33:56.905 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2023-11-15T06:33:56.929 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2023-11-15T06:33:56.929 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_1 2023-11-15T06:33:57.073 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T06:33:57.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:57.075 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2023-11-15T06:33:57.075 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_2 2023-11-15T06:33:57.215 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T06:33:57.216 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:57.216 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2023-11-15T06:33:57.217 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_3 2023-11-15T06:33:57.371 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T06:33:57.372 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:57.373 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2023-11-15T06:33:57.374 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_4 2023-11-15T06:33:57.512 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T06:33:57.514 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:57.515 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2023-11-15T06:33:57.515 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2023-11-15T06:33:57.540 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T06:33:57.551 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T06:33:57.552 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:33:57.556 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:33:57.567 INFO:teuthology.orchestra.run.smithi073.stderr:bash: ntpq: command not found 2023-11-15T06:33:57.572 INFO:teuthology.orchestra.run.smithi073.stdout:210 Number of sources = 4 2023-11-15T06:33:57.573 INFO:teuthology.orchestra.run.smithi073.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:33:57.574 INFO:teuthology.orchestra.run.smithi073.stdout:=============================================================================== 2023-11-15T06:33:57.574 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 56 +1817us[+1723us] +/- 100ms 2023-11-15T06:33:57.575 INFO:teuthology.orchestra.run.smithi073.stdout:^* hv02.front.sepia.ceph.com 3 7 377 55 -839us[ -934us] +/- 48ms 2023-11-15T06:33:57.575 INFO:teuthology.orchestra.run.smithi073.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 -238us[ -238us] +/- 73ms 2023-11-15T06:33:57.575 INFO:teuthology.orchestra.run.smithi073.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:33:57.594 INFO:teuthology.orchestra.run.smithi162.stderr:bash: ntpq: command not found 2023-11-15T06:33:57.598 INFO:teuthology.orchestra.run.smithi162.stdout:210 Number of sources = 4 2023-11-15T06:33:57.599 INFO:teuthology.orchestra.run.smithi162.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:33:57.599 INFO:teuthology.orchestra.run.smithi162.stdout:=============================================================================== 2023-11-15T06:33:57.599 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 117 +1803us[+1644us] +/- 99ms 2023-11-15T06:33:57.600 INFO:teuthology.orchestra.run.smithi162.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -838us[ -997us] +/- 49ms 2023-11-15T06:33:57.600 INFO:teuthology.orchestra.run.smithi162.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 -220us[ -379us] +/- 73ms 2023-11-15T06:33:57.600 INFO:teuthology.orchestra.run.smithi162.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:33:57.601 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T06:33:57.610 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T06:33:57.611 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T06:33:57.639 DEBUG:teuthology.orchestra.run.smithi073:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T06:33:57.740 DEBUG:teuthology.orchestra.run.smithi162:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-15T06:33:57.829 DEBUG:teuthology.orchestra.run.smithi073:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T06:33:57.860 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:57.860 DEBUG:teuthology.orchestra.run.smithi162:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-15T06:33:57.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:57.891 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T06:33:57.903 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T06:33:57.930 INFO:teuthology.task.internal:Duration was 2532.335763 seconds 2023-11-15T06:33:57.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T06:33:57.977 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T06:33:57.977 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:33:57.981 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:33:58.022 INFO:teuthology.orchestra.run.smithi073.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:33:58.028 INFO:teuthology.orchestra.run.smithi162.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:33:58.335 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T06:33:58.336 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2023-11-15T06:33:58.336 DEBUG:teuthology.orchestra.run.smithi073:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T06:33:58.394 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2023-11-15T06:33:58.395 DEBUG:teuthology.orchestra.run.smithi162:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-15T06:33:58.415 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T06:33:58.416 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:33:58.438 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:33:58.509 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T06:33:58.510 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:33:58.512 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:33:58.679 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T06:33:58.691 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T06:33:58.692 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:33:58.717 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:33:58.743 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T06:33:58.756 DEBUG:teuthology.orchestra.run.smithi073:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:33:58.761 DEBUG:teuthology.orchestra.run.smithi162:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:33:58.782 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2023-11-15T06:33:58.806 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2023-11-15T06:33:58.820 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:33:58.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:58.850 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:33:58.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:33:58.875 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T06:33:58.888 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T06:33:58.889 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556/remote/smithi073 2023-11-15T06:33:58.891 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:33:58.936 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556/remote/smithi162 2023-11-15T06:33:58.937 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:33:58.975 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T06:33:58.976 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:33:58.979 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:33:59.023 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T06:33:59.042 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T06:33:59.042 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T06:33:59.065 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T06:33:59.066 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:33:59.068 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:33:59.080 INFO:teuthology.orchestra.run.smithi073.stdout: 263007 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:33 /home/ubuntu/cephtest 2023-11-15T06:33:59.082 INFO:teuthology.orchestra.run.smithi162.stdout: 262268 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:33 /home/ubuntu/cephtest 2023-11-15T06:33:59.083 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T06:33:59.106 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T06:33:59.181 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T06:33:59.211 DEBUG:teuthology.nuke:shortname: smithi073 2023-11-15T06:33:59.212 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:33:59.237 DEBUG:teuthology.nuke:shortname: smithi162 2023-11-15T06:33:59.238 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:33:59.242 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:44:29.517675', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFMkVzmPA/5Y9bbkyXMWqMAPaj7tU5tC9gWgd/pZdox4mHYjl9JBc15rgumZehoBy2F17e0bcbhgIRgB3/ERMrs='} 2023-11-15T06:33:59.262 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458556', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 05:44:29.518771', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAUQx8C/cLiUNJClCK1e410nWiRc9YrUz8KvFVe1sTs8o6xZawWbtjGtiq7oRzreJo1SuXUm4EJvFEQ+HPEV74w='} 2023-11-15T06:33:59.299 INFO:teuthology.orchestra.console.smithi073:Power off 2023-11-15T06:33:59.300 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:33:59.330 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2023-11-15T06:33:59.331 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:33:59.361 INFO:teuthology.orchestra.console.smithi162:Power off 2023-11-15T06:33:59.362 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:33:59.374 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-11-15T06:33:59.392 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2023-11-15T06:33:59.392 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:33:59.423 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-15T06:34:03.375 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:34:03.426 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:34:03.489 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2023-11-15T06:34:03.541 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2023-11-15T06:34:07.490 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:34:07.543 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:34:07.601 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2023-11-15T06:34:07.656 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2023-11-15T06:34:07.703 INFO:teuthology.orchestra.console.smithi073:Power off completed 2023-11-15T06:34:07.758 INFO:teuthology.orchestra.console.smithi162:Power off completed 2023-11-15T06:34:07.862 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: 2532.3357629776 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0447891df4714fae9b6b719b8ba83014 status: fail success: false 2023-11-15T06:34:07.863 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T06:34:07.947 INFO:teuthology.run:FAIL